/***** ACS *****/

.acs-login {
	width: 400px;
}

.acs-login body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}

.acs-login div.SignInContent {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #BBBBBB;
	border: none;
	position: relative;
}

.acs-login div.Header {
	padding:10px 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.acs-login div.LeftArea {
	padding:15px 15px;
}

.acs-login div.RightArea {
	padding:15px 15px; 
	width: 320px; 
	position: absolute;
	top: 0px;
	left: 370px;
}

.acs-login div.Divider {
	width: 20px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 350px;
}

.acs-login div.DividerLine {
	width: 1px; 
	height: 45%;
	background: #BBBBBB;
	margin-left: auto;
	margin-right: auto;
}

.acs-login button.IdentityProvider {
	width: 250px;
	height: 50px;
	text-align: center;
	border: solid 1px #BBBBBB;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	color: #214c95;
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #EEEEEE, #FFFFFF);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');
	moz-border-radius: 10px;
	border-radius: 10px;
	white-space: normal
}

.acs-login img.IdentityProviderImage {
	vertical-align: middle;
	postion: relative;
}

.acs-login button.IdentityProvider:hover {
	background: #EEEEEE;
	background: -moz-linear-gradient(bottom, #DDDDDD, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#DDDDDD');
}

.acs-login label {
	color: red;
}

.acs-login .footer {
	font-size: 0.95em;
	float: left;
	color: #888888;
	height: 70px;
	width:99%;
}

.acs-login .footer a {
	color: #888888;
	text-decoration: underline;
}

.acs-login .link_divider {
	margin-left: 5px;
	margin-right: 5px;
}
/***** base *****/

* {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

body {
	font-family:  Arial,Tahoma,sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

p, blockquote, pre, td, th, ul, ol {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
}

h4, h5, h6, #bd .breadcrumbs, #ft {
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
}

h1, #hd h2 {
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}

h2 {
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h4, h5, h6 {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0 none;
}

#layout {
	margin: 0 auto;
	text-align: left;
	-webkit-box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
}

#hd:after, #bd:after, #ft:after, #hd .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#hd, #bd, #ft, #hd .navigation {
	clear: both;
}

#ft {
	padding: 1.5em 30px;
}

#bd {
	overflow: hidden;
	min-height: 400px;
}

#main, #sidebar {
	float: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	font-size: 0.9em;
	line-height: 1.4em;
	border-left: 1px solid #E0E0E0;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hd .navigation {
	margin-left: 22px;
}

#hd .navigation li {
	float: left;
}

#hd .navigation li a {
	display: block;
	margin-right: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
}

#hd-links {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: right;
	margin: 12px 30px 5px 0;
}

#hd p, #hd h1, #hd h2, #hd h3, #hd h4, #hd h5, #hd h6 {
	padding: 18px 30px 0 30px;
}

#hd .search {
	font-size: 0.8em;
	margin-right: 30px;
}

#hd .search input {
	padding: 0;
	margin: 0;
}

#hd .navigation li a {
	font-size: .9em;
}

#hd .section {
	float: right;
	text-align: right;
	width: 50%;
	margin-bottom: 10px;
}

#hd .section.first {
	float: left;
	text-align: left;
}

#bd .breadcrumbs {
	border-bottom: solid 1px #E0E0E0;
	display: block;
	padding: 2px 30px;
}

#content {
	margin: 1.5em 20px;
}

#content .frame {
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	margin: 1.5em -10px;
	padding: 0.75em 10px;
}

#sidebar .section {
	margin: 1.5em 10px;
}

#ft .section {
	float: right;
	text-align: right;
	width: 50%;
}

#ft .section.first {
	float: left;
	text-align: left;
}

#ft .navigation .weblinkset-weblinks, #ft .navigation ul, #ft .navigation li {
	display: inline;
}

#ft .navigation li {
	margin-left: 1em;
}

#ft p {
	margin: 0;
}

