@charset "utf-8";
/* CSS Document */

body {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	scrollbar-face-color: #005595; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF;
	background-color:#FFFFFF;
}

.button {
	border: solid 1px black;
	font-size:10px;
}

.button_header {
	height: 40px;
}

.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
} 

.red_text {
	font-family: Tahoma;
	font-size: 12px;
	color:#FF0000;
	font-weight: bold;
}

.blue_text {
	font-family: Tahoma;
	font-size: 12px;
	color:#336699;
	font-weight: bold;
}

.gold_text {
	font-family: Tahoma;
	font-size: 12px;
	color:#F76B00;
}

.gold_text_right {
	font-size: 10px;
	padding-left: 5px;
	color:#FF9900;
	text-align:right;
}


.white_text {
	color: #FFFFFF;
	font-weight:bold;
}

.header {
	font-size: 14px;
	font-weight: bold;
	background-color: #BA0000;
	color:#FFFFFF;
	padding-left:5px;
	height: 30px;	
}

.no_underline {
	text-decoration: none;
	color: #000000;
}

.underline {
	color: inherit;
}

.inactive {
	color: #CCCCCC;
	background-color: #FFFFFF;	
	text-align: inherit;
}

.active {
	color: #000000;
	background-color: #FFFFFF;
}

.blue_back  {
	background-color:#336699;
	color:#FFFFFF;
	font-weight:bold;
}

.red_back {
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}

.loading_div {
 	width: 200px;
 	height: 75px;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

.loading_table {
	border: 1px solid white; 
	background-color:#9DBDE7; 
	font-family:Verdana; 
	color:#FFFFFF; 
	font-weight:bold; 
	vertical-align:middle; 
	height:75px;
}

/* Template */

.temp_white {
	color:#FFFFFF;
	font-size: 12px;
	padding-left: 5px;
}

.temp_white_small {
	color:#FFFFFF;
	font-size: 10px;
	padding-left: 5px;
}

.temp_black {
	color:#000000;
	font-size: 10px;
	padding-left: 5px;
}

.temp_gold {
	font-family: Tahoma;
	font-size: 10px;
	color:#F76B00;
}


.temp_black_right {
	color:#000000;
	font-size: 10px;
	padding-left: 5px;
	text-align:right;
}

.temp_blue {
	color:#1C55A5;
	font-size: 10px;
	font-weight:bold;
	padding-left: 5px;
}

.temp_blue_bigger {
	color:#1C55A5;
	font-size: 12px;
	font-weight:bold;
	padding-left: 5px;
}

.temp_grey {
	color:#CCCCCC;
	font-size: 10px;
	padding-left: 5px;
}

.temp_dark_blue {
	color:#1C55A5;
	font-size: 10px;
	padding-left: 5px;
}

.temp_dashed_border {
	border: 1px #CCCCCC dashed;
}

.temp_solid_border {
	border: 1px #C4C4C4 solid;
}

a:link {color:#000000;}
a:visited {color:#000000;}
a:active {color:#000000;}
a:hover {color:#000000;}

.more_info a:link {color:#316AC5;}
.more_info a:visited {color:#316AC5;}
.more_info a:active {color:#316AC5;}
.more_info a:hover {color:#316AC5;}

.temp_white_small a:link {color:#FFFFFF;}
.temp_white_small a:visited {color:#FFFFFF;}
.temp_white_small a:active {color:#FFFFFF;}
.temp_white_small a:hover {color:#FFFFFF;}

.more_info {
	color: #316AC5;
	padding-left: 5px;
}

