body {
	background-color: #5BA0D5;
	color: #000000;
	margin-top: 0px;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #EDEDED;
	scrollbar-face-color: #038F00;
	scrollbar-highlight-color: #969696;
	scrollbar-shadow-color: #969696;
	scrollbar-track-color: #5BA0D5;
}

body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

td {
	vertical-align: top;
}

a:link, a:active, a:visited {
	color: #038F00;
	text-decoration: none;
}

a:hover {
	color: #0168B3;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	font-size: 13px;
}

.page_container {
	width: 800px;
	text-align: left;
	border: 1px solid #000000;
	background-color: #ffffff;
}

div.lnav_links {
	margin-left: 10px;
}

div.divbar {
	background-color: #038F00;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}

.button {
	background-image: url(/images/button_middle.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 1px #3c5f84;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

a.text_button, a.text_button:visited {
	background-image: url(/images/button_middle.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 1px #3c5f84;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
}

a.text_button:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Misc */
.red { color:#ff0000 }
.blue { color:#0000ff }
.vctr { vertical-align : middle }
.action { font-weight: bold; color: #ff0000; }

/* Results listings */
.class_head {
	font-weight: bold;
	border-bottom: 1px solid #0168B3;
	padding-bottom: 1px;
}

.res_all {
	border-bottom: 1px solid #BDD1FB;
	padding: 1px 0px 1px 0px;
}

.res_pos_col {
	float: left;
	width: 18px;
	margin-right: 8px;
	font-weight: bold;
	text-align: right;
}

.res_rid_num_col {
	float: left;
	width: 20px;
	margin-right: 8px;
	text-align: right;
}

.res_rid_name_col {
	float: left;
	width: 150px;
}

#filter_box ul {
	list-style-type: none;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

#filter_box li {
	display: inline;
	padding: 0 0.5em 0 0.7em;
	border-left: 0.08em solid #644;
}

#filter_box ul li:first-child {
	border: 0px #fff;
}



