﻿img, table
{
	border:none;
}

/* Custom Control AMButton Styles ************************************************/
.clear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.AMButton
{
	background: transparent url( '/AccountManager/images/buttons/bg_button_a_sq.gif' ) no-repeat scroll top right;
	color: #000;
	display: block;
	float: left;
	font: 14px arial, sans-serif;
	height: 40px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 4px;
}

a.AMButton:hover
{
	text-decoration: none;
	color: #000;
	background: transparent url( '/AccountManager/images/buttons/bg_button_a_sq.gif' ) center right;
}

a.AMButton span
{
	background: transparent url( '/AccountManager/images/buttons/bg_button_span_sq.gif' ) no-repeat;
	display: block;
	line-height: 32px;
	font-weight: bold;
	padding: 4px 0 4px 18px;
	vertical-align: top;
}

a.AMButton:hover span
{
	background: transparent url( '/AccountManager/images/buttons/bg_button_span_sq.gif' ) center left;
}

a.AMButton img
{
	vertical-align: middle;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

a.AMButton[disabled] { 
	color:#808080;
	background-position: top right;
}

a.AMButton[disabled]:hover {
	color:#808080;
	background-position: top right;
}

a.AMButton[disabled]:hover span{
	color:#808080;
	background-position: top left;
}

a.AMButton:active
{
	background-position: bottom right;
	color: #000;
	text-decoration: none;
	outline: none; /* hide dotted outline in Firefox */
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 3px;
}
a.AMButton:active span
{
	background-position: bottom left; /* padding: 4px 0px 4px 18px; /* push text down 1px */
}
a.AMButton:visited
{
	text-decoration: none;
}
/* End custom AMButton styles ************************************************/


.characterCounterLabel
{
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 2px;
	background-color: #eeeeee;
	font-size: 10px;
	position: absolute;
	margin-top: 4px;
}


.stdButton
{
	margin: 0 7px 0 0;
	background-color: #e0e0e0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -0.5pt;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
	margin: 4px;
}

.stdButton img
{
	margin: 0 6px -3px 0 !important;
	padding: 0;
	width: 16px;
	height: 16px;
}


.largeButton
{
	margin: 0 7px 0 0;
	background-color: #e0e0e0;
	border: 1px solid #666;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
	width: auto;
	overflow: auto;
}

.largeButton img
{
	margin: 0 6px -3px 0 !important;
	padding: 0;
	width: 16px;
	height: 16px;
}

.oldLargeButton
{
	font-size: 20px;
	color: Black;
	font-weight: bold;
}

.pageInstruction
{
	background-color: #ffffee;
	font-size: 18px;
	font-weight: bold;
	color: black;
	font-family: Arial, Sans-Serif;
	padding: 10px 10px 10px;
}

.tableRowGray
{
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.tableRowWhite
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.tableRowLightGray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636563;
	vertical-align: top;
}

.tableRowDarkGray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636563;
	background-color: #eeeeee;
	vertical-align: top;
}


.InformationBlock
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: black;
	font-weight: bold;
	line-height: 18px;
}

/*this was the old warning style from the asp pages */
.SpecialInstruction
{
	color: black;
	background-color: #ffffee;
	border-top: 1px solid #ccccbb;
	border-bottom: 1px solid #ccccbb;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	padding: 10px 10px 10px;
}

.DescriptionContentPaneStyle
{
	width:100%;
	background-color: #ffffee;
	border: 1px solid #ccccbb;
	font-family: Arial, Sans-Serif;
	padding: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

/* ==============================================================
This is where the ajax css comes in 
*/


.watermark
{
	background: #FFAAFF;
}

.popupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}


.modalPopupTwo
{
	background-color: #FFFFEE;
	max-width: 300px;
	vertical-align: middle;
	border-width: 3px;
	border-style: solid;
	border-color: #cccccc;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}


.GV_Header_Default
{
	border-bottom: 1px solid #dddddd;
}

.PageTitle
{
	margin-bottom: 4px;
}

.PageTitle img
{
	vertical-align: middle;
}

.newbutton
{
	border: 1px solid #999;
	background-image: url(/AccountManager/images/buttons/btn.gif);
	font-size: 14px;
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #000;
	height: 30px;
	width: auto;
	margin: 9px 0px 8px 0px;
}
.newbuttonOver
{
	border: 1px solid #999;
	background-color: #ccc;
	background-image: url(/AccountManager/images/buttons/btn-over.gif);
	font-size: 14px;
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #000;
	height: 30px;
	width: auto;
	margin: 9px 0px 8px 0px;
}
.newbuttonDown
{
	border: 1px solid #999;
	background-color: #ccc;
	background-image: url(/AccountManager/images/buttons/btn-down.gif);
	font-size: 14px;
	font-family: Arial, helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #333;
	height: 30px;
	width: auto;
	margin: 9px 0px 8px 0px;
}

.roomSelect
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	background-color: white;
	border: 1px solid #ccc;
	width: 450px;
	margin-left: 10px;
}

