﻿﻿/***** required.css **********/

body
{	
    background-color: #F2F2F2;
}

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 ************************************************/

.GreenButton a						{color:#FFFFFF !important; text-decoration:none !important;}
.GreenButton						{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 100% -47px transparent;color: #FFFFFF !important;cursor:pointer;display:inline-block;font:700 16px/43px "Open Sans",Arial,Helvetica,sans-serif;padding:0 21px 0 0;text-decoration:none;text-shadow:1px 1px 0 #649717;}
.GreenButton span					{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 0 3px transparent;height:44px;padding:0 3px 0 23px;float:left;}
.GreenButton:hover					{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 100% -146px transparent;color:#FFFFFF !important;text-decoration:none !important;}
.GreenButton:hover span				{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 0 -96px transparent;}
.GreenButton.pressed				{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 100% -249px transparent;}
.GreenButton.pressed span			{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 0 -199px transparent;}

.GreenButton.off					{cursor:default;}
.GreenButton.off span				{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 0 3px transparent;height:44px;padding:0 3px 0 23px;float:left;}
.GreenButton.off:hover				{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 100% -47px transparent;color: #FFFFFF !important;display:inline-block;font:700 16px/43px "Open Sans",Arial,Helvetica,sans-serif;padding:0 21px 0 0;text-decoration:none;text-shadow:1px 1px 0 #649717;}
.GreenButton.off:hover span			{background:url("/AccountManager/images/SubscriptionManager/sprite.png") no-repeat scroll 0 3px transparent;height:44px;padding:0 3px 0 23px;float:left;}

.regNavMenu
{
	width: 100%;
	padding: 4px;
	margin-bottom: 6px;
	border-top: 0px solid #dddddd;
	border-bottom: 1px solid #666666;
	height: 50px;
	background-color: #eeeeee;
	background-image: url("/AccountManager/images/bg_nav.gif");
	vertical-align: middle;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.regNavMenu tbody tr td a span 
{
	padding: 8px;
}

.regNavMenu a
{
	display:inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	height: 20px;
	padding: 8px;	
	vertical-align: middle;		
}
.regNavMenu a:hover
{
	text-decoration: none;
	background-color: #fafafa;
	height: 20px;
	padding: 7px;
	
	border: 1px #cccccc solid;
	color: #000000;
}
.regNavMenu a:visited
{
	text-decoration: none;
	color: #333333;
}

.regNavMenu img
{
	margin: 0px 4px 2px 0px;
	vertical-align: middle;
}


.activeHyperLink
{	
	vertical-align: middle;
	text-decoration: none;	
	font-size: 12px;
}

.activeHyperLink a
{
	display:inline-block;	
	text-decoration: none;	
}
.activeHyperLink a:hover
{
	text-decoration: none;
	background-color: #ffffee;
		
	color: #000000;
}

.activeHyperLink img
{
	margin: 0px 4px 2px 0px;
	vertical-align: middle;
}

.regButton
{
	margin: -20px;
}
.regButton img
{
	margin: 4px 4px 4px 0px;
	padding: 4px 4px 0px 0px;
	vertical-align: top;
}
.regButton a
{
	font-size: 13px;
	color: #636563;
	font-family: Arial, helvetica, Sans-Serif;
	line-height: 18pt;
	font-weight: bold;
	border: 1px solid #cccccc;
	text-decoration: none;
	height: 20px;
	margin: 0px 1px -8px 0px;
	padding: 8px;
	background-color: #eeeeee;
}
.regButton a:hover
{
	background-color: #fafafa;
	height: 20px;
	padding: 8px;
	border: 1px solid #cccccc;
	text-decoration: none;
}



.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 */
.warningTwo
{
	font-size: 14px;
	color: white;
	text-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border: solid 1px #660000;
	padding: 6px;
	padding-left: 6px;
	margin: 6px;
	background-color: #880000;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}

.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;
	color: #999;
}

.popupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.AjaxRequestBackground
{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 99997;	
}

html>body .AjaxRequestBackground
{
	background-color:#fff;
	filter: alpha(opacity=50);
	opacity: 0.5;	
}

.containerAjaxRequestBackground
{
    position: fixed;
    top:50%;
    left:50%;	
	width: 100px;
	height: 90px;
	border: 1px solid #666;
	background-color: #fff;
	z-index: 99998;
	margin-left: -50px;
	margin-top: -30px;
}

.containerAjaxRequestBackground img
{
    position: relative;
    top: 20px;
    left: 34px;	
	
	border: none;
	z-index: 99999;
}

.containerAjaxRequestBackground span
{
    position: relative;
    top: 30px;
    left: 8px;	
    font-weight: bold;
    font-size: 10pt;
}

.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;
	cursor:pointer;
}
.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;
	cursor:pointer;
}

.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[type="password"]
{
	/*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;
	background-color: #F8F8F8;*/
}

input.text:focus
{
	outline: none;
	border-color: #000;
	background-color: #FFFE9D;
	
}

input.text
{
	/*border: 2px solid #888;   */
	border-style: solid;
	border-width: 1px;
	border-color: #999 #ccc #ccc #999;		
	background-color: #F8F8F8;
}


textarea:focus
{
	outline: none;
	border-color: #000;
	background-color: #FFFE9D;
}

textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #999 #ccc #ccc #999;
	padding: 2px;	
	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;	
	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;
}

.sectionSmallExplanation
{
	font-size: 10pt;
	font-weight: normal;	
	margin-top: 4px;
	margin-bottom: 4px;
	color: #909090;
	clear: both;
}

.sectionControls
{
	font-size: 10pt;
	font-weight: normal;	
	margin-top: 4px;
	margin-bottom: 4px;
	clear:both;
	vertical-align:middle;
}
	.sectionControls a
	{
		font-size: 9pt;
	}

	.sectionControls .tinyTitle
	{
		font: 12px bold;
		color: #7386A5;
		font-family: Arial, Helvetica, sans-serif;
		/*font-variant: small-caps;*/
	}

.indentTop
{
    padding-top:15px;
}

.sectionFieldHeader
{
	font-size: 10pt;
	font-weight: normal;
	padding: 8px 8px 0px 0px;
	background-color: #ffffff;
	clear:both;
	font-weight: 700;
	line-height: 28px
}

.sectionFieldHeader > img
{
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
}

.sectionFields
{
	font-size: 10pt;
	font-weight:normal;
	padding: 8px;
	background-color: #ffffff;
	clear: both;
}

.sectionFields > span
{
    font-size: 10pt;
}

.sectionFields select
{
}

.sectionFieldPopDown
{
    padding: 0px 0px 0px 32px;
}

.sectionFieldPopDown > .sectionSmallExplanation
{
    padding: 0px 0px 0px 0px;
}

.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*/

.footer
{
	width:100%;
	text-align:center;
	background-color: #5A6E8D;
	padding:8px
}

.divPastMeetings
{
	width:686px;
}

#ctl00_trFooter td, #trFooter td
{
	/*margin-top:20px;*/
	background-color:#5A6E8D;
	padding:2px;
}

#ctl00_trFooter table, #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: 20px
}

.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=50); -moz-opacity:0.5; opacity: 0.5;
    width: 100%; height: 100%; background-color: #000;
    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;
}