input, textarea {
	padding: 2px;
}

h1 .xrm-attribute, h2 .xrm-attribute, h3 .xrm-attribute, h4 .xrm-attribute, h5 .xrm-attribute, h6 .xrm-attribute {
	display: block;
}

div.copy ol {
	list-style: decimal outside;
	padding-left:1.5em;
	margin-left:0;
}

div.copy ul {
	list-style: disc outside;
	padding-left:1em;
	margin-left:0;
}

input.button {
	background: none repeat scroll 0 0 #ce1c21;
	border: none;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 4px 18px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

input.button:hover {
	background: none repeat scroll 0 0 #36566b;
}

/***** Helpers *****/

.hidden {
	display: none;
}

div.clearfix { /* force container’s height to adjust to floated elements */
	clear: both;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/***** login *****/

#login td {
	text-align: left;
}

#login label {
	font-size: 1em;
	line-height: 1.8em;
}

#login .text {
	margin-bottom: 0.85em;
	width: 90%;
}

#login .error {
	font-style: italic;
	padding: 5px 0 0 0;
	color: Red;
}

#login .validator {
	font-style: italic;
}

#login .instruction {
	color: #666;
}

#login .success {
	background: #FFFFFF;
	border: 1px solid;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 3px 3px 3px 0 #CCCCCC;
	-moz-box-shadow: 3px 3px 3px 0 #CCCCCC;
	box-shadow: 3px 3px 3px 0 #CCCCCC;
}

#login .button {
	margin-top: 0.85em;
	float: left;
}

#login td.checkbox label {
	padding-left: 5px;
	text-indent: -5px;
}

#login td.checkbox input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	overflow: hidden;
}

#login h2 {
	color: #003366;
}

#login #signin table {
	width: 50%;
}

#login #signup table {
	width: 50%;
}

#login #signup tr td:first-child {
	width: 135px;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
}

#login #password-recovery {
	margin: 15px 0 0 0;
}

#login .title-text {
	font-weight: bold;
	font-size: 1em;
}

#login .label {
	color: #000;
}

#login #password-recovery .text {
	margin: 0;
}

/***** change-password *****/

#change-password td {
	text-align: left;
}

#change-password label {
	font-size: 1em;
	line-height: 1.8em;
}

#change-password .text {
	margin-bottom: 0.85em;
	width: 90%;
}

#change-password .error {
	font-style: italic;
	padding: 5px 0 0 0;
	color: Red;
}

#change-password .validator {
	font-style: italic;
}

#change-password .instruction {
	color: #666;
}

#change-password .success {
	background: #FFFFFF;
	border: 1px solid;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 3px 3px 3px 0 #CCCCCC;
	-moz-box-shadow: 3px 3px 3px 0 #CCCCCC;
	box-shadow: 3px 3px 3px 0 #CCCCCC;
}

#change-password .button {
	margin-top: 0.85em;
	float: left;
}

#change-password h2 {
	color: #003366;
}

#change-password table {
	width: 50%;
}

#change-password .title-text {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}

#change-password .label {
	color: #000;
	padding-bottom: 7px;
}

/**** profile *****/

#profile .message {
	background: #FFFFFF;
	border: 1px solid;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 3px 3px 3px 0 #CCCCCC;
	-moz-box-shadow: 3px 3px 3px 0 #CCCCCC;
	box-shadow: 3px 3px 3px 0 #CCCCCC;
}

#profile .lists {
	clear: both;
	font-size: 0.85em;
	margin: 0 0 15px 0;
}

#profile .lists .title {
	color: #003366;
	font-weight: normal;
}

#profile .lists ul {
	margin: 0;
}

#profile input[type=checkbox] {
	margin: 0 3px 0 0;
	vertical-align: middle;
}

#profile .purpose {
	font-style: italic;
	color: #666;
}
/*** Page Comments ***/