.roomSelect a
{
	display: block;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 2px;
	padding-left: 10px;
	margin: 4px;
	text-decoration: none;
	border-bottom: 1px solid #fafafa;
}

.roomSelect a:hover
{
	background-color: #ffffee;
	border: 1px solid #ccc;
	text-decoration: none;
}

.featuresSelect
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	background-color: white;
	border: 1px solid #ccc;
	width: 190px;
	padding: 4px;
	margin-left: 1px;
	text-align: left;
}

.featuresSelect a
{
	display: block;
	background-color: #ffffff;
	border: 1px solid #fff;
	padding: 8px;
	height: 20px;
	text-decoration: none;
	border-bottom: 1px solid #fafafa;
}

.featuresSelect a:hover
{
	background-color: #ffffee;
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 8px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

input[type="text"]:focus
{
	outline: none;
	border-color: #000;
	background-color: #FFFE9D;
}

input[type="text"], input.text
{
	/*border: 2px solid #888;
	padding: 4px;
	font-size: 12pt;
	line-height: 12pt;
	background-color: #F8F8F8;*/
	border-style: solid;
	border-width: 1px;
	border-color: #999 #ccc #ccc #999;
	padding: 2px;
	font-size: 14px;	
	background-color: #F8F8F8;
	vertical-align: middle;
}

input.text:focus
{
	outline: none;
	border-color: #000;
	background-color: #FFFE9D;
	
}

textarea:focus
{
	outline: none;
	border-color: #000;
	background-color: #FFFE9D;
}

textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #999 #ccc #ccc #999;
	padding: 4px;	
	font-size: 12pt;
	line-height: 12pt;
	background-color: #F8F8F8;
}

.wizardNav
{
	border-top: 0px solid #999;
}
.wizardNav table
{
	padding: 0px;
	margin: 0px;
}
.wizardNav table td
{
	padding: 0px;
	margin: 0px;
}

#bottomLinks
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.subtleBox
{
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 4px;
}

.newsFlash
{
	background-color: #ffffdd;
	/*border: 1px solid #cccc99;*/
	border: 4px solid #ffdd11;
	padding: 16px;
	margin: 16px;
		text-align: left;
	color: #666;
	font-weight: bold;
	vertical-align: middle; 
	font-size: 13px;
	font-family: Arial, Helvetica;
	
}
.newsFlashHeader
{
	font-size: 16px;
}

.newsFlash a
{
	color:Blue;
}

.newsFlash img
{
	margin-right: 10px; 
	vertical-align: middle;
}

.newsFlash span
{
	font-size: 16px;
}

.newsFlash .burb
{
	margin-left: 25px;
	font-size: 16px;
}

.stepContainer {width: 600px; padding: 8px;  vertical-align: middle; font-family: Arial, helvetica, Sans-Serif;}
.stepIndicator {text-align: center; width: 600px; color: #999; font-size: 12pt;  vertical-align: middle;}
.currentStep {font-weight: bold; font-size: 16pt;  color: #666;}

.qaLog {
	margin-top: 8px;
	border: 0px solid #eee;
	width: 100%;
	color: #666;
}

.qaLogTitle {
	font-weight: bold;
	font-size: 12pt;
}

.qaLogHeaderRow, qaLogTimeHeader, qaLogQuestionHeader, qaLogStatusHeader, qaLogIDHeader {
	font-weight: bold; 
	font-size: 10pt;
}

.qaLogRow, qaLogTime, qaLogQuestion, qaLogStatus, qaLogID {
	font-weight: normal; 
	font-size: 9pt;
}

.qaLogID {
	text-align: center;
}

.ControlCommentBottom
{
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636563;
}

.GridViewHeader
{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	height: 40px;
         
}

.GridViewRow
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #666666;
	height: 40px;
}

.GridViewRowAlternate
{
	background-color: #f0f0f0;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #666666;
	height: 40px;
}

.DetailsViewTwoColumnAnswers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #636563;
	line-height: 18px;
	text-align:left;
	vertical-align:top;
	margin-left:-4px;
	width:100%;
		
}

.DetailsViewTwoColumnAnswersHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #636563;
	line-height: 18px;
	text-align:left;
	vertical-align:top;
	margin-left:-4px;
	width:100%;
		
}

.DetailsViewTwoColumnAnswers td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #636563;
	line-height: 18px;
	text-align:left;
	vertical-align:top;
	margin-left:-4px;
	width:100%;
		
}

.WatermarkTextbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CFCFCF;
}

/* this controls the grouping text inside of a Panel object*/
legend
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #636563;
	line-height: 18px;
	font-weight:bold;
}
fieldset
{
	border: solid 1px #cccccc;
}

.DivStartScheduledMeetingOption
{
	 width: 500px;
	 vertical-align: middle; 
	 padding: 10px; 
	 border: 1px solid #999999;
	 text-align: center; 
	 font-weight: bold;
}

.imgBullet
{
	vertical-align: middle;
	margin-right: 8px;
}

/* calendar css */


.cal_Theme1 .ajax__calendar_container

{
background-color: #e2e2e2; border:solid 1px #cccccc;

}

.cal_Theme1 .ajax__calendar_header

{
background-color: #ffffff; margin-bottom: 4px;

} 

.cal_Theme1 .ajax__calendar_title,

.cal_Theme1 .ajax__calendar_next,

.cal_Theme1 .ajax__calendar_prev

{
color: #004080; padding-top: 3px;

}

.cal_Theme1 .ajax__calendar_body

{
background-color: #e9e9e9; border: solid 1px #cccccc;

}

 .cal_Theme1 .ajax__calendar_dayname

{
text-align:center; font-weight:bold; margin-bottom: 4px; margin-top: 2px;

} 

.cal_Theme1 .ajax__calendar_day

{
text-align:center;

}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,

.cal_Theme1 .ajax__calendar_active

{
color: #004080; font-weight:bold; background-color: #ffffff;

}

 

 

.cal_Theme1 .ajax__calendar_today

{
font-weight:bold;

}

 

 
.cal_Theme1 .ajax__calendar_today
{
	color:#004080;
	background-color: #ffffff;
	 
	 padding:6px;
}


.cal_Theme1 .ajax__calendar_other,

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title

{
color: #bbbbbb;

}

/* styles used in forms */
.sectionHeader
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
	border-bottom: #808080 1px solid;
	margin-bottom: 10px;
	display:table;
	font-family: Arial, Helvetica, sans-serif;
	color: #7386A5;
	width: 100%;
}

.sectionHeaderRow
{
	display: table-row;
	
}

.sectionHeaderCell
{
	display: table-cell;
}

.sectionInstructions
{
	font-size: 10pt;
	font-weight: normal;	
	margin-top: 4px;
	margin-bottom: 4px;
	clear:both;
}

.sectionControls
{
	font-size: 10pt;
	font-weight: normal;	
	margin-top: 4px;
	margin-bottom: 4px;
	clear:both;
}

.sectionSmallExplanation
{
	font-size: 8pt;
	font-weight: normal;	
	margin-top: 4px;
	margin-bottom: 4px;
	clear:both;
	color: #666666;
}

.sectionFields
{
	font-size: 11pt;
	font-weight:normal;
	padding: 8px;
	background-color: #ffffff;
	clear:both;
}

.sectionFieldHeader
{
	font-size: 11pt;
	font-weight:normal;
	padding: 8px;
	padding-bottom:0px;
	background-color: #ffffff;
	clear:both;
	font-weight:700;
}

.sectionFields select
{
}

.altRow
{
	background-color: #f0f0f0;
}

.hiddden
{
	display:none;
}

.imgHelpLink
{
	MARGIN-RIGHT: 4px;
	vertical-align:middle;
}

.tabTable
{
	width: 746px; 
	text-align: right;
}

#ctl00_linkOnlineHelp
{
	font-size:12px;
	font-weight:700;
	text-decoration:none;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

/*Modal Popup*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.footer
{
	width:100%;
	text-align:center;
	background-color: #5A6E8D;
	padding:8px
}

.tdBody, .tdPageTitle
{
	padding:10px 20px 20px 20px;
}

.divPastMeetings
{
	width:686px;
}

#ctl00_trFooter td
{
	/*margin-top:20px;*/
	background-color:#5A6E8D;
	padding:2px;
}

