﻿body {
	margin: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 62.5%;
	background: #f1f1f1;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight: normal;
	font-style: normal;
}
img {
	border: 0;
}

a {
	outline: none;
	text-decoration: none;
}

input, textarea, select 
{
	font-size: 1em;
	font-family: arial, sans-serif;
}

#maincontainer
{
	width: 949px;
	margin: 0 auto;
	background: #FFFFFF;
}

.shadowL 
{
	width: 949px;
	background: url("../images/shadow_left.gif") repeat-y left;
}

.shadowR 
{
	width: 949px;
	background: url("../images/shadow_right.gif") repeat-y right;
}

.bodyArea 
{
	width: 939px;
	height: 766px;
	margin: 0px 5px 0px 5px;
	background: url("../images/background.gif") top left no-repeat;
	border-top: 15px solid #e74246;
	border-bottom: 15px solid #e74246;
}

.termsArea 
{
	width: 839px;
	margin: 0px 5px 0px 5px;
	padding: 50px 50px 50px 50px;
	background: #e74246;
}

.reportingArea 
{
	width: 839px;
	margin: 0px 5px 0px 5px;
	padding: 50px 50px 50px 50px;
	background: #e74246;
}

h1
{
	font-size: 2.4em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
}

h2
{
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
}

h3
{
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}

h3 a
{
	color: #FFFFFF;
}

h3 a:hover
{
	text-decoration: underline;
}

.termsArea p
{
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
}

.reportingArea p
{
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.shadowB 
{
	clear: both;
	width: 949px;
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url("../images/shadow_bottom.gif") top no-repeat;
}

#panels 
{
	width: 302px;
	float: left;
	display: inline;
	margin: 34px 55px 0px 48px;
	text-align: center;
}

#panels a
{
	display: block;
	margin: 30px 0px 0px 0px;
}

#content
{
	position: relative;
	width: 518px;
	height: 700px;
	float: left;
	display: inline;
	margin: 66px 16px 0px 0px;
}

#content p 
{
	font-size: 1.3em;
	color: #e74246;
	margin: 0px 0px 16px 0px;
}

#content p.lrgText
{
	font-size: 1.6em;
	line-height: 1.1em;
	color: #e74246;
	font-weight: bold;
}

#content .rightimage 
{
	float: right;
	margin: 0px 0px 0px 15px;
}

#formcontainer 
{
	position: absolute;
	display: inline;
	bottom: 0px;
	background: #e74246;
	width: 486px;
	padding: 12px 0px 0px 12px;
	height: 233px;
	height: auto !important;
	min-height: 233px;
}

#formcontainer h2
{
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#formcontainer h3
{
	color: #FFFFFF;
	font-size: 2.4em;
	font-weight: bold;
	margin: 90px 12px 10px 0px;
    text-align: center;
}

#formcontainer .formCol 
{
	float: left;
	display: inline;
	width: 230px;
	margin-right: 12px;
}

#formcontainer .formLabel 
{
	width: 230px;
	_width: 227px;
	color: #FFFFFF;
	font-size: 1.1em;
}

#formcontainer .formInput input 
{
	width: 230px;
	_width: 227px;
	background: #FFFFFF;
	border: none;
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
	color: #333333;
}

#formcontainer p.smlText 
{
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
}

#formcontainer .formInputChk
{
	clear: both;
	float: left;
	display: inline;
	padding-bottom: 5px;
}

#formcontainer .formInputChk input 
{
	width: 15px;
	height: 15px;
}

#formcontainer .formLabelChk
{
	color: #FFFFFF;
	font-size: 1em;
	float: left;
	display: inline;
	width: 212px;
	padding: 2px 0px 5px 3px;
}

#formcontainer .formLabelChk a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.errorMsg
{
	color: #ffd800;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}

#formcontainer .enterBtn
{
	border: none;
	float: right;
	text-indent: -999em;
	overflow: hidden;
	font-size: 0px;
	display:block;
	line-height: 0px;
	background: url("../images/btn_enter.gif") no-repeat;
	width: 97px;
	height: 37px;
	cursor: pointer;
	margin-top: 5px;
}

.backBtn
{
	border: none;
	float: right;
	text-indent: -999em;
	overflow: hidden;
	font-size: 0px;
	display:block;
	line-height: 0px;
	background: url("../images/btn_back.gif") no-repeat;
	width: 97px;
	height: 37px;
	cursor: pointer;
	margin-top: 5px;
}

#loginform 
{
	width: 300px;
	margin: 0 auto;
}

#loginform .formLabel
{
	clear: both;
	float: left;
	display: inline;
	width: 100px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 2px;
}

#loginform .formInput
{
	float: left;
	display: inline;
	width: 190px;
	_width: 185px;
	margin: 0px 0px 5px 10px;
}

#loginform .formInput input
{
	width: 190px;
	_width: 185px;
	background: #FFFFFF;
	border: none;
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
	color: #333333;
}

.loginBtn
{
	border: none;
	float: right;
	text-indent: -999em;
	overflow: hidden;
	font-size: 0px;
	display:block;
	line-height: 0px;
	background: url("../images/btn_login.gif") no-repeat;
	width: 97px;
	height: 37px;
	cursor: pointer;
	margin-top: 5px;
}

.reportingMenu 
{
	display: block;
	margin: 0px 0px 20px 0px;
}

.reportingMenu a
{
	color: #FFFFFF;
}

.reportingMenu input
{
	color: #FFFFFF;
	background: none;
	border: none;
	width: auto;
	overflow: visible;
	cursor:pointer;
}

.clearer 
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.hr 
{
	font-size: 0;
	height: 1px;
	background:#FFFFFF;
	line-height: 0;
	margin: 0px 0px 10px 0px;
}

.hrlight 
{
	font-size: 0;
	height: 1px;
	background:#FFFFFF;
	line-height: 0;
	margin: 0px 0px 10px 0px;
	opacity: 0.25;
	filter:alpha(opacity=25);
}

.runnerupRow 
{
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 10px 0px;
	width: 240px;
	float: left;
	border-bottom: 1px dotted #ed7174;
}

.runnerupRow a 
{
	color: #FFFFFF;
}

.runnerupRow a:hover
{
	text-decoration: underline;
}

.legal 
{
	padding: 5px;
	font-size: 1.1em;
	background: #f1f1f1;
	color: #666666;
}