/* base */
* { margin: 0; padding: 0; }
body { line-height: 1.4; font: 12px/1.4em Arial, sans-serif; color: #414d46; background: #FFF; width: 100%; height: 100%; }
a { color: #2D7BB2; text-decoration: none; outline: none; }
a:hover { color: #414D46; }

/* header */
#header { background: #22944E; position: relative; height: 3em; }
#header #title { margin: 0; padding: 0; display: block; padding: 0.3em; }
#header a, #header a:hover { color: #fff; text-decoration: none; }

/* navigation bar */
#navigation { position: absolute; margin: 0; bottom: 0; right: 0; font-family: sans-serif, Arial; }
#navigation li { display: block; float: left; list-style-type: none; margin: 0; padding: 0; }
#navigation a {display: block; float: left; padding: 3em 16px 10px 16px; color: #A0E673; }
#navigation a:hover { color: white; background: #234F32; }
body#homepage li#nav-homepage a,
body#riderspage li#nav-riderspage a, 
body#refereespage li#nav-refereespage a, 
body#contactpage li#nav-contactpage a,
body#venuespage li#nav-venuespage a { color: white; background: #030; }

/* content */
p { padding: 1em 0; }
#content { padding: 2em; }
.error {color: red; }
label.error { background: url('/site_media/error.gif') no-repeat; padding-left: 16px; margin-left: .3em; }
#content dt { font-weight: bold; margin-top: 0.5em;}
.explenation { padding: 0.5em 0 1em; font-style: italic; font-size: 11px; text-align: center; }

/* 3-columns layout */
.colmask { position: relative; clear: both; float: left; width: 100%; overflow: hidden; }
.colright, .colmid, .colleft { float: left; width: 100%; position: relative; }
.col1, .col2, .col3 { float: left; position: relative; padding: 0; overflow: hidden; }
.blogstyle .colmid { right: 25%; }
.blogstyle .colleft { right: 25%; }
.blogstyle .col1 { width: 46%; left: 52%; }
.blogstyle .col2 { width: 21%; left: 56%; }
.blogstyle .col3 { width: 21%; left: 60%; }

/* footer */
#footer { clear: both; border-top: 1px solid #C0CCC4; margin: 0; padding: 0 0.5em; color: #808c85; }
#footer p.links { text-align: center; font-size: 0.9em; }
#footer a { padding: 0 0.4em; }
#footer .legal { float: right; text-align: right; font-size: 0.9em; margin: 0; color: #A8B2AC; }
#footer .legal a { padding: 0; color: #808C85; font-weight: bold; }
#footer .legal a:hover { color: #414D46; }

/* data table */
.data { width: 100%; color: #666; border-bottom: solid 1px #6da26d; margin-bottom: 0.5em; }
.data th { font-weight: bold; letter-spacing: 0; padding: 2px 4px; color: #333;
border-bottom: solid 2px #6da26d; border-left: solid 1px #6da26d; }
.data th a { text-decoration: none; padding-right: 18px; color: #06c; }
.data td { padding: 6px 4px; border-bottom: solid 1px #6da26d; border-left:
solid 1px #6da26d;}
.odd { background-color: #ddff9f;}
.right { text-align: right; }
.data .row:hover { background-color: #030; color: white; }
.data .row:hover a { color: #fff; }
.data .row:hover a:hover { color: #ff0; }
.data .first { padding-left: 10px; border-left: 0px; }
.data .firstth { border-left: 0px; }
.paginator { text-align: center; padding: 6px; }
.paginator span.paginate-link, 
.paginator span.paginate-current, 
.paginator span.paginate-previous, 
.paginator span.paginate-next, 
.paginator span.paginate-first, 
.paginator span.paginate-last,
.paginator span.paginate-link a { color: #5a90ce; padding: 0 5px; text-decoration: none; border: none; font-size: 110%; }
.paginator span.paginate-current { border: none; font-weight: bold; color: #3e3e3e; padding: 6px 6px; font-size: 1.3em; }
.paginator span.paginate-link a:hover { border: solid 2px #076f18; background-color: #076f18; color: #fff; padding: 0px 3px; }

h2 { clear: both; border-bottom: 4px solid green; display: inline; text-transform: uppercase; font-size: 13px; line-height: 200%; padding-bottom: 2px; }
h3 { font-size: 12px; text-transform: uppercase; text-align: center; padding-bottom: 1em; }
.col1 ul, .col2 ul, .col3 ul, .col1 dl, .col2 dl, .col3 dl { padding-top: 10px; padding-bottom: 10px; }

#profile li { list-style-type: none; }
#profile #photo { margin-top: 10px; width: 140px; float: left; margin-right: 10px; text-align: center; color: #a9a9a9;}
#profile #statistics { margin-top: 10px; float: left;}
.spacer { clear: both; }

#search { margin-top: 10px; }

/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #ddff9f;
}

.ac_over {
	background-color: #030;
	color: white;
}