#comments, #post-comment {
	background-color: #EFF5FA;
	border: solid 1px silver;
	margin: 10px 0 0 0;
	padding: 5px;
}

#comments h3, #post-comment h3 {
	margin: 0;
}

#comments ul li {
	background-color: #CCD9E4;
	border: solid 1px silver;
	list-style-type: none;
	margin: 5px 5px 10px 5px;
	padding: 7px;
}

#comments .comment p {
	margin-bottom: 0.5em;
}

#comments h6 {
	color: #888;
	font-weight: normal;
}

#comments h6 .date {
	font-size: 10px;
}

#comments .comment {
	padding-bottom: 5px;
	padding-top: 5px;
}

#post-comment #textarea {
	margin: 5px;
}

#post-comment textarea {
	width: 100%;
}

#post-comment input {
	margin: 10px 0;
	padding: 5px 10px;
}

/*** Page Comment Ratings ***/

#AverageRating {
	cursor: default;
}

.rating {
	margin-bottom: 1.5em;
	clear:both;
}

.rating h6 {
	font-weight: normal;
	margin-bottom: 0;
}

.rating-stars {
	margin-bottom: 0.9em;
}

.rating-star {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size: 0pt;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 20px;
}

.user-rating {
	clear:both;
}

.user-rating .rating-star {
	cursor: pointer;
}

.user-rating .readonly {
	cursor: default;
}

.rating-star-empty {
	background-image: url('~/xrm-adx/samples/images/star-empty.png');
}

.rating-star-filled {
	background-image: url('~/xrm-adx/samples/images/star.png');
}

.rating-star-saved {
	background-image: url('~/xrm-adx/samples/images/star-saved.png');
}

#vote {
	padding: 3px 3px 3px 3px;
	border: dashed 1px #e3e3e3;
	background-color: #fafafa;
	width: 300px;
}

#vote h6 {
	margin-bottom: 0;
}

#vote .vote-totals {
	width:auto;
	margin:0 auto;
}

#vote .user-vote {
	float: right;
	margin-top: -17px;
	width:auto;
}

#vote .count {
	color:#3E3535;
}

#vote .user-vote input, .user-vote img, .vote-counts input, .vote-counts img {
	vertical-align:bottom;
}/***** Styles for Forms generated by the CrmEntityFormView control *****/

/***** Supports one and two column forms *****/

.crmEntityFormView {
	margin: 1.5em -10px;
	padding: 0.75em 10px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	background: #eff5fa;
}

span.crmEntityFormView {
	display: block;
}

.crmEntityFormView table.tab {
	width: 100%;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
}

.crmEntityFormView table.section {
	margin: 0 0 5px 0;
	width: 100%;
}

.crmEntityFormView table.section:last-child {
	margin: 0;
}

.crmEntityFormView table.section caption {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	text-align:left;
	font-weight: bold;
	font-size: 13px;
	color: #3b3b3b;
}

.crmEntityFormView table.section caption.show-bar {
	border-bottom: 1px solid #c0c0c0;
}

.crmEntityFormView .cell {
	width: 50%;
	padding: 0 0 10px 10px;
}

.crmEntityFormView .cell:first-child {
	padding: 0 10px 10px 0;
}

.crmEntityFormView .cell:last-child {
	padding-right: 0;
}

.crmEntityFormView .cell div.info {
	float:left;
	padding: 0 0 1px 0;
}

.crmEntityFormView .cell div.control {
	clear:both;
	padding: 0 5px 0 0;
}

.crmEntityFormView .cell div.control:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.crmEntityFormView .cell div.info.required label:after {
	content: ' *';
	color: red;
}

.crmEntityFormView .cell div.info.required div.validators {
	display: none;
}

.crmEntityFormView .cell div.info div.validators {
	margin: 0 0 0 3px;
	float: left;
	color: Red;
}

.crmEntityFormView .cell label {
	float: left;
	font-weight: normal;
	font-size: 12px;
}

.crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
	float:left;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 12px;
	color: #000;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.crmEntityFormView .cell input, .crmEntityFormView .cell select {
	padding: 2px;
}

.crmEntityFormView .cell div.control span.checkbox {
	float: left;
}

.crmEntityFormView .cell input[type=checkbox] {
	margin: 2px 0 2px 0;
}

.crmEntityFormView .cell input[type=radio] {
	margin: 2px 0 2px 3px;
}

.crmEntityFormView .datetime-cell input.date {
	width: 75px;
}

.crmEntityFormView .datetime-cell select.time {
	width: 80px;
}

.crmEntityFormView .empty-cell {
	display: none;
}

.crmEntityFormView .web-resource-cell {}

.crmEntityFormView .web-resource-cell iframe {}

.crmEntityFormView .validation-summary {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-style: italic;
	color: Red;
}

.crmEntityFormView .validation-summary ul {
	margin: 0;
	list-style: none;
}

.crmEntityFormView fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.crmEntityFormView legend {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}

.crmEntityFormView div.row.full div.cell {
	width: 100%;
}/***** Manually Generated Forms *****/

.form .row {
	clear: both;
	margin-bottom: 10px;
}

.form .row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.form .row .field {
	float: left;
	width: 50%;
	margin-right: 25px;
}

.form .row .field:last-child {
	margin-right: 0px;
}

.form .row.full .field {
	margin: 0;
	width: 100%;
}

.form .row .field label {
	display: block;
	margin-bottom: 2px;
}

.form .row .field.required label:after {
	content: ' *';
	color: red;
}

.form .row .field input[type=text], .form .row .field select, .form .row .field textarea {
	padding: 2px;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form fieldset {
	margin: 0;
}

.form legend {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

.form .validation-message {
	font-size: 13px;
	font-style: italic;
	color: Red;
}

.form .validation-summary {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-style: italic;
	color: Red;
}

.form .validation-summary ul {
	margin: 0;
	list-style: none;
}/***** Search *****/

.search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-results li {
	margin-bottom: 1.5em;
}

.search-results li a {
	font-weight: bold;
}

.search-results li .title {
	text-decoration: underline;
}

.search-results li .fragment {
	margin: 0;
}

.search-results li .url {
	color: green;
	font-size: 0.833333em;
	font-weight: normal;
	line-height: 1.8em;
}

.search-results .querytext, .search-results .highlight {
	background-color: #FFFCAC;
	font-style: normal;
}

.search-results .search-result-pager {
	margin: 1.5em 0;
}

.search-results .search-result-pager a[disabled=disabled] {
	color: #aaa;
	text-decoration: none;
}/** Events Listing **/

.Event-List-Menu a.menu-item {
	background-color: #1C2D38;
	color: #FFFFFF;
	padding: 4px 12px;
	margin-right: 2px;
}

.Event-List-Menu a.selected {
	background-color: #36566B;
}

.Event-List {
	background-color: #EFF5FA;
	border-color: #E0E0E0;
	border-style: solid;
	border-width: 1px;
	margin: 2px 0;
	padding: 0.75em 10px;
}

.Event-List h3, .calendar-list h3 {
	margin-bottom: 0;
	margin-top: 15px;
	margin-bottom: 4px;
	line-height: 0.9em;
}

.Event-List h3 a, .calendar-list h3 a {
	font-weight: bold;
}

.Event-List .list-status {
	font-weight: normal;
	font-size: 0.9em;
	font-style: italic;
}

.Event-List .date-line, .calendar-list .date-line {
	color: #36566B;
	line-height: 0.9em;
}

.Event-List .location-line {
	margin-bottom: 1px;
	font-size: 0.9em;
	color: #36566B;
}

.Event-List .details {
	margin-bottom: 25px;
}

/** Event Details **/

.event-details h3 {
	margin-bottom:1em;
	color: #034488;
	font-weight: bold;
}

.event-details div {
	margin-bottom: 1em;
}

.event-details .event-location {
	margin-bottom: 0;
}

.event-details .event-brochure {
	margin-bottom: 0;
}

.event-details .event-status, .event-status {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em; 
	margin-bottom: 1em;
	color: #707070;
}

.event-details .event-topic {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.1em;
}

/** Event Calendar **/

#eventCalenderContainer {
	padding: 46px 15px 30px 15px;
}

#eventCalenderContainer .event-listing {
	margin-top: 15px;
}

