/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr{
	height:0px;
	border:1px dashed #333333;
	
}

.greyline{
	background-color:#282828;
}

.textbox{
	border:1px solid #999999;
	font-size:11px;
}
.white{
	color:#FFFFFF;
}
a:link{
color:#2F788A;
text-decoration:none;
}
a:visited{
color:#2F788A;
text-decoration:none;
}
a:hover{
color:#FFFFFF;
text-decoration:none;
}
a:active{
color:#2F788A;
text-decoration:none;
}
.inner_page_heading{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}
.dark_teal{
background-color:#0B3740;
color:#FFFFFF;
font-weight:bold;
}
.light_teal{
background-color:#01181D;
color:#FFFFFF;
}
.black_text{
color:#000000;
}
.white_text{
color:#FFFFFF;
}
.teal_border{
border:#0B3740 solid 1px;
}
.grey_dashed_border{
border-bottom:#333333 dashed 1px;
}
.grey_dashed_right{
border-right:#333333 dashed 1px;
}
.grey_dashed_left{
border-left:#333333 dashed 1px;
}
.input_button{
border:0px;
background-color:#164D59;
color:#FFFFFF;
font-size:12px;
padding:2px;
}
.red_small_text{
color:#67C4D8;
font-size:11px;
}
.white_small_text{
color:#FFFFFF;
font-size:11px;
}

.bottom_text_small{
	font-size:11px;
	color:#999999;
}

.bottom_text_small_tealcolor{
	font-size:11px;
	color:#2F788A;
}
#dhtmltooltip{
position: absolute;
width: auto;
font-size:12px;
border: 1px solid #FFFFFF;
padding: 2px;
text-align:center;
background-color: #13AFCB;
visibility: hidden;
z-index: 100;
color:#000000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);*/
}
.search_heading{
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.italic{
font-style:italic;
}