body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Century Gothic";
	font:"Century Gothic";
	font-size:14px;
}

textarea{
	font-size:12px;
}

a:link, a:visited {
	/*color: #0066CC;*/
	color:#0A20B8;
	font-weight:bold;
}

a:hover {
	color:#003366;
	font-weight:bold;
}
a:active {
	color: #0066FF;
	font-weight:bold;
}


fieldset{
	padding:10px;
	padding-top:0px;
	/*cursor:pointer;*/
}



.blackBottom{
	border-bottom:#000000 solid 1px;
}

.blackLeft{
	border-left:#000000 solid 1px;
}

.blackRight{
	border-right:#000000 solid 1px;
}

.blackTop{
	border-top:#000000 solid 1px;
}


a.blackLink:link, a.blackLink:visited{
	color:#000000;
	text-decoration:none;
}
a.blackLink:hover{
	text-decoration:underline;
}

a.noBoldBlackLink:link, a.noBoldBlackLink:hover, a.noBoldBlackLink:visited{
	color:#000000;
	font-weight:normal;
}

a.whiteLink:link, a.whiteLink:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.whiteLink:hover{
	text-decoration:underline;
}

a.redLink:link, a.redLink:visited{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

a.redLink:hover{
	text-decoration:underline;
}

a.darkBlueLink:link, a.darkBlueLink:visited{
	color:#000066;
	text-decoration:none;
}
a.darkBlueLink:hover{
	color:#003366;
	text-decoration:underline;
}




a.noLineLink:link, noLineLink, a.noLineLink{
	text-decoration:none;
}



.contentBox{
	border:#0066FF solid 1px; 
	background-color:#FFFFFF; 
	margin-left:5px;
}



.divParagraph{
	text-indent:20px;	
}


.inlineButton{
	padding-top:0px;
	padding-bottom:0px;
}




.selected_tab{
	border:#000000 solid 1px; 
	border-bottom:0px;
	background:#c34151;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
}

.unselected_tab{
	border:#000000 solid 1px; 
	/*border-bottom:0px;*/
	background:#CCCCCC; 
	padding:5px 10px 5px 10px;
}




a.selected_tab_link:link, a.selected_tab_link:visited{
	color:#FFFFFF;
	text-decoration:none;
	margin:-1px;
}


a.unselected_tab_link:link, a.unselected_tab_link:visited{
	color:#333333;
	text-decoration:none;
	margin:-1px;
}






.txtDisabled{
	color:#555555;
}

.green_selected_tab{
	border:#000000 solid 1px; 
	border-bottom:0px;
	background:#5de3be;
	padding:5px 10px 5px 10px;
}

.green_unselected_tab{
	border:#000000 solid 1px; 
	/*border-bottom:0px;*/
	background:#93f6db;
	padding:5px 10px 5px 10px;
}






a.normalTxt:link, a.normalTxt:visited{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

a.normalTxtBold:link, a.normalTxtBold:visited{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a.normalTxt:hover, a.normalTxtBold:hover{
	text-decoration:underline;
}


td.inputbody {
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
}

td.spacerRow{
	height:5px;
}

.paddedSides{
	padding-left:10px;
	padding-right:10px;
}

.coloredRow{
	background:#CCE3FF;
}



.fieldSet_adminSection{
	border:#2867DB solid 1px;
}

.fieldSet_blue{
	border:#0066FF solid 1px;
}


.fieldSet_red{
	border:#c34151 solid 1px;
}


.fieldSet_green{
	border:#009966 solid 1px;
}


.fieldSet_userAccount{
	border:#2270E3 solid 1px;
}


.smallBr{
	line-height:4px;
}

.tdInbox{
	border-bottom:#000000 solid 1px;
}




.pageStatus{
	color:#FF0000;
	font-weight:bold;
}

.proGrowth{
	color:#003399;
	font-weight:bold;
}


.requiredText, .requiredField{
	color:#FF0000;
}

.smallDisabled, a.smallDisabled:link, a.smallDisabled:visited{
	font-size:11px;
	color:#222222;
	
}

a.smallDisabled:link, a.smallDisabled:visited{
	font-size:11px;
	color:#222222;
	text-decoration:none;
	
}

.txtSmall{
	font-size:11px;
}

.txtSmall_12{
	font-size:12px;
}


.txtBlueBold{
	color:#003399;
	font-weight:bold;
}


.txtBold_16{
	font-size:16px;
	font-weight:bold;
}


.txtBoldItalic{
	font-style:italic;
	font-weight:bold;
}

.txtItalicUnderline{
	font-style:italic;
	text-decoration:underline;
}

.sectionLegend{
	color:#000000;
	font-size:20px;
}

.sectionLegendSmall{
	color:#003366;
	font-size:16px;
	font-weight:bold;
}


.printTable{
	page-break-after:auto;
}



.pageTitle{
	color:#c34151;
	padding-left:5px;
	font-size:24px;
	font-weight:bolder;
}


.pageTitleSmall{
	color:#c34151;
	padding-bottom:5px;
	font-size:16px;
	font-weight:bolder;
}





.overlayDiv{
	background-color:#DDDDDD; 
	background:#DDDDDD;
	border:#000000 solid 2px;
	display:none;
	min-width: 300px; 
	padding: 8px; 
	position:absolute;
	cursor:move;
	z-index:1000;
	
}





.tdTanBottom{
	border-bottom:#d6c1a3 solid 1px;
}



.tdRedBorder {
	border:#c34151 solid 1px;
}

.tdRedBottom {
	border-bottom:#c34151 solid 1px;
}


.tdRedTitle{
	background-color:#c34151;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}


.tdRedTitleFade{
	background:url(../images/red_fade.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}




.tdGreyBorder{
	border:#CCCCCC solid 1px;
}


.tdGreyTitle{
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.tdGreyTitle:link, a.tdGreyTitle:visited{
	color:#000000;
	text-decoration:none;
}

a.tdGreyTitle:hover{
	color:#000000;
	text-decoration:underline;
}

a.tdGreyLink:link, a.tdGreyLink:visited{
	color:#0000CC;
	font-weight:bold;
}

a.tdGreyLink:hover{
	color:#000000;
}

.tdGreyTitleWithBorder{
	background-color:#999999;
	border:#000000 solid 1px;
	color:#000000;
	/*font-weight:bold;*/
	text-decoration:none;
}


.thBarGrey{
	background:#DCDCDC;
	border-top:#000000 solid 1px;
}


.breadCrumb{
	border-bottom:#000000 solid 2px;
	padding:5px;
}

a.bbCodeBtn{
	border:#000000 solid 1px;
	padding-bottom:2px;
	background:#CCCCCC;
}
a.bbCodeBtn:link{
	background:#CCCCCC;
}
a.bbCodeBtn:hover{
	background:#00CCFF;
}


.bbQuoteDiv{
	background:#AEB7FF; 
	border:#000000 solid 1px; 
	padding:5px;
	width:100%;
}






.bodyOverlay{
	display:none; 
	z-index:10; 
	position:absolute; 
	background:#000000;
	overflow:hidden;
}







#header{
	padding:5px;
}



#topNav{
	width:100%;
	background:#EEEEEE;
	padding:3px;
	border-bottom:#006700 solid 3px;
}




#pageBody{
	padding:10px;
}

/* Used for tooltip.js*/
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}




#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:#FFFF99;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}


.scrollerDiv{
	border: 1px solid black;
	padding: 10px;
	background-color:#CCCCCC;
	overflow:auto;
}


.transScrollerDiv{
	padding: 10px;
}


#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: black;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}




#domticker{
width:98%;
/*border: 1px dashed black;*/
padding: 2px;
/*background-color: #f5ead9;*/
background-color:#000000;
overflow:auto;
display:block;
height:175px;
}



#transDomticker{
width:95%;
padding: 10px;
padding-top:5px;
height:75px;
/*overflow:auto;*/
}


#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #000000;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}