#eventCalenderContainer .event-listing .date-line {
	font-style: italic;
	font-size: 0.9em;
	color: #707070;
}

.calendar-selectors {
	text-align: center;
}

th.day-header {
	text-align: center;
}

.calendar-selectors {
	text-align: center;
}

th.day-header {
	text-align: center;
}

/** Event Registration **/

#event-details h3 {
	margin-bottom: 0;
}

#event-details div {
	margin-bottom: 1em;
}

.event-details .block-details div {
	margin-bottom: 0;
	font-size: 0.9em;
}

#event-details .event-address{
	margin-bottom:0;
}

#event-registration .required-marker {
	color: Red;
}

#event-registration .row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

#event-registration .row {
	clear: both; zoom: 1;
	margin-bottom: 10px;
}

#event-registration .field {
	float: left;
	width: 300px;
}

#event-registration .field label {
	display: block;
	font-size: 0.8333333333333334em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 2px;
}

#event-registration .field input.text, #event-registration .field select {
	padding: 2px;
	width: 250px;
}

#event-registration .row.full .field input.text, #event-registration .row.full .field select, #event-registration .row.full .field textarea {
	width: 550px;
}

#event-registration .actions .register-button {
	padding: 2px 4px;
}/******Forum*******/
.page-summary {
	margin-bottom: 1.5em;
}

.forum-header {
	font-size: 1em;
	text-transform: capitalize;
	padding: 6px;
	margin-bottom: 0px;
	font-weight:bold;
}

.forum-postcreator-header {
	font-size: 1em;
	text-transform: capitalize;
	padding: 6px;
	margin: -10px 0 10px -10px;
	font-weight:bold;
}

.forum-threads {
	border: solid 1px #ADADAD;
	padding: 10px 0 10px 10px;
}

ul.forum-threads {
	margin-bottom: 1em;
}

ul.thread {
	margin-bottom: 0;
}

ul.forum-threads li.forum-row {
	float: left; /****ff only remove later****/
	width: 625px;
	padding-bottom: 18px;
	padding-top: 5px;
	border-top:solid 1px #ADADAD;
	*float: none; 
}

ul.forum-threads li.forum-row .thread-summary {
	float:left;
	width:415px;
	margin-left:12px;
}

ul.forum-threads li.forum-row .has-answer img {
	margin-right: 5px;
}

ul.forum-threads li.forum-row .stats {
	width: 72px;
	float:left;
	text-align:center;
}

ul.forum-threads li.first-row {
	padding-bottom: 5px;
	border:none;
}

ul.forum-threads li.first-row .thread-summary {
	width:508px;
}

.thread-details {
	font-size:0.9em;
}

ul.forum-threads img {
	margin-top: 5px;
	float: left;
}

ul.forum-threads li.forum-footer {
	padding:0;
	border: none;
	margin-top: 10px;
	margin-left:12px;
}

.thread-summary .name {
	font-weight:bold;
	font-size:1.2em;
}

.forum-post-comment {
	width:630px;
	height:200px;
}

.forum-post-subject {
	width:630px;
}

a.forum-alert {
	float:right;
	vertical-align:middle;
	text-decoration:none;
	background: url('~/xrm-adx/samples/images/bell.png') no-repeat left center;
	padding-left: 20px;
}