#ctl00_trFooter table
{
	width:100%;
}

.Announcemnt table td a
{
	font-size:18px;
	font-weight:700;
}
.Announcemnt table td
{
	padding:10px;
	background-color:#ffffcc;
	border: solid 2px #666666;
	font-size:16px;
	color:Black;
	font-weight:normal;
}

.ConversionStatus
{
	border: 1px solid #cccccc; 
	overflow-y: scroll;
	height: 70px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}

.CondensedControls
{
	display: block;
	vertical-align: middle; 
	width: 100%;
}

.CondensedControls a
{
	font-weight:500;
}

.textCentered
{
	text-align:center;
}

input .uploadBox 
{
	margin-bottom:1em;
	margin-left:0.5em;
	margin-right:0.5em;
	border:1px solid #cccccc;
}

#flashcontent
{
	background-color:#000000;
	vertical-align: middle;
}

#flashcontent div
{
	padding: 30px;
	background-color:#ffffff;
	font-family: arial, helvetica;
}

.indent
{
	margin-left: 50px
}

.spanImgInvite
{
	position: relative; 
	top: 80px; 
	left: -120px;
}
.spanImgInvite img
{
	position:absolute;
}

.label
{
	text-align:right;
}

.accountManagerMainTable
{
	
	background-color:White;
	width:746px;
}

.topTabs, .topTabs_over, .topTabs_over a:link, .topTabs_over a:visited, .topTabs_over a:active
{
	width:125px;
}


.pnlModal
{
	background-color:White;
	padding:20px;
	border:solid 1px #999999;
}

.modalBackground
{
    filter: Alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7;
    width: 100%; height: 100%; background-color: #EEEEEE;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.hidden
{
	display:none;
	visibility:hidden;
}

.linkButtonCancel
{
	position:relative; 
	top:16px;
	vertical-align:middle;
}

.linkButtonCancelSpecial
{
	position:relative; 
	top:0px;
	vertical-align:middle;
}

.imageHelp
{
 vertical-align:middle;
 margin: 0px 4px 0px 4px;
}

.navBarHyperlinkText
{
	position:relative;
	left:-7px;
}

.pageTitleGray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #AFAFAF;
}
/* Green News Flash */

.importantMessageBlue
{
	background-color: #CFD5FF;

	border: 4px solid #001FEF;
	padding: 16px;
	margin: 16px;
		text-align: left;
	color: #666;
	font-weight: bold;
	vertical-align: middle; 
	font-size: 13px;
	font-family: Arial, Helvetica;
	
}
.importantMessageHeaderBlue
{
	font-size: 16px;
}

.importantMessageBlue a
{
	color:Blue;
}

.importantMessageBlue img
{
	margin-right: 10px; 
	vertical-align: middle;
}

.importantMessageBlue span
{
	font-size: 16px;
}

.importantMessageBlue .burb
{
	margin-left: 25px;
	font-size: 16px;
}

/*Moved Style out of UserControl so style is availble on async post back */
.errorControlStyle
{font-size: 13px;
	color:#990000;
	text-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border: solid 2px #f07e82;
	padding: 16px;
	padding-left: 16px;
	margin: 16px;
	background-color: #ffecf2;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}

.pageTitleBlack
{
	font-size: 18px; 
	color: black;
	font-family: Arial, Helvetica;
	margin-bottom: 4px;
	line-height: 22px;
}



.warning
{
	font-size: 13px; /*color: #990000;*/
	color: #990000;
	text-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold; /*border: solid 1px #660000;*/
	border: solid 2px #f07e82;
	padding: 16px;
	padding-left: 16px;
	margin: 16px; /*background-color: #ffffaa;*/
	background-color: #ffecf2;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}

.warningLargeText
{
	color: #990000;
	font-size: 13px; 
	text-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold; 
}
.warningSmallText
{
	color: #990000;
	font-size: 11px; 
	text-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold; 
}

.signUp
{
	border-bottom: 1px solid #999;
	margin-bottom: 6px;
}

.bodyTextSmaller
{
	font-size: 11px;
}

.requiredFieldIndicator
{
	font-size: 10px;
	vertical-align: middle;
}

.testimonial
{
	padding: 6px;
}


.testimonial li
{
	margin-bottom: 4px;
	margin-left: -15px;
}

.testimonial .signature
{
	text-align: right;
}
