
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

body {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
	background-color:#ffffff;
	background-image:url(img/bkgrnd.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	margin:0;
}

td 
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
	background-color:#ffffff;
}

#LandingContainer { background-image: url(img/bkgrnd_landing.jpg); background-repeat: no-repeat; background-position: center; height:826; width:792px; margin-top:0; text-align:center; position:absolute;}

#LandingContent { position: relative; top:295px; font-family: Verdana,Arial,Helvetica; font-size: 22px; color:#ffffff; padding-left:60; padding-right:60;}

#LandingSponsorLink { position: absolute; top:235px; left:470; font-family: Verdana,Arial,Helvetica; font-size: 22px; color:#ffffff; padding-bottom:0;}

.SponsorDetails 
{
	position:relative; left:40px; top:240; width:710px; padding:5px; border:1px solid #ffffff; background-color:#eeeeee; display:none;
}

form {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
}

a:link {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #042E69;
}
a:visited {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #042E69;
} 
a:hover {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #ce1010;
}

.FormElement {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
}

.SectionOn 
{
	filter: alpha(opacity=100);
	opacity: 1;
}

.SectionOff 
{
	filter: alpha(opacity=40);
	opacity: .40;
}

ol 
{
	margin-bottom:8px;
	font-weight:bold;
	border-top: solid 1px #e2e2e2;
	padding-top:8px;
}

.ControlContainer 
{
	margin-left:20px;
	padding-left:20px;
}

.RowOddName 
{
	background-color: #ffffff;
	border-bottom: solid 1px #e2e2e2;
	padding-left:12px;
}

.RowOddControl
{
	background-color: #ffffff;
	border-bottom: solid 1px #e2e2e2;
	padding-right: 8px;
}

.RowEvenName 
{
	background-color: #f3f3f3;
	border-bottom: solid 1px #e2e2e2;
	padding-left:12px;
}

.RowEvenControl
{
	background-color: #f3f3f3;
	border-bottom: solid 1px #e2e2e2;
	padding-right: 8px;
}

.TblBorder 
{
	border-top: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
}


.Column
{
	width:auto;
	float:left;
	margin-right:30px;
}

.Clear 
{
	clear:both;
}

.Unsure 
{
	background-color: #f3f3f3;
	border: solid 1px #e2e2e2;
	margin-top:4px;
}



/* SCORING GRAPHS */


.UserScoreContainer
{
	background-image:url(img/user_results.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:56px;
	width:80px;
}

.UserScoreData 
{
	text-align:center;
	width:80px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	padding-top:4px;
	position:relative;
}

.GraphBorder 
{
	width:400px;
	margin-left:40px;
}

.UserScoreGraph 
{
	background-color:#6d812a;
	height:10px;
}

.AvgScoreGraph 
{
	background-color:#34441f;
	height:10px;
}

.AvgScoreContainer 
{
	background-image:url(img/average_results.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:22px;
	width:100px;
}

.AvgScoreData 
{
	text-align:center;
	width:100px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-top:3px;
	position:relative;
}

.CategoryContainer 
{
	display:inline-block;
	border-bottom:solid 1px #e2e2e2;
	padding-top:12px;
	padding-bottom:12px;
	width:100%;
}

.ScoreCategory 
{
	text-align:right;
	width:140px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:55px;
	color:#777777;
	float:left;
	vertical-align:bottom;
}

.Copyright 
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	color: #878787;
}

.Header 
{
	font-family:Tahoma, Verdana,Arial,Helvetica;
	font-size: 22px;
	letter-spacing:1px;
	color: #000000;
	border-bottom:solid 1px #000000;
	margin-bottom:12px;
	margin-top:15px;
}