body {
	font-family: "Trebuchet MS";
	font-size: small;
	margin: 0 0 20px 0;
	color: #000000;
}

a {
	color: #0475FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.black {
	color:#000000;
}

a.black:hover {
	text-decoration: none;
}

img#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

code {
	font-size: medium;
	color: #006633;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid #CCCCCC;
	padding: 1px;
	background-color:#FFFFFF;
}

span.mark {
	background-color: #FFFF82;
}

/* forms */

form {
display: inline;
}

fieldset {
	padding: 5px 0 10px 10px;
	border: 1px solid #CCCCCC;
	background: #FDF8C2 url(../images/interface/yellow_fade.png) repeat-x;
	width: auto;
}

legend {
	color: #AAAAAA;
	margin-bottom: 6px;
	font-size: large;
}

.form_error {
	border: 1px solid #FF0000;
}

/* headers */

h1 {
	display: inline;
	font-weight: normal;
	font-size: x-large;
}

h2 {
	display: inline;
	font-size: large;
	font-weight: normal;
}

h3 {
	display: inline;
	font-size: medium;
	font-weight: normal;
}

/* page structure */

div.main {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

div.mainleftcolumn {
	width: 78%;
	float: left;
	margin-right: 2%;
}

div.mainrightcolumn {
	float: left;
	width: 20%;
	clear: right;
}

/* header */

#header {
	padding: 9px 0px;
	height: 30px;
	background: #008CDE url(../images/interface/gray_fade_3.png) repeat-x bottom;
}

#header div.lcolumn {
	float: left;
	font-size: large;
}

#header div.lcolumn a {
	color: #FFFFFF;
}

#header div.lcolumn a:hover,
#header div.lcolumn a:focus,
#header div.lcolumn a.selected {
	color: #000000;
	/* background-color: #AAAAAA; */
	text-decoration: none;
}

#header div.rcolumn {
	font-size: large;
	float: right;
}

#header div.rcolumn a {
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
}

#header div.rcolumn a:hover,
#header div.rcolumn a:focus,
#header div.rcolumn a.selected {
	color: #000000;
	/* background-color: #AAAAAA; */
	text-decoration: none;
}

/* message */

div.message {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: center;
	font-size: medium;
	padding: 10px;
}

div.message#error {
	font-weight: bold;
	color: #FF0000;
}

/* tabs */

ul.tabs {
	list-style-type: none;
	margin: 0;
	clear: both;
	padding: 0;
}

ul.tabs li {
	float: left;
	display: inline;
}

ul.tabs li a {
	font-size: medium;
	font-weight: bold;
	margin: 0 2px -1px 0;
	padding: 7px 12px 7px 12px;
	border: 1px solid #CCCCCC;
    background: #FFFFFF url(../images/interface/gray_fade_1.png) repeat-x; /* tab background */
	display: block;
	height: 20px;
}

ul.tabs li.right {
	float: right;
}

ul.tabs li.right a {
	margin: 0 0 -1px 2px;
}

ul.tabs li#selected a,
ul.tabs li#selected a:hover,
ul.tabs li#selected a:focus {
    background: none;
	border-bottom: 1px solid #FFFFFF;
}

ul.tabs li#title {
	font-size:x-large;
	padding-right: 15px;
	padding-left: 10px;
}

ul.tabs#small li a {
	font-size: small;
	font-weight: normal;
	color: #000000;
}

ul.vtabs {
	list-style-type: none;
	margin: 0;
	clear: both;
	padding: 0;
}

ul.vtabs li {
	padding: 7px 12px 7px 12px;
}

ul.vtabs li a {
	font-size: medium;
}

ul.vtabs li#selected a {
    background: #FFFFFF;
	color: #000000;
}

/* content */

div.content {
	border: 1px solid #CCCCCC;
	clear: both;
}

/* results table */

table.results {
	width: 100%;
	clear:both;
}

table.results th {
	text-align: left;
	font-weight: bold;
	background: #E1E1E1 url("../images/interface/gray_fade_2.png") repeat-x; /* background */
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #E1E1E1; 
}

table.results th a {
	color: #000000;
}

table.results th a:hover {
	text-decoration: none;
}

table.results tbody.results a {
	color: #000000;
}

table.results tr.new {
	background-color: #DCFDDB;
}

table.results tr.gray {
	color: #999999;
}

table.results td.red {
	color: #FF0000;
}

table.results tr.new:hover {
	background-color: #D0FCCF;
}

table.results tr#ad:hover {
	background: none;
}

table.results tr#current:hover {
	background: none;
}

table.results tbody tr:hover {
	background-color: #E9E9E9;
}

table.results tbody tr.no_hover:hover {
	background: none;
}

table.results tbody.select tr:hover {
	background-color: #0475FF;
	color: #FFFFFF;
	cursor: pointer;
}

table.results tbody td {
	border-bottom: 1px solid #E1E1E1;
}

table.results tbody td span.mark {
	background-color: #FFFF82;
}

table.results tr#current td {
	vertical-align: top;
}

table.results2 tr:hover {
	background: #E1E1E1 url("../images/interface/gray_fade_2.png") repeat-x; /* background */
}

/* refine window */

div.window {
	overflow: auto;
	margin-top: 3px;
}

div.scroll {
	height: 150px;
}

/* list table */

table.list {
	border: 1px solid #CCCCCC;
}

table.list thead td {
	background: #E1E1E1 url("../images/interface/gray_fade_2.png") repeat-x; /* background */
	font-size: large;
	border-bottom: 1px solid #FFFFFF;
}

table.list tbody td {
	padding-left: 10px;
}

table.list tbody tr:hover {
	background-color: #E9E9E9;
}

/* help menu */

ul.help li {
	list-style-image: url(../images/interface/arrow_desc.png);
}

ul.help li#active {
	list-style-image: url(../images/interface/arrow_desc.png);
}

ul.help li.link {
	list-style-image: url(../images/interface/square.png);
}

/* counter */

#counter {
	font-size: large;
	color: #AAAAAA;
	text-align: center;
}

#counter a {
	color: #AAAAAA;
	/* border: 1px solid #CCCCCC; */
	padding: 2px 5px 2px 5px;
	margin: 0 1px 0 1px;
}

#counter a:hover,
#counter a:focus,
#counter a#selected {
	color: white;
	background-color: #AAAAAA;
	text-decoration: none;
}

/* footer */

#footer {
	text-align: center;
	color: #AAAAAA;
}

#footer a {
	text-decoration: underline;
	color:#AAAAAA;
}