.stats {
	width: 72px;
	float:left;
	text-align:left;
}

.forum-subheader {
	width:144px;
	float: right; 
	margin-right: 30px;
}

.forum-footer {
	padding:0;
	border: none;
	margin-top: 10px;
	margin-left:12px;
	margin-bottom:10px;
}

.form .form-field-group {
	margin-bottom: 1.25em;
}

/****ForumThread********/

.thread-menu {
	background-color: #ADADAD;
	color:#FFFFFF;
	float:right;
	padding: 0px 0px;
}

input.button-delete {
	background: url('~/xrm-adx/images/delete.png') no-repeat left center;
	vertical-align:middle;
	text-decoration:none;
	padding-left: 20px;
}

input.button-edit {
	background: url('~/xrm-adx/samples/images/edit.png') no-repeat left center;
	vertical-align:middle;
	text-decoration:none;
	padding-left: 20px;
}

input.button-helpfull 
{
	background: url('~/xrm-adx/samples/images/star_yellow.png') no-repeat left center;
	vertical-align:middle;
	text-decoration:none;
	padding-left: 20px;
}

input.button-answer 
{
	background: url('~/xrm-adx/samples/images/check2.png') no-repeat left center;
	vertical-align:middle;
	text-decoration:none;
	padding-left: 20px;
}

.thread-menu .button-container {
	float:left;
}

.thread-menu input {
	padding: 2px 10px 2px 20px;
	border: 1px solid white;
	border:none;
	margin: 2px 10px 3px 10px;
}
.thread-menu input:hover {
	background-color:#E0E0E0;
}

ul.thread {
	border:none;
	padding: 0px;
}

ul.thread li {
	border: solid 1px #ADADAD;
	margin-bottom: 1em;
}

.thread-info {
	float:left;
	margin: 5px 0 2px 1em;
	width:350px;
}

.thread-answer, .thread-vote {
	float:right;
	margin: 2px 5px;
	font-size: 0.85em;
}

.thread-answer {
	padding-left: 23px;
	background: url('~/xrm-adx/samples/images/question_and_answer_16.png') no-repeat 4px;
}

.thread-vote 
{
	background: url('~/xrm-adx/samples/images/star_yellow.png') no-repeat 4px;
	padding-left: 23px;
}

.thread-content {
	padding:1em;
	padding-bottom: 1em;
	text-align:left;
	clear:both;
}

.thread-content ul, .thread-content ol {
	margin-bottom:1em;
	margin-left:1em;
}

.thread-content ul li {
	border: none;
	margin-left: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type:disc;
	margin-bottom: 0px;
}

.thread-content ol li {
	border: none;
	margin-left: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type:decimal;
	margin-bottom: 0px;
}

div.thread-content strong em {
	font-weight:bold;
}

a.forum-abuse {
	display: block;
	margin-right: .5em;
	text-align: right;
	text-decoration:none;
}

.forum-moderation-panel {
	background-color:#a4ccd9; 
	border:dotted 2px Silver;
	padding:7px;
	color:White;
}

.forum-moderation-panel input {
	border: 1px solid white;
	border:none;
	margin: 2px 5px 3px 5px;
}

.forum-moderation-panel input:hover {
	background-color:#E0E0E0;
}

ul#post-notes {
	margin-bottom: 0;
}

#post-notes li {
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 10px 0 10px;
}

ul#post-notes li p.note-data {
	color: #666;
	font-size: 0.85em;
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

ul#post-notes li a.note-attachment {
	float: right;
	font-size: 0.85em;
}

ul#post-notes li p.note-content {
	clear: both;
	margin-bottom: 1em;
}

/***** Pagination *****/

.pagination {
	clear:both;
	float:right;
	margin: 0 10px 10px 0;
}

.pagination input {
	vertical-align:middle;
}

.pagination .summary {
	font-weight: normal;
	font-style: italic;
	color: #666666;
}

