﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #abc;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 750px;
	margin: 0 auto;
	background-image: url('../images/vert_bg.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	margin: 0 10px 0 12px;
	width: 728px;
	overflow: auto;
	background-color: #f2f2f2;
}
#topnav {
	text-align: right;
	clear: both;
	width: 728px;
	margin-right: 10px;
	margin-left: 12px;
	padding: 0;
	overflow: auto;
	background-color: #d3d3d3;
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #bcd;
	position: relative;
	clear: both;
	margin-left: 12px;
	display: inline;
}
#content {
	float: right;
	width: 548px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 10px 10px 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 728px;
	margin-right: 10px;
	margin-left: 12px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead h1 {
	font-size: x-large;
	text-align: center;
	margin-top: 20px;
	color: #118;
}
/* Styles for Top Navigation */
#topnav p {
	font-size: 0.9em;
	color: #118;
	margin: 2px;
	padding: 2px;
}
#topnav a {
	color: #00f;
	text-decoration: underline;
	font-weight: bold;
}
#topnav a:hover {
	color: #c03;
	text-decoration: none;
	font-weight: bold;
}
/* Styles for Left Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #118;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #c03;
}
/* Styles for Content */
#content h2 {
	color: #069;
}
#content h3 {
	color: #009;
}
#content h4 {
	color: #309;
}
#content h5 {
	color: #118;
}
#content a:link {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	background-color: #39f;
	text-decoration: underline;
	padding: 1px 2px 2px 2px;
}
#content a:visited {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	background-color: #39f;
	text-decoration: underline;
	padding: 1px 2px 2px 2px;
}
#content a:hover {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	background-color: #c03;
	text-decoration: none;
	padding: 1px 2px 2px 2px;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #118;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.bold_center {
	font-weight: bold;
	text-align: center;
}
.black {
	color: #000000;
}
.red {
	color: #FF0000;
}
.red_center {
	color: #FF0000;
	text-align: center;
}
.bold_red {
	color: #f00;
	font-weight: bold;
}
.bold-red-underline {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.darkred {
	color: #c03;
}
.bold_darkred {
	color: #c03;
	font-weight: bold;
}
.bold_lower_alpha {
	font-weight: bold;
	list-style-type: lower-alpha;
}
.bold_upper_alpha {
	font-weight: bold;
	list-style-type: upper-alpha;
}
.blue {
	color: #00f;
}
.navy {
	color: #008;
}
.italic {
	font-style: italic;
}
.bold_italic_navy {
	font-style: italic;
	font-weight: bold;
	color: #008;
}
.center {
	text-align: center;
}
.normal_black {
	color: #000;
	font-weight: normal;
}
/* Styles for Data Table */
.data_table {
	background-color: #fff;
	border-top: 1px solid #008;
	border-left: 1px solid #008;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}
.data_table_header_dbyellow {
	background-color: #ff0;
	color: #000;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
}
.data_table_header_db {
	background-color: #008;
	color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
}
.data_table_header_lb {
	background-color: #cde;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
}
.data_table_hdr {
	text-align: center;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
}
.data_table_hdr_lb {
	text-align: left;
	vertical-align: bottom;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
}
.data_table_hdr_cb {
	text-align: center;
	vertical-align: bottom;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
}
.data_table_c25 {
	text-align: center;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
	width: 25px;
}
.data_table_c25_outstandingresult {
	text-align: center;
	background-color: #ff0;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
	width: 25px;
}
.data_table_c25_noresult {
	text-align: center;
	background-color: #f00;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
	width: 25px;
}
.data_table_r30 {
	text-align: right;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
	width: 30px;
}
.data_table_left195 {
	text-align: left;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
	width: 195px;
}
.data_table_plain {
	text-align: left;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
}
.data_table_r210 {
	text-align: right;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
	width: 210px;
}
.data_table_left210 {
	text-align: left;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
	width: 210px;
}
.data_table_left {
	text-align: left;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	border-right: 1px solid #008;
	border-bottom: 1px solid #008;
}
.mini-nav {
	text-align: center;
	margin-top: 2px;
}
hr {
	background-color: navy;
	height: 1px;
	width: 100%;
}
.round-table1 {
	border: 2px solid #0000FF;
	background-color: #FFFF00;
	border-radius: 15px;
	padding: 15px;
}
.round-table2 {
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 15px;
}
.round-table3 {
	border: 2px solid #3399FF;
	background-color: #000080;
	border-radius: 15px;
	padding: 15px;
	color: #FFFFFF;
}