.warningControlStyle
{font-size: 13px;
	color:#666;
	text-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border: solid 2px #ccb;
	padding: 16px;
	padding-left: 16px;
	margin: 16px;
	background-color: #ffd;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}

.infoControlStyle
{font-size: 13px;	
	text-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border: solid 2px #ddc;
	padding: 16px;
	padding-left: 16px;
	margin: 16px;
	background-color: #ffe;
	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;
}

.customQuestion
{
	overflow: auto;
	max-height: 150px;	
	display: block;
}

.socialTable td
{
    vertical-align:top;
	padding: 4px;
}

.FormPanel
{
    background-color:White;
    padding:20px;
    border:1px solid #ffffff;
    min-width:600px;
    margin-left:auto;
    margin-right:auto;
    line-height:normal;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 5px #888888;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
}
    

.FormPanel .Header
{
    font-size:26px;
    font-weight:bolder;
    padding:0 0 10px 0;
    border-bottom:1px solid #cccccc;
}

.FormPanel .TimeDisplay
{
    font-size:medium;
    font-weight:600;
    padding-bottom:10px;
}

.FormPanel .CustomText
{
    padding: 10px 0 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.FormPanel .Instructions
{
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.surveyTable, .registrationTable 
{
    width:570px;
    /*background-color:Lime;*/
}

.FormPanel input[type="text"], .FormPanel input[type="password"], textarea, select
{	
	font-size: 9pt;
	line-height: 11pt;	
}


.TestResults
{
    margin:12px 0;
    
}

.surveyTable .Instructions, .surveyTable .Question,
.registrationTable .Instructions, .registrationTable .Question
{
    padding:2px 0 0 0;
    font-weight:bold;
}

.surveyTable .Required,
.registrationTable .Required
{
    font-style:italic;
    font-weight:normal;
    margin-left:15px;
}

.surveyTable .Answer,
.registrationTable .Answer
{
    padding:0 0 15px;
}

.surveyTable input[type="text"], .surveyTable textarea,
.registrationTable input[type="text"], .registrationTable textarea,
.registrationTable input[type="password"]
{
    width:480px;
    
    }
.surveyTable select,
.registrationTable select
{
    width:490px;
    background-color:#F8F8F8;
}

.FormPanel .Controls
{
    border-top:1px solid #cccccc;
    padding-top:10px;
}

.FormPanelSectionHeader
{
    font-size:medium;
    font-weight:bold;
    margin-top:10px
}

.underlined
{
    border-bottom: 1px solid #ccc;
}

.Score div
{
    margin-top:4px
}

.FormPanel .ScoreResultPass
{
    color:Green;
    font-weight:bold
}
.FormPanel .ScoreResultFail
{
    color:Red;
    font-weight:bold
}

.ajax__tab_tab{cursor:pointer}

.FormPanel .HelpImg
{border: none; margin-left: 8px; vertical-align: middle;}

.FormFinished
{
    width:698px;
    line-height:normal;
}

.FormFinished .Header
{
    font-size:17px;
    font-weight:bold;
    text-align:center;
    color:#000;
}
.FormFinished .Instructions
{
}

.FormFinished .Links
{
    font-size:13px;
    font-weight:bold;
    width:350px;
    margin:30px auto 30px auto;
}
            
.FormFinished .Links div
{
    clear:both;
    margin:16px;
}

.smallImageLink
{
    font-size: 9pt;          
    padding: 2px;
    margin: 2px;
    border: 1px;
    border-style: solid;        
    border-color: transparent;
}

.smallImageLink:hover
{     
    border: 1px solid #999;  
    background-color: White;  
}

.smallImageLink img
{
     vertical-align: middle;
     border: 0px;
}

.ddlTimeZone
{    
}

.supportLinks a
{    
    color: inherit;
    font-weight: bold;
}

.supportLinks a:hover
{
    text-decoration: underline;
    color: Black;
}
.infobox 
{
    background-color: #FFFFEE;
    border: 1px solid #999999;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
}




/*
------------------------------------------------------------------------
*/

table.meetings 
{
	border: none;
	border-width : 0px;
}
table.meetings tr.GridViewHeader, table.meetings tr.GridViewFooter
{
	background-color: #EEEEEE;
}
table.meetings td.info, table.meetings td.links
{
	text-align: left;
	padding: 6px;
	line-height: 1.35em;
	vertical-align: top;
}
table.meetings td.links 
{
	text-align: center;
}
table.meetings td.info .title 
{
	font-weight: bold;
	cursor: pointer;
}
table.meetings .tstamp, table.meetings .tzone
{
	display: block;
}
table.meetings .tzone
{
	font-size: 10px;
}
table.meetings tr.altrow 
{
	 background-color : #f0f0f0;
}



/* --------------------------------------------------------------------- */

.am_adfree 
{
	position: relative;
	float: right;
	margin-top: -64px;
	padding-right: 20px;
	width: 360px;
}
.am_adfree .inner 
{

}
.am_adfree p 
{
	color: #000000;
	padding-top: 8px;
}
.am_adfree h3.title 
{
	color: #6DB33F;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 16px;
	line-height: 18px;
}

.am_adfree .button_bar 
{
	padding-top: 8px;
	text-align: center;
}

.FormFinished .Links.Modded div 
{
	clear: none;
}

/**** END Required.css ****/

body
{	
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

/*
body
{
	font-family: Sans-Serif;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color: #f0f0f0;	
	background: url(design/bg.gif) repeat-x 0px 0px;	
	FONT: 0.8em/1.5 "arial", sans-serif
}


img
{
	border:none;
}

H1, H2, H3, H4, H5, H6, P, ADDRESS, BLOCKQUOTE, TABLE, DIV
{	
	padding:0;
	margin:0;
} 
*/

.bodyTextLarger
{
	font-size:100%;
	color:#333333;
}

.tabular td, .tabularwlines td, .breakoutBox td
{
	padding:10px 10px 0 0;
}

#ctl00_cphPageContent_tblMain td, #tblMain td
{
	padding:0 0 10px 10px;
}

.tabularwlines, .tabularwlines td
{
	border:solid 1px #666666;
}

a
{
	color:Black;
}

Legend
{
	font-size:14pt;
	font-weight:200;
	line-height:18pt;
	color:black;	
}

fieldset
{
	padding: 20px;
}

.loginRight fieldset 
{
    padding: 10px 15px 15px 15px;
}

textarea:focus
{
	outline: none;
	border-color: #000;
	background-color: #FFFE9D;
}

textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #999 #eee #eee #999;
	padding: 4px;
	font-size: 12pt;
	line-height: 12pt;
	background-color: #F8F8F8;
}

#aspnetForm
{
	width:100%;
}

.imagePanel
{
	position:relative;
	display:block;
	width:400px;
	vertical-align: top;
}

.imageWrapper, .imgPresenter
{
	position:relative;
}

.imgPresenter
{
    max-width: 400px;
}

.pnlModal
{
	background-color:White;
	padding:20px;
	border:solid 1px #999999;
}

.pnlModal textarea
{
    resize: none;
}

.WCpnlModal textarea
 {
     resize: none;
 }

.sectionFields textarea
{
    resize: none;
}

.modalBackground
{
    filter: Alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7;
    width: 100%; height: 100%; background-color: #E9FAFF;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalBackground textarea 
{
    resize: none;
}

.accountManagerMainTable, .headerAnyMeeting, .footerAnyMeeting
{	
	margin-left:auto;
	margin-right:auto;
}

.headerAnyMeeting
{	
	position:relative;
	height: 100px;
}

.footerAnyMeeting, .footerAnyMeeting a
{
	color:#9f9f9f;
	font-size:8.6pt;
}

.footerAnyMeeting p
{
	margin:20px;
}

.wprLogo
{
	position:relative;
	top: 10px;	
}

#divMeetingButton
{
	float:left;
}

#divProfilePic
{
	float:right;
}

#divMeetingList
{
	padding-top:20px;
	
	clear:both;
}

.hidden, .spanImgInvite, .accountManagerTitle
{
	display:none;
	margin:0px;
	padding:0px;
}

.contentTabBody
{
	margin:10px;	
}

.dataContent h3, .pnlModal h3
{
	background:#F5F5F5 url(design/cols3-title.gif) no-repeat 20px 40%;
	PADDING-RIGHT: 15px;	
	PADDING-LEFT: 50px;	
	FONT-SIZE: 120%;	
	PADDING-BOTTOM: 12px;	MARGIN: 0px;	PADDING-TOP: 7px;
	border-bottom:solid 1px #DFDFDF;
}
.dataContent
{
	border:solid 1px #dfdfdf;
	margin-top:20px;
	float:left;
	padding-bottom:20px;
	width:100%;
}

.warning
{
	color: #DF0000;
	text-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border: solid 1px #9ce8ff;
	padding:20px;
	background-color:#e9faff;
	display: block;
}

.bodyText
{
	/*padding-bottom:20px;*/
}

.breakoutBox td
{
	padding-left:20px;
}

#tblUser, #tblMeetingURL, .breakoutBox
{
	margin-top:20px;
}

#ctl00_tblcphPageTitle, #tblcphPageTitle
{ 
	border:solid 1px #ccc;
	margin-top:0px;
	
	-moz-box-shadow: 0px 10px 20px #999;
	-webkit-box-shadow: 0px 10px 20px #999;
	box-shadow: 0px 10px 20px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

.shadow {

}

#ctl00_trPageTitle, #trPageTitle
{
	background:#F5F5F5;
	PADDING-RIGHT: 15px;	
	PADDING-LEFT: 50px;
	PADDING-BOTTOM: 12px;	
	PADDING-TOP: 7px;
	
	FONT-SIZE: 20pt;	
	font-weight: bold;
	
	MARGIN: 0px;	
	
	border-bottom: solid 1px #DFDFDF;
}

#ctl00_cphPageContent_myWizard_tblPreviewRegistrationForm, #ctl00_cphPageContent_myWizard_tblPreviewSurvey
{
	border:solid 1px #DFDFDF;
	margin-bottom: 10px;
}

.PageTitle
{
	/*
	PADDING-RIGHT: 15px;	
	PADDING-LEFT: 50px;	
	*/	
	
	FONT-SIZE: 16pt;	
	font-weight:700;
	MARGIN: 0px;		
}

.FormPageTitle
{
	FONT-SIZE: 12pt;	
	font-weight:700;
	MARGIN: 0px;		
}

.DescriptionContentPaneStyle td
{
	PADDING-BOTTOM: 15px;	
	PADDING-TOP: 15px;	
}

.DescriptionContentPaneStyle
{
	margin-top:10px;
	BACKGROUND: url(design/col.gif) repeat-y 0px 0px;
	POSITION: relative;
	background-color:#e9faff;
	border:solid 1px #9CE8FF;

}


.divInstallLinks
{
	margin:20px 0px;
	font-weight:700
}

/***********ajax tabcontainer**************/
.ajax__myTab .ajax__tab_header, .visoft .ajax__tab_header
{
	font-size: 14px;
	border-bottom: solid 1px #DFDFDF; /*#999999*/
}

.ajax__myTab .ajax__tab_outer, .visoft .ajax__tab_outer
{
	padding-right: 4px;
	height: 26px;
	background-color: #eeeeee;/*#eeffee;*/
	margin-right: 2px;
	border-right: solid 1px #DFDFDF;/*#666666;*/
	border-top: solid 1px #aaaaaa;
	border-left:solid 1px #DFDFDF;/*#666666;*/
}

.ajax__myTab .ajax__tab_inner, .visoft .ajax__tab_inner
{
	padding-left: 3px;
	background-color: #eeeeee;/*#eeffee;*/
	
}

.ajax__myTab .ajax__tab_tab, .visoft .ajax__tab_tab
{
	height: 16px;
	padding: 4px;
	margin: 0;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_outer, .visoft .ajax__tab_hover .ajax__tab_outer
{
	/*border-top:solid 2px #CCDDFF;/*#2A9000;*/
}

.ajax__myTab .ajax__tab_hover .ajax__tab_inner {}

.ajax__myTab .ajax__tab_hover .ajax__tab_tab {}

.ajax__myTab .ajax__tab_active .ajax__tab_outer, .visoft .ajax__tab_active .ajax__tab_outer
{
	background-color: #fff;
	border-left: solid 1px #DFDFDF; /*#999999;*/
	border-top-width:2px;
	position:relative;
	top:1px;
	color:Black;
	font-weight:700;
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner, .visoft .ajax__tab_active .ajax__tab_inner
{
	background-color:#fff;
}

.ajax__myTab .ajax__tab_active .ajax__tab_tab {}

.ajax__myTab .ajax__tab_body, .visoft .ajax__tab_body
{
	font-size: 10pt;
	border: 1px solid #DFDFDF;/*#999999;*/
	border-top: 0;
	padding: 20px;
	background-color: #ffffff;
	overflow:hidden;
}

/***********ajax tabcontainer end**************/

/* Custom Control AMButton Styles ************************************************/
.AMButton
{
	background: transparent url( '/AccountManager/images/buttons/bg_button_a.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;
}

.AMButton:hover
{
	text-decoration: none;
	color: #000;
	background: transparent url( '/AccountManager/images/buttons/bg_button_a.gif' ) center right;
}

.AMButton span
{
	background: transparent url( '/AccountManager/images/buttons/bg_button_span.gif' ) no-repeat;
	display: block;
	line-height: 32px;
	font-weight: bold;
	padding: 4px 0 4px 18px;
	vertical-align: top;
}

.AMButton:hover span
{
	background: transparent url( '/AccountManager/images/buttons/bg_button_span.gif' ) center left;
}

.AMButton img
{
	vertical-align: middle;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0px;
}


.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;
}
.AMButton:active span
{
	background-position: bottom left; /* padding: 4px 0px 4px 18px; /* push text down 1px */
}
.AMButton:visited
{
	text-decoration: none;
}
/* End custom AMButton styles ************************************************/

/*Menu Styles *************************************************/
.menuTop
{
	position:absolute;
	top:14px;
	right:20px;
}
.menuAnyMeeting
{
	position:absolute;
	top:62px;
	right:12px;
	margin-left: auto;	
}
.wrpPartnerLogo {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.menuAnyMeeting a
{
	text-decoration:none;	
}

.menuAnyMeeting a:hover
{
	background-color: #eeeeee;	
	border-radius: 8px;
}

.staticMenuItem
{
	padding:4px;
}
/*End Menu Styles *************************************************/

#passwordValidators {
    min-height: 20px;
}

#passwordValidators .validateClr {
    color: #ef4e4e;
    font-size: 12px;
}

.validateClr {
	display: inline;
	color: #990000;
	font-weight:500;
}

.validateClr span
{
	border: 1px solid #cc0000;
	background-color:#ffeeee;
	color: #990000;		
	padding: 2px;
	font-size: 80%;
}

#signUpInfo
{
	width: 200px;
	height: 375px;
	border-right: 1px solid #ddd;
	background-color: #fefefe;
	color: #333;
	float: left;
	margin-right: 20px;
	padding: 20px;
	font-size: 80%;
}

#signUpInfo li
{
	margin-left: -20px;
}

.regNavMenu
{
	margin-bottom:0px;
	border-bottom-color:#DFDFDF;
}

/******************** ERROR Messages / Warning Messages *******************/

.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; 
}

.analyticsLarge
{
	font-size: 18pt;
	font-weight: normal;	
}

.analyticsLabel
{
	width: 150px;
	display: inline-block;
}


.analyticsMed
{
	font-size: 14pt;
	font-weight: bold;	
}

.analyticsSmall
{
	font-size: 12pt;
	font-weight: normal;	
}

.meetingItem
{
	border: 1px solid #DFDFDF;
}

.meetingTitle
{
	background-color: #f5f5f5;
	font-size: 16pt;
}

.spacerCell
{
	width: 50px;
}



.breakoutBoxHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7386A5;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	height: 40px;
	vertical-align: middle;
	padding-left: 10px;
}



.breakoutBoxTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #485771;
	background-color: #D6DBE4;
	border-width: 1px;
	border-style: solid;
	border-color: #7386A5;
}

.breakoutBoxFooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #eeeeee; /*border-top: solid 1px #cccccc;*/
	height: 40px;
}

.bodyTextSmaller
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636563;
}

#divNewsDetails a, #divNewsDetails a:link
{
    color: #333;
}

#divNewsDetails
{
    margin-left: 50px;
}  


/*.tooltip {
	display:none;
	background-color: #333;
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}*/

/* override the arrow image of the tooltip */
.tooltip.bottom {
	background-color: #333;
	padding-top:40px;
	height:55px;
}

.loginLeft {
    width: 450 px; float: left; clear:none;
}
.loginRight {
    width: 450 px; float: right; clear:none;
}

.popupEmailList {
    width: 415px;
    height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
}


.cancelLink {
    float:right; 
    vertical-align:top; 
    display:block; 
    height: 32px; 
    margin: 4px 4px 4px 0;
}

.cancelLinkLeft {
    float:left; 
    vertical-align:top; 
    display:block; 
    height: 32px; 
    margin: 10px 4px 4px 0;
}

.linkDialog .buttons{
    position: absolute;
    bottom: 0px;
}

.linkDialog .buttons .ld-spacer
{
    display:inline-block;
    width:120px;
}

.linkDialog .buttons .ld-left{
    display:inline-block; 
    text-align:left;
}

.linkDialog .buttons .ld-right{
    display:inline-block; 
    text-align:right;
}


/* jquery ui overrides */
.ui-widget-overlay {
    background: url("images/ui-bg_flat_0_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
    opacity: 0.6;
}
/* end jquery ui overrides */

.googleLoginButton 
{
    background: transparent url('google_login.png') no-repeat scroll top right;
    display: block;
    /*float: left;*/
    height: 47px;
    width: 180px;
    margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 4px;
	padding: 0px 0px 0px 3px;
}

.googleLoginButton:hover 
{
    background: transparent url('google_login_hover.png') no-repeat scroll top right;
}

.googleLoginButton:active
{
    background: transparent url('google_login_down.png') no-repeat scroll top right;
}

.googleAppsLoginButton
{
    background: transparent url('google_apps_login.png') no-repeat scroll top right;
    display: block;
    height: 47px;
    width: 215px;
    margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 4px;
	padding: 0px 0px 0px 3px;    
}

.googleAppsLoginButton:hover
{
    background: transparent url('google_apps_login_hover.png') no-repeat scroll top right;
}

.googleAppsLoginButton:active
{
    background: transparent url('google_apps_login_down.png') no-repeat scroll top right;
}

.loadingIcon
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -180px;
}

.emailWaterMark  {
    position: absolute; 
    margin-top: 2px; 
    margin-left: 3px;
    color: #b0b0b0; 
}

.ChildMeetingsHeader { font-weight: bold; cursor: pointer; width: 100%;  }
.ChildMeetingsHeader div { padding: 5px; }
.ChildMeetingsContainer { width: 100%; display: none; }
.ChildMeetingsInnerContainer { overflow: auto; max-height: 150px; }
.ChildMeetings { }
.ChildMeetings th { background-color: #F5F5F5; padding: 5px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }
.ChildMeetings td { padding: 5px; }
.ChildMeetings tr:nth-child(odd) { background-color: #F5F5F5; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }
.PremiumAdUnitClose { position: relative; z-index: 1000;}

#wprLogo {vertical-align: middle}

.top-buffer {margin-top: 20px}

.page-footer {
  padding-top: 15px;    
  border-top: 1px solid #eeeeee;
}

.tdBody
{
	padding-bottom:20px;
}

/*
.tabbable, #divMeetingList {
    margin: 10px;
    border-bottom: 1px solid #ccc;
}

.nav-tabs {
    margin: 0px;
}

.tab-content {
    height: 100%; 
    border-left: 1px solid #ccc ; 
    border-right: 1px solid #ccc;
}
*/

.full-width 
{
    width: 100%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

#helpMeChoose th {
    width: 25%;
}

#divNoCCFreeTrialReminder {
    display: none;
}