@charset "utf-8";
/* CSS Document */

img{
	border:0px;
}
a{
	color:#FFFFFF;
}
a:hover, a.selected{
	color:#990D17;
}

.q2:hover{text-decoration:none;}

body {
	background-image:url(../../images/bg1.jpg);
	padding:0px;
	margin:0px;
	font-family:Tahoma, Verdana, Arial;
	color:#FFFFFF;
	font-size:12px;
}
#breadcrumb {
padding-top:5px;
padding-left:10px;
color:#666666;
float:left;
font-size:11px;
height:14px;
}
#breadcrumb a{
float:left;
color:#666666;
}
#breadcrumb span{
	float:left;
	padding: 0 3px;
}
#wrapper{
	width:952px;
	margin:auto;
	background-image:url(../../images/header_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}
#circuit_image{
float:right;
margin-left:10px;
}
#menu{
	float:right;
	margin-top:20px;
	width:585px;
}
#button{
float:left;
}
#spacer{
height:18px;
float:right;
width:5px;
}
#message{
width:100%;
padding-top:5px;
height:20px;
float:left;
text-align:right;
font-size:10px;
}
#header{
	height:145px;
}
#corners_top{
	background-image:url(../../images/top_bg.png);
	width:335px;
	height:14px;
}
#corners_bottom{
	background-image:url(../../images/bottom_bg.png);
	width:335px;
	height:14px;
	float:left;
}
#corners_top_2{
	background-image:url(../../images/top_bg_2.png);
	width:593px;
	height:14px;
}
#corners_bottom_2{
	background-image:url(../../images/bottom_bg_2.png);
	width:593px;
	height:14px;
	float:left;
}
#content{
	min-height:368px;
	height:auto;
	overflow:auto;
	background-image:url(../../images/main_bg.png);
	background-repeat:repeat-x;
	background-position: top;
}
#footer{
	font-size:10px;
	height:23px;
	background-image:url(../../images/footer.png);
	color:#999999;
}
#footer a {
	text-decoration:none;
	color:#999999;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_links{
	margin-top:5px;
	float:left;
	width:420px;
	text-align:center;
}
#left{
	width:335px;
	margin: 57px 8px 8px 8px;
	background-image:url(../../images/bg2.jpg);
	background-repeat:repeat-x;
	float:left;
	min-height:283px;
}
#left_content{
	min-height:275px;
	padding:0 15px;
}
#right_content{
	min-height:332px;
	padding:0 15px;
}
#right{
	width:593px;
	margin:0 8px 8px 0;
	background-image:url(../../images/bg2.jpg);
	background-repeat:repeat-x;
	float:right;
	min-height:340px;
	/*padding:10px;*/
	height:auto;
	background-color: #000002;
}
#bottom_right{
	width:auto;
	height:auto;
	float:right;
	margin-right:10px;
}

#event_text{
	/*width:305px;*/
	width:560px;
	min-height:160px;
	float:left;
}

.inlineImages{float:right;display:inline;width:250px;margin:0 0 0 10px;padding-right:10px;}


#circuit_text{
	width:565px;
	min-height:160px;
	float:left;
}
#event_text_wide{
	min-height:160px;
}

#event_images{
	width:244px;
	float:right;
}
#copyright{
	width:300px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}
#design_by{
	width:200px;
	float:right;
	margin-right:10px;
	margin-top:5px;
	text-align:right;
}
#more_info{
	float:right;
}
h1{
	color:#FFFFFF;
	font-size:23px;
	text-transform:uppercase;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
h2{
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	padding:0 0 0 0;
	margin:0 0 8px 0;
}

h2 .small{font-weight:300;font-style:italic;font-size:12px;}
h2 .small a{text-decoration:none;text-transform:lowercase;}

h3{
	color:#FFFFFF;
	font-size:23px;
	padding:0 0 0 0;
	margin:0 0 8px 0;
}
h3 span{
	font-size:12px;
}
p{
	color:#FFFFFF;
	font-size:12px;
	padding:0 0 10px 0;
	margin:0 0 0 0;
}

.trackImage{
	margin:2px 0 15px 0;
}
.date{
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
}
/***** EVENTS LIST *****/
#left_content ul{
	margin:0;
	padding:0;
}
.event_type li{
	float:left;
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 15px 0 0;
	list-style:none;
	width: 35%;
}
.event_type li{
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}

