@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:0.9em;
}

#header{
	height:75px;
	color:#ffffff;
}

#footer{
	margin-top:20px;
	font-size:0.8em;
	text-align:center;
	height:125px;
	background-image:url(../img/footer_background.gif);
	background-repeat:repeat-x;
	padding-top:20px;
	background-color:#264979;
}

#footer a{
	color:#ffffff;
	margin:0px 7px;
}


.logo{
	font-size:2.3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:left;	
}

.navigation{
	margin-top:15px;
	float:right;
}

.navigation a{
	margin:0px 7px;
	color:#ffffff;
	text-decoration:none;
	font-size:0.8em;
}

.accent{
	color:#000000;
	font-weight:bold;
}

.page_title{
	color:#000080;
	font-size: 1.1em;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:30px;
}

.race_table td{
	font-size:13px;
}

.review_table td{
	font-size:13px;
}

.race_table{
	font-family:Arial, Helvetica, sans-serif;
	width:740px;
	clear:both;
	padding-top:20px;
}


.review_table{
	font-family:Arial, Helvetica, sans-serif;
	width:740px;
	clear:both;
	padding-top:20px;
}

.race_table td{
	border-bottom:1px solid #ccc;
	padding:10px 0px 10px 0px;
}

.review_table td.last_row{
	border-bottom:1px solid #ccc;
	height:10px;
	padding:10px 0px 10px 0px;
}

td.race_date{
	vertical-align:top;
	width:103px;
}

td.race_detail{
	vertical-align:top;
	width:415px;
}

td.race_ratings{
	vertical-align:top;
	width:200px;
}

.field_name{
	font-weight:normal;
}

.rating_field_name{
	margin-left:10px;
	font-weight:bold;
	float:left;
}

.race_name{
	font-weight:bold;
}

.read_reviews{
	padding-top:10px;
	clear:both;
}

.read_reviews a{
	color:#c00;
}

.rate_course a{
	color:#c00;
}

.stars {
	float:right;
	width:70px;
	height:14px;
	background-image:url(../graphics/stars_bg.gif);
}

.rating_course, .rating_organization, .rating_atmosphere{
	clear:both;
}

.form_item{
	clear:both;
	margin:20px;
	overflow:auto;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}

.last_form_item{
	clear:both;
	margin:20px;
	overflow:auto;
	padding-bottom:15px;
}

.form_question{
	margin-bottom:15px;

	}

.form_label{
	margin-left:20px;
	float:left;
	font-weight:bold;
	width:150px;
	clear:left;
}

.form_input{
	float:left;
}

.right_submit{
	float:right;
}

.left_submit{
	float:left;
}

#summary {
	width:525px
}

#comments {
	width:525px;
	height:150px;
}

.error{
	font-size:1.1em;
		font-weight:bold;
		text-align:center;
		color:#cc0000;
		margin:20px 0px;
}

#about_list h3{
	color:#336699;
	font-size:1.1em;
	margin:20px 0px 5px 0px;
}

.note{
	font-style:italic;
	color:#c00;
	font-size:0.8em;
}

a.flag_for_review{
	color:#FFFFFF;
	font-size:11px;
}