A:link, A:visited, A:active { text-decoration: underline; color: #BD2831 }
A:hover { text-decoration: underline; color: #E8B900 }

A.mainnav:link, A.mainnav:visited, A.mainnav:active { text-decoration: none; color: #525152; font-weight: bold; font-family: verdana,arial; font-size: 8pt; }
A.mainnav:hover { color: #E8B900; text-decoration: none}

A.subnav:link, A.subnav:visited, A.subnav:active { text-decoration: underline; color: #BD2831; font-weight: bold; font-family: verdana,arial; font-size: 8pt; }
A.subnav:hover { color: #E8B900; text-decoration: underline}

A.uarehere:link, A.uarehere:visited, A.uarehere:active { text-decoration: underline; color: #525152; font-weight: none; font-family: verdana,arial; font-size: 7pt; }
A.uarehere:hover { color: #E8B900; text-decoration: underline}

.bg_grey, .POLL_Bar {
  background-color: #D8D8D8;
  font-size: pt;
}

.bg_yw {
  background-color: #FFCD09;
  font-size: pt;
}

.header, .DIS_GroupHeader {
  color: #005D9C;
  font-family: times,verdana,arial;
  font-size: 20pt;
}

.medium, .verd_10, .DIS_GroupLinks, .DIS_postTopicSub, .DIS_postTopicInfo, .popupDfont {
  font-family: verdana,arial;
  font-size: 10pt;
}

.mediumB, .verd_10_b, .DIS_Category, .DIS_TopicHeader, .DIS_postTopicMain, .DIS_OriginalPost, .ART_title, .CAL_MainHeaders {
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 10pt;
}

.verd_10_b_bl {
  color: #005D9C;
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 10pt;
}

.verd_10_b_wh_bgbl, .CAL_TableHeader {
  color: #ffffff;
  background-color: #0166AC;
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 10pt;
}

.largeB, .verd_12_b_gr {
  color: #0CA444;
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 12pt;
}

.small, .verd_8, .FORM_Intro, .FORM_Choice, .DIS_FormHeader, .DIS_TopicPost, .DIS_Instructions, .CAL_MonthLinks, .CAL_TableLinks, .CAL_Links, .CAL_EventFields, .CAL_EventText, .POLL_Question, .POLL_Choices, .POLL_Comment {
  font-family: verdana,arial;
  font-size: 8pt;
}

.verd_8_b, .FORM_Question, .DIS_TopicList, .DIS_FormFields, .DIS_ReplyPost, .CAL_EventName, .POLL_Header {
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 8pt;
}

.verd_8_b_bl {
  color: #005D9C;
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 8pt;
}

.xsmall, .verd_7 {
  font-family: verdana,arial;
  font-size: 7pt;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #652C01;
}

#TB_secondLine {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #652C01;
}

#TB_window a:link {color: #0053CE;}
#TB_window a:visited {color: #0053CE;}
#TB_window a:hover {color: #FE9001;}
#TB_window a:active {color: #0053CE;}
#TB_window a:focus{color: #0053CE;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color: #652C01;
	display:none;
	border: 2px solid #000000;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}