


.cleaner {clear: both; line-height: 0; height: 0;}

body{
	color: #fff;
	background-color: #252525;
	text-align: center;
	padding: 0;
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif;
	margin: 0 20px 20px;

}

body #bodyGrad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	overflow: hidden;
	background: url(/images/frontpage/top_grad.png) repeat-x;
	height: 487px;
}

.hiddenPic {display:none;}

#picUpload{
	margin-top: 20px;
	background: #fff;
	border:1px solid #303030;
	margin-bottom:30px;
}



a:link, a:visited {
	color: #f00;
	text-decoration: none;
}

a:hover, a:active {
	color: #f00;
	text-decoration: underline;
}

.sectionBody{
	line-height: 2;
	margin: 20px;
}

/* @group Form */
#upgradeBrowserContainer{
	display: none;
	width: 700px;
	position: absolute;
	clear: none;
	z-index: 50;
	top: 200px;
	text-align: center;

}
#upgradeBrowser{
	text-align:left;
	position:relative;
	width: 400px;
	margin-left:auto;
	margin-right: auto;
	border: 1px solid #f00;
	padding: 20px;
	background-color: #252525;
}
#upgradeBrowser .alert{
	padding-bottom:10px;
	border-bottom: 1px solid #f00;
	margin-bottom:10px;
}


#upgradeBrowser ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;	
}
#upgradeBrowser li{
	list-style-type: none;
}
#upgradeBrowserFooter{
	text-align: right;
}
#upgradeBrowserFooter a.closeWarning{

}
/* @end */


/* @group Layout */

#container {
	top: 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: justify;
	position: relative;
	z-index: 1;
	width: 720px;
	background-image: url(/images/frontpage/frontpage-shadow.png);

}

.normal #container{
	background-image: none;
}
.normal #contentContainer #content  {
	background-color: #000;
	margin-bottom: 10px;
}

.clearer {
	clear: both;
}

#contentContainer {

	z-index: 2;

	width: 720px;
	min-height: 670px;
	height:auto !important;
  	height:670px;
	background-repeat: no-repeat;
}

#contentContainer #content {
	background-repeat: no-repeat;
	width: 700px;
	min-height: 650px;
	height:auto !important;
  	height:650px;
	text-align: left;
}

#content-body{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 180px;
	margin-bottom: 20px;
	background-image: url(/images/frontpage/bkg-trans.png);
	border: 1px solid #000;
}
#content-body td{
	color: #fff;
}



/* @end */

/* @group Right Column */

#rightCol {
	width: 300px;
	position: absolute;
	left: 400px;
	height: 480px;
	overflow: hidden;
	top: 170px;
	color: #fff;
}

#contentTop {
	margin-right: 10px;
	margin-top: 30px;
	color: #787878;
	padding-left: 20px;
}
#rightCol h1 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	display: none;
}
#contentTop h2{
	font-size: 14px;
	text-align: center;
	color: #f00;
}
#rightCol p{
	font-size: 13px;
	text-align: justify;
	color: #fff;
}

#registrationBox{
	margin-right: 10px;
	text-align: right;
}

#registrationBox h2{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	text-decoration: none;
	font-size: 12px;
}

a.joinButton,
a.joinButton:link,
a.joinButton:visited {
	float:  right;
	display: block;
	width: 150px;
	height: 33px;
	background-image: url(/images/join_button_off.png);
	text-indent: 9999px !important;
	overflow:hidden;
}
a.joinButton:hover {
	background-image: url(/images/join_button_on.png);
}

#loginBox{
	margin-right: 10px;
	position: absolute;
	top: 290px;
	right: 0;
}

#loginBox td{
	padding: 1px;
	color: #bebebe;
	font-size: 12px;
}

#loginBox #username,
#loginBox #password {
	width: 150px;
	font-size: 14px;
}
#loginBox label{
	font-size: 13px;
	font-weight: bold;
	float:right;
	color: #bebebe;	
	border:none;
	padding-right: 5px;	
}

a.loginButton,
a.loginButton:link,
a.loginButton:visited {
	float:  right;
	display:  block;
	width: 108px;
	height: 33px;
	background-image: url(/images/login_button_off.png);
	text-indent: 9999px !important;
	overflow:hidden;
}
a.loginButton:hover {
	background-image: url(/images/login_button_on.png);
	text-indent: 9999px !important;

}

#footerBox {
	margin-right: 10px;
	position: absolute;
	top: 450px;
	right: 0;
	font-size: 10px;
	color: #787878;
}

/* @end */

/* @group Footer */

#footer {
	padding: 10px;
	border-top: #252525 1px solid;
	/*background-color: #000;*/
	font-size:11px;
	text-align: center;
	width: 700px;	
	background-image: none!important;
}
#footer-left{

	color: #bebebe;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 10px;
	color:#bebebe;
	font-size: 10px;

}

#footer-links{
	text-align: center;	
	z-index:1;
	/*margin-right:10px;*/
	display: inline-block;
	margin: 0;
	font-size: 12px;
}

#footer p {
	margin: 0;
	padding: 15px 15px 5px;
}
#footer-links a,
#footer-links a:link, 
#footer-links a:visited,
#footer-links a:active
 {
	color: #fff;
	padding-left:2px;
	padding-right:2px;
}

#footer-links a:hover
{
	color: #f00;
	text-decoration: none;

}

/* @end */

/* @group Form */
#content-body h1{
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin: 0 0 5px;
	font-size: 18px;
}

#form-top{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
#form-error{
	margin: 10px 30px;
	border: 1px solid red;
	padding: 10px;
	color: #f00;
	font-weight: bold;
	
}
.exclamation{
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-weight: bold;
	color: #f00;
	padding-right: 10px;
	vertical-align: middle;
}

.req {
	color: #f00;
	font-size: 12px;
}
label {
	/*float:right;*/
	color: #bebebe;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	
}

.formsection{
	border-bottom: 1px dotted #bebebe;
	margin-top: 15px;
	color: #bebebe;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
input{
	font-size: 12px;
	
}


.wideInput{
	width:150px;
}
.wideSelect{
	width:160px;
}

.xWideInput {
	width: 390px;
}

.forminstructions{
	color: #787878;
	font-size: 10px;
	font-style: italic;
	padding-left: 5px;
}

.forminstructions li{
	
	font-size:11px

}


/* @end */



