/*----------Body Properties----------*/
body {
background: #fff;
font-size: 11px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
padding:0px;
margin:0px;
height: 100%;
}

a {color: #304890;text-decoration: none;}
a:visited {color:#304890;text-decoration: none;}
a:hover {color: #304890;text-decoration: underline;}
a:active { color:#000000;}
a.orange {
	color: #e5a917;
}
a.red {
	color: red;
}
a.grey {
	color: #525151;
}
a.green {
	color: green;
}
a:link img {
	border: none;
}
a:visited img {
	border: none;
}

.section_label {
	color: #999;
	font-size:11px;
	display: inline;
}
.green {
	color: green;
}
.orange {
	color: #e5a917;
	display: inline;
}
.blue {
	color: #238aa3;
	display: inline;
}
.red_error {
	color: red;
	font-weight: bold;
}
.error {
	color: #ff6166;
	font-weight: bold;
}
.success {
	border: 1px solid ;
	color: #2a8300;
	font-weight: bold;
	padding: 10px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.announcement {
	border: 2px solid #100083;
	color: #000;
	font-weight: bold;
	padding: 10px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.notification {
	border: 2px solid #304890;
	color: #000;
	font-weight: bold;
	padding: 10px 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.hidesubmit {
    border: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.scorebox {
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #f3d485;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	width: 30px;
	height: 18px;
	padding: 5px;
}
.red_scorebox {
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #ff6a71;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	width: 30px;
	height: 18px;
	padding: 5px;
}
.green_scorebox {
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #4bee08;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	width: 30px;
	height: 18px;
	padding: 5px;
}

/* footer */
ul#navlist {
	padding: 0;
	margin: 10px 0 10px 5px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 20px 0 0;
}
#navlist li a {
	color: #525151;
}

/* --- Banner --- */
table.banner {
	width: 800px;
	margin-top: 5px;
	border-bottom: 1px solid #ccc;
}
table.banner td.banner_logo {
	padding-right: 10px;
	width: 200px;
}
table.banner_sub_menu td.banner_menu {
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}
table.banner td.banner_other {
	text-align: right;
	padding-right: 5px;
}
table.banner td.banner_search {
	text-align: right;
	width: 130px;
}
.search_box {
	border: 1px solid #ccc;
	height: 20px;
	width: 130px;
}
.search_field {
	border: 0;
	float: left;
	width: 100px;
	height: 15px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
.search_button {
	border: 0;
}
/* --- login popup --- */
.login_message {
	padding-top: 10px;
	padding-bottom: 10px;
}
.login_popup_input {
	
}
table.login_popup_form {
	margin-top: 10px;
}
table.login_popup_form td.field {
	padding-left: 5px;
}
a.login_popup_register {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
a.login_popup_register:hover {
	text-decoration: underline;
}
.register_login_popup {
	margin-top: 20px;
}