.pagination .currentpage {
	font-weight: bold;
}

/***** TinyMCE Editor *****/

.mceEditor {
	width:665px !important;
}/***** View Opportunities *****/

#opportunites {
	margin-top: 18px;
}

#opportunites .opp-filter {
	margin-bottom: 1.5em;
}

#opportunites .opps {
	margin-bottom: 1.5em;
	width: 96%;
}

#opportunites .opps th, #opportunites .opps td {
	border: solid 1px #ccc;
	padding: 0.4em 0.8em;
	text-align: left;
}

#opportunites fieldset {
	margin: 1.5em 0;
}

#opportunites ul {
	margin: 0;
	padding: 0;
}

#opportunites fieldset label {
	display: block;
	margin-bottom: 2px;
}

#opportunites fieldset ul li {
	margin-bottom: 10px;
}

#opportunites fieldset ul input, #opportunites fieldset ul select, #opportunites fieldset ul textarea {
	width: 96%
}

#opportunites fieldset ul textarea {
	height: 10em;
}

#opportunites ul li {
	list-style: none;
}

/***** Opportunity Details Form *****/

.opportunity-details .row{
	margin-bottom: 8px;
}

.opportunity-details .cell-info{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 2px;
}

.opportunity-details textarea, .opportunity-details select {
	width: 400px;
}

.opportunity-details textarea {
	height: 75px;
}

.opportunity-details input.text, .opportunity-details textarea {
	padding: 2px;
}

.opportunity-details .actions .button {
	padding: 2px 4px;
}

.opportunity-details .ResultMessage {
    font-weight: bold;
}

.opportunity-details .actions {
	margin-bottom:20px;
}

#OpportunityNotes ul {
	margin:0;
	padding:0;
}

ul#opp-notes li {
	border-top: solid 1px #ccc;
	width: 96%;
	list-style:none;
}

ul#opp-notes li p.note-data {
	color: #666;
	font-size: 0.85em;
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

ul#opp-notes li a.note-attachment {
	float: right;
	font-size: 0.85em;
}

ul#opp-notes li p.note-content {
	clear: both;
	margin-bottom: 1.5em;
}/** Tabular Data (Gridview) **/

#Tabular-Data {
	margin-top: 18px;
}

#Tabular-Data .case-filter {
	margin-bottom: 1.5em;
}

#Tabular-Data .tabular-data {
	margin-bottom: 1.5em;
	width: 96%;
}

#Tabular-Data .tabular-data th {
	font-weight: bold;
}

#Tabular-Data .tabular-data td.center {
	text-align:center;
}

#Tabular-Data .tabular-data th, #Tabular-Data .tabular-data td {
	border: solid 1px #ccc;
	padding: 0.4em 0.8em;
	text-align: left;
}

/** Schedule Services **/

#SearchSchedule {
	line-height: 25px;
}

#SearchSchedule .errorLabel, .bookingError {
	font-weight:bold;
	clear:both;
}

#SearchSchedule .serviceDropdown {
	min-width: 150px;
}

.sectionSpacer {
	padding-bottom: 10px;
}

.instructionText {
	font-weight:bold;
}

.leftCalendar {
	clear:both;
	float:left; 
	padding-bottom: 10px;
	width: 300px;
}

.rightCalendar {
	float:left; 
	padding-bottom: 10px;
	width: 300px;
}

/** Knowledge Base **/

#kb-search {
	margin-bottom: 20px;
}

#kb-search .kb-search-input {
	width: 300px;
}

.emailAddressInput {
	Width: 250px;
}

.emailBtn {
	margin-bottom: 20px;
}

/** Cases **/

#service-cases fieldset {
	margin: 1.5em 0;
}

#service-cases ul {
	margin: 0;
	padding: 0;
}

#service-cases fieldset label {
	display: block;
	margin-bottom: 2px;
}