.event_list li{
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

.event_type li.e1, .event_list li.e1{
	background-image:url(../../images/blocks/red.jpg);
}

.event_type li.e2, .event_list li.e2{
	background-image:url(../../images/blocks/blue.jpg);
}

.event_type li.e3, .event_list li.e3{
	background-image:url(../../images/blocks/white.jpg);=
}

.event_type li.e4, .event_list li.e4{
	background-image:url(../../images/blocks/green.jpg);
}

.event_type li.e5, .event_list li.e5{
	background-image:url(../../images/blocks/yellow.jpg);
}

.event_type li.e6, .event_list li.e6{
	/*background-image:url(../../images/green-block.jpg);*/
	background-image:none;
}

.event_type .selected{
	color:#990D17;
}
.event_type a{
	text-decoration:none;
}
.event_type a:hover{
	color:#990D17;
}



.event_list{
	clear:both;
	list-style:none;
}
.event_list span{
	font-weight:bold;
}

.event_list a{
	text-decoration:none;
}

.event_thumb {
	float:right; margin:2px; border:1px solid #616161;
}

/*****TRAINING*****/

.training_list li{
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 15px 0 0;
	list-style:none;
}

.training_list li ul li{
	margin: 0 0 0 20px;
	font-weight:normal;
}

.training_list .selected{
	color:#990D17;
}
.training_list a{
	text-decoration:none;
}
.training_list a:hover{
	color:#990D17;
}
#event_text ul{
	padding:0;
	margin:0 0 0 20px;
}
#event_text li{
	padding:0 0 5px 0;
	margin:0 0 0 15px;
	font-size:12px;
}


/*****WELCOME*****/
.welcome li{
	margin:0 0 0 15px;
	padding:0 0 5px 0;
	font-size:12px;
}

/*-----ARTICLES-----*/
#article_text{
	width:560px;
	min-height:160px;
	float:left;
	font-size: 12px;
}

.article_image_col{
	float:right;
	width:120px;
}

#article_text ul{
	margin-top:0;
	margin-bottom:10px;
}

/*-----LOGIN/REGISTER-----*/
#contactForm input, #loginForm input, #registerForm input{
	border: 1px solid #999999;
	background-image:url(../../images/layout/bg-input.gif);
	width: 140px;
}

#contactForm textarea{
	border: 1px solid #999999;
	width:100%;
	height:130px;
	text-align:left;
	font-size: 12px;
	font-family:Tahoma, Verdana, Arial;
}

.none{
	background-image:none!important;
	border: none!important;
	height:38px!important;
	width: 94px!important;
}

/*-----ERROR-----*/
.errorFeedback{
	float:left; 
	width: 87%; 
	padding: 3% 3% 3% 10%; 
	border: 1px solid red;
	background-color: #b8303c;
	margin-top:10px;
	background-image: url(../../images/layout/error.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*-----BOOKING FORM-----*/
.qty{
	border: 1px solid #999999;
	width: 40px;
	float:right;
}

.price{
	border: 1px solid #999999;
	width: 60px;
	float:right;
	text-align:right;
}

.circuit{
	float:left;
	width:100%;
	border-bottom: 2px solid #273051;
	margin-bottom:10px;
}

.bookingForm input{border:2px solid #CCCCCC;padding:1px;}

.allBookingsTable{
	border-collapse:collapse;
	width:100%;
	border:1px solid #666666;
}

.allBookingsTable th{
	background-color: #003366;
	padding: 5px 2px;
}

.allBookingsTable td{
	padding: 5px;
}

.allBookingsTable th, .allBookingsTable td{
	border: 1px solid #666666;
	text-align:center;
}

.allBookingsTable tr.alt td{
	background-color: #003366;
}