@charset "UTF-8";
/* CSS Document */

.white_link:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.white_link:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.white_link:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.white_link:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.yellow_link:link {
	color: yellow;
	text-decoration: underline;
}
.yellow_link:visited {
	text-decoration: underline;
	color: yellow;
}
.yellow_link:hover {
	text-decoration: none;
	color: yellow;
}
.yellow_link:active {
	text-decoration: underline;
	color: yellow;
}
.maroon_link:link {
	color: maroon;
	text-decoration: underline;
	font-weight: bold;
}
.maroon_link:visited {
	text-decoration: underline;
	font-weight: bold;
	color: maroon;
}
.maroon_link:hover {
	text-decoration: none;
	color: maroon;
	font-weight: bold;
}
.maroon_link:active {
	text-decoration: underline;
	color: maroon;
	font-weight: bold;
}

.red_link:link {
	color: red;
	text-decoration: underline;
}
.red_link:visited {
	text-decoration: underline;
	color: red;
}
.red_link:hover {
	text-decoration: none;
	color: red;
}
.red_link:active {
	text-decoration: underline;
	color: red;
}
.black_link:link {
	color: #ffffff;
	text-decoration: underline;
}
.black_link:visited {
	text-decoration: underline;
	color: #000000;
}
.black_link:hover {
	text-decoration: none;
	color: #000000;
}
.black_link:active {
	text-decoration: underline;
	color: #000000;
}

.black_link_small:link {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}
.black_link_small:visited {
	text-decoration: underline;
	color: #000000;
	font-size: 10px;
}
.black_link_small:hover {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
.black_link_small:active {
	text-decoration: underline;
	color: #000000;
	font-size: 10px;
}
.white_linka:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.white_linka:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.white_linka:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.white_linka:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.lightgreytable {
	border-left: solid 1px #666666; 
	border-right: solid 1px #666666; 
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
}
.th_right {
	border-right: solid 1px #666666;
	background-image:url(images/gradient_red.gif);
        font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}
.th_top {
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}
.td_right_top {
	border-right: solid 1px #666666;
	border-top: solid 1px #666666; 
}
.td_right_top_bottom {
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.td_top {
	border-top: solid 1px #666666; 
}
.td_top_bottom {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.grey_box {
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;	
	border-bottom: solid 1px #666666;
	background-color:#C4C8AF;
}
.grey_box_2 {
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;	
	border-bottom: solid 1px #666666;
	background-color:#FFFFFF;
}
.grey_box_3 {
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;	
	border-bottom: solid 1px #666666;
	background-color: #444C56;
        color: #ffffff;
}

.grey_box_4 {
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;	
	background-color: #444C56;
        color: #ffffff;
}
legend { 
	padding: 2px; 
	color: #FFFFFF; 
	border: 1px solid #666666; 
	font: bold 12px Arial, Helvetica, sans-serif;
	background-image:url(images/gradient_red.gif);
} 
fieldset { 
	margin-bottom: 2px; 
	padding: 2px; 
	border: 1px solid #666666;
	font-size: 12px;
    background-color: #F5F4DD;
}
.tbo {
	background-color: #FF0000;
	text-align: center;
	width: 40px;
	font-size: 10px;
	color: #FFFFFF;
	border: thin solid #666666;
}
.own {
	background-color: #339966;
	text-align: center;
	width: 40px;
	font-size: 10px;
	color: #FFFFFF;
	border: thin solid #666666;
}
.tbc {
	background-color: #339966;
	text-align: center;
	width: 40px;
	font-size: 10px;
	color: #FFFFFF;
	border: thin solid #666666;
}
.clm {
	background-color: #339966;
	text-align: center;
	width: 40px;
	font-size: 10px;
	color: #FFFFFF;
	border: thin solid #666666;
}
.cls {
	background-color: #006699;
	text-align: center;
	width: 40px;
	font-size: 10px;
	color: #FFFFFF;
	border: thin solid #666666;
}
.legend_text {
	font-size: 12px;
}
.legend_text_a:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
.legend_text_a:hover {
	text-decoration: none;
}