@font-face {
	font-family: LondonTwo;
	src: url('/fonts/LondonTwo.ttf');
}
@font-face {
	font-family: LondonBetween;
	src: url('/fonts/LondonBetween.ttf');
}
@font-face {
	font-family: LondonMM;
	src: url('/fonts/LondonMM.ttf');
}
html, body {}
html
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow-y: scroll;
}
body
{
	padding: 0;
	margin: 0;
	background-color: #484342;
	background-image: url('/images/website/background_image.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
select,
input,
textarea
{
	background-color	: #ffffff;
	color				: #000000;
	border				: 1px solid #5D5D5D;
	padding				: 1px;
	font-size			: 10px;
	font-family			: arial,sans-serif;
}


#wrapper
{
	height: 100%;
}
#head
{
	background-color: #000000;
	top: 0;
	width: 100%;
	z-index: 10;
	position: relative;
	height: 320px;
}
.head_info_area 
{
	color: #EEEEEE;
	padding: 10px;
	vertical-align: top;
}
.head_menu
{
	width: 940px;
	height: 34px;
	/* background-image: url('/images/website/background_menu.png'); */
	background-image: url('/images/website/theme_002/nav_bar.jpg');
}
.head_menu a
{
	color: #ffffff;
	font-size: 9pt;
	font-family: verdana;
	text-decoration: none;
}

.content_title
{
	background-image: url('/images/website/arrows_version2.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: #F2F2ED;
	color: #D52D00;
	font-size: 20px;
	font-weight: bold;
	font-family: LondonTwo,Arial,sans-serif;
	text-indent: 20px;
}
.content
{
	background-color: #F2F2ED;
	margin: 0;
	height: 100%;
	height: auto ! important;
	min-height: 400px;
	width: 940px;
	position: relative;
	padding: 10px 0 10px 0;
	font-weight: normal;
}
.content a
{
	font-size: 0.9em;
	color: #D52D00;
	text-decoration: none;
}
.content a:hover
{
	font-size: 0.9em;
	color: #0033CC;
	text-decoration: underline;
}

.foot
{
	background-color: #F2F2ED;
	height: 90px;
	bottom: 0;
	width: 890px;
	z-index: 10;
	position: relative;
	border-top-color: #9A9A9A;
	border-top-style: dashed;
	border-top-width: 1px;
	padding: 10px 25px; 10px 25px;
}
.foot a
{
	font-size: 0.9em;
	color: #D52D00;
	text-decoration: none;
}
.foot a:hover
{
	font-size: 0.9em;
	color: #0033CC;
	text-decoration: underline;
}


.hiddenPic
{
	display: none;
}
.RoundedBox
{
	-moz-border-radius					: 0.8em 0.8em 0.8em 0.8em;
	-webkit-border-top-left-radius		: 0.8em;
	-webkit-border-top-right-radius		: 0.8em;
	-webkit-border-bottom-left-radius	: 0.8em;
	-webkit-border-bottom-right-radius	: 0.8em;
}
.plug
{
	text-align: center;
	font-size: 10px;
	font-family: verdana;
	color: #9E9E9E;
	font-size: 0.9em;
}
.plug a
{
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
	color: #9E9E9E;
	font-size: 0.9em;
}
.tabular_data *
{
	color: #39465B;

}

.tabular_data a
{
	font-size: 0.9em;
	color: #000099;
	text-decoration: none;

}
.tabular_data a:hover
{
	font-size: 0.9em;
	color: #0033CC;
	text-decoration: underline;
	font-weight: bold;
}
.tabular_data_divider
{
	border-bottom: 1px solid #AEAE00;
	height: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}
.tabular_data_title
{
	font-weight: bold;
	background-color: #CCD560;
}

.navigation_menu *
{
	color: #000000;
}
.navigation_menu a
{
	color: #0033CC;
	text-decoration: none;
}
.navigation_menu a:hover
{
	color: #888888;
	text-decoration: underline;
}

.navigation_race_classes
{
	width: 880px;
	color: #000000;
	font-weight: normal;
}
.navigation_race_classes a
{
	font-size: 0.9em;
	color: #D52D00;
	text-decoration: none;
}
.navigation_race_classes a:hover
{
	font-size: 0.9em;
	color: #0033CC;
	text-decoration: underline;
}

.standout
{
	font-weight: bold;
}
div.content-title
{
	font-weight: bold;
}
div.sponsor-logo-bar
{
	margin-left: auto;
	margin-right: auto;
	width: 815px;
}
div.error-report
{
	background-color	: #dedede;
	padding				: 5px;
	right				: 0;
	margin-top			: 30px;
}
div.error-report > form > input
{
	padding-left: 5px;
	padding-right: 5px;
}

div.pagination
{
	list-style-type		: none;
	padding				: 0;
	margin				: 0;
	display				: inline;
}

div.pagination > span
{
	border				: 1px solid #333333;
	display				: inline-block;
	margin				: 0 2px 0 0;
	padding				: 0 7px 0 7px;
	text-decoration		: none;
}

div.pagination > span.link
{
	color				: #D52D00;
	cursor				: pointer;
}

div.pagination > span.link:hover
{
	color				: #0033CC;
}