#service-cases fieldset ul li {
	margin-bottom: 10px;
}

#service-cases fieldset ul input, #service-cases fieldset ul select, #service-cases fieldset ul textarea {
	width: 96%
}

#service-cases fieldset ul textarea {
	height: 10em;
}

#service-cases ul li {
	list-style: none;
}

input.PostButton {
	margin: 5px 0;
	padding: 0.3em;
}

ul#case-notes li {
	border-top: solid 1px #ccc;
	width: 96%;
}

ul#case-notes li p.note-data {
	color: #666;
	font-size: 0.85em;
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

ul#case-notes li a.note-attachment {
	float: right;
	font-size: 0.85em;
}

ul#case-notes li p.note-content {
	clear: both;
	margin-bottom: 1.5em;
}

#service-cases ul.case-data {
	color: #666;
	font-size: 0.9em;
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

.link-list .heading {
	font-size: 1.2em;
	margin-top: 1em;
}

h3.list-title {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

/** Profile **/

.register-form .link-list input {
	width: auto;
}

.register-form ul.link-list {
	margin: 0 0 0 10px;
	clear:both;
}

.register-form ul.link-list li {
	list-style:none;
}

.register-form .checkbox span {
	display: inline;
	padding: 0;
}

.register-form input[type="checkbox"] {
	margin: 0 0.5em 0 0.3em;
	vertical-align:middle;
}

.register-form .marketing-preferences .field, .register-form .marketing-lists .field {
	width:auto;
	font-size: 0.833333em;
	font-weight: bold;
	line-height: 1.8em;
}

.register-form .contactOptions {
	clear: both;
}

.register-form fieldset:last-child {
	margin: 0 0 .75em 0;
}

/** Product Registration **/
.register-product .row {
	margin-bottom: 10px;
}

.register-product .cell .info, .register-product .row .cell-info {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 2px;
}

.register-product input.text, .register-product textarea, .register-product select {
	width: 400px;
	padding: 2px;
}

.register-product textarea {
	height: 150px;
}

.register-product input.text, .register-product textarea {
	padding: 2px;
}

.register-product .actions .button {
	padding: 2px 4px;
}

.register-product .validators {
	display: inline;
	margin-left: 2px;
}

.register-product .actions {
	margin-bottom:20px;
}

.register-product .row span.RegistrationFailure {
	font-weight: bold;
	color: #FF0000;
}

.register-product .row span.RegistrationSuccess {
	font-weight: bold;
	color: #215E21;
}

/** Contact Us Form **/

.contact-us {
	margin-bottom: 1.5em;
}

.contact-us fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.contact-us .row {
	margin-bottom: 10px;
}

.contact-us .cell .info {
	font-size: 1em;
	margin-bottom: 2px;
}

.contact-us .cell .info label {
	font-weight: bold;
}

.contact-us .cell .info.required:after {
	content: "(Required)";
}

.contact-us input.text, .contact-us textarea {
	width: 400px;
}

.contact-us textarea {
	height: 150px;
}

.contact-us input.text, .contact-us textarea {
	padding: 2px;
}

.contact-us .actions .button {
	padding: 2px 4px;
}

.contact-us .validation-summary ul {
	margin-bottom: 0;
}

.contact-us .validators, .contact-us .validation-summary {
	color: Red;
}

.contact-us .validators {
	display: inline;
	margin: 0 2px;
}

/****iCalendar*****/

a.vevent {
	background: #e8e8e8 url('../images/calendar_add.png') no-repeat 5px 50%;
	border: solid 1px #adadad;
	padding: 6px;
	padding-left: 26px;
	text-decoration: none;
}

a.vevent.icon {
	padding-left: 21px;
}

a.vevent:hover {
	background-color: #889bac;
	color: #fff;
}



.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:300px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	overflow: hidden;
	text-align:left;
}

.ac_loading {
	background : Window url('~/xrm-adx/samples/images/loader.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

