/*
	This menu is located beside the QuestCDN logo.
	It is currently set to be right justified (text-align:right in .siteHeaderMenu ul)
	The background color is white
	The text color is a darker cyan #006565
	The hover text color is a lighter cyan #00C5C5
	If disabled, the color is set to match the non-hover color
*/
.wsButton{
	background-color:#006666;	/*85e903*/	/*006565*/
	font-weight:bold;
	padding:2px 15px;
	color:#ffffff;	/*000000*/	/*FFFFFF*/
	cursor:pointer;
}
.wsButton[disabled] {
	font-weight:normal;
	color:#C0C0C0;
	cursor:default;
}
.pgHeadText{
	color:#006666;	/*000000*/	/*006565*/
	font-size:14px;
	font-weight:bold;
	font-family:Verdana;
}

.body {
	font-size: 12px; color: black; line-height: 16px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.body-bold {
	font-weight: bold; font-size: 11px; color: black; line-height: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.bodyColored {
	font-size: 12px; font-weight: bold; color: black; line-height: 16px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.bodyColoredDark {
	font-size: 12px; font-weight: bold; color: black; line-height: 16px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.body11 {
	font-size: 11px; color: black; line-height: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.body10 {
	font-size: 10px; line-height: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.body9 {
	font-size: 9px; line-height: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.bodyitalic {
	font-size: 16px; line-height: 18px; font-style: italic; font-family: "Times New Roman", Georgia, Times
}
.headmain {
	font-weight: bold; font-size: 14px; line-height: 15px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.subhead {
	font-size: 15px; line-height: 22px; font-style: italic; font-family: Verdana
}

.bus_ads td {
	padding-bottom:10px;/*border:1 dotted Green;*/
}

#sessionTimeout{
	position:relative;
	display:block;
	font-size:11px;
	background:White;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:right;
	font-weight:bold;
	color:#006666;	/*000000*/	/*006565*/
}

.siteHeaderMenu{
	position:relative;
	display:block;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	background:#FFFFFF;
	color:#000000;
	text-decoration:none;
	text-align:right;
	padding: 3px 0px 3px 0px;
}
.siteHeaderMenu ul{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:right;
}
.siteHeaderMenu li{
    display:inline;
    white-space:nowrap;
}
.siteHeaderMenu a{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.siteHeaderMenu a.disabled:hover{
	font-weight:inherit;
	color:#000000;
	background:inherit;
	cursor:default;
}
.siteHeaderMenu a:hover,
.siteHeaderMenu a.current{
	font-weight:bold;
	color:#707070;
	background-color:#FFFFFF;
}
.siteHeaderMenu a.current{
	cursor:default;
}

/*
	This menu is located below the QuestCDN Tag image.
	It is currently set to be left justified (text-align:left in .siteMenu ul)
	The background color is a darker cyan #006565
	The text color is White
	The hover text color is the background color and the background color becomes the background color of the siteSubMenu
	If disabled, the color is set to match the non-hover color
*/

.siteMenu{
	width:100%;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color:#006666;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding: 3px 0px 3px 0px;
}
.siteMenu ul{
	margin:0px;
	padding:0px;
	border:0px;
}
.siteMenu li{
    display:inline;
    white-space:nowrap;
}
.siteMenu a{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.siteMenu a.disabled:hover{
	font-weight:inherit;
	color:#c0c0c0;
	background:inherit;
	cursor:default;
}
.siteMenu a:hover,
.siteMenu a.current{
	font-weight:bold;
	color:#006666;
	background-color:#ffffff;
}
.siteMenu a.current{
	cursor:default;
}

/*
	This menu is located below the QuestCDN Tag image.
	It is currently set to be left justified (text-align:left in .siteSubMenu ul)
	The background color is a lighter brown #CCCC99
	The text color is a darker cyan (the same color as the background of the .siteMenu
	The hover text color is Black
	If disabled, the color is set to match the non-hover color
*/

.siteSubMenu{
	width:100%;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color:#b8b8b8;
	color:#006666;
	text-decoration:none;
	font-weight:bold;
	padding: 3px 0px 3px 0px;
}
.siteSubMenu ul{
	margin:0px;
	padding:0px;
	border:0px;
}
.siteSubMenu li{
    display:inline;
    white-space:nowrap;
}
.siteSubMenu a{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	color:#006666;
	text-decoration:none;
}
.siteSubMenu a.disabled:hover{
	font-weight:inherit;
	color:#c0c0c0;
	background:inherit;
	cursor:default;
}
.siteSubMenu a:hover,
.siteSubMenu a.current{
	font-weight:bold;
	color:#FFFFFF;
}

.siteSubMenu a.current{
	cursor:default;
}

.pageMenu{
	width:100%;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color:#006666;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding: 3px 0px 3px 0px;
}
.pageMenu ul{
	margin:0px;
	padding:0px;
	border:0px;
}
.pageMenu li{
    display:inline;
    white-space:nowrap;
}
.pageMenu a{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.pageMenu a.disabled:hover{
	font-weight:inherit;
	color:#c0c0c0;
	background:inherit;
	cursor:default;
}
.pageMenu a:hover,
.pageMenu a.current{
	font-weight:bold;
	color:#006666;
	background-color:#ffffff;
}
.pageMenu a.current{
	cursor:default;
}

/* *********************************************************** */

.tagline{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:28px;
	font-weight:bolder;
	padding:2px 3px 2px 3px;
	color:White;
	background-color:#006666;	/*85e903*/	/*006565*/
}
.taglineInv{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:28px;
	font-weight:bolder;
	padding:2px 3px 2px 3px;
	color:#ffffff;	/*85e903*/	/*006565*/
	background-color:#006666;	/*000000*/	/*999965*/
}
.tagline2{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bolder;
	padding:3px 10px 3px 3px;
	color:#FFFFFF;	/*FFFFFF*/	/*CCCB96*/
	background-color:#006666;	/*000000*/	/*666530*/
}
#clock{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bolder;
	padding:0px 0px 3px 5px;
	color:#000060;
	width:auto;
	text-align:right;
	/*background-color:#8080FF;*/
}

.fsOr { border-bottom:0;border-left:0;border-right:0;border-color:Red; }
.fsOr legend { font-size:16px;font-weight:bold;text-align:center;color:Red; }

.msgCount{background-color:#006666;color:#ffffff;}
