﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(../images/f2_bg.jpg);*/
	background-color: #545454;
	color: #333333;
}
h1, h2, h3, h4, h5, h6	{
	color: #51678f;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
label
{
	font: bold 12px arial, helvetica, sans-serif;
	color: #2A5179;
	cursor: pointer;
}
p.indextext {
	text-align: justify;
}
p.indextext strong {
	font-weight: bold;
	color: #51678f;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #FFF;
}

p.indextext a:link, p.indextext a:visited, p.indextext a:hover, p.indextext a:active {
	color: #80C85C !important;
}
.modalBackground {
	background-color: #676767;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	width: 320px;
	height: 120px;
	background-color: #FFFFFF;
	background-image: url(../images/LightBlueGradient.png);
    background-repeat: repeat-x;
    background-position: 0px -10px;
    border: solid 1px silver;
    margin: 5px;
    -moz-border-radius: 10px 10px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: #535353 3px 3px 4px;
    -webkit-box-shadow: #535353 3px 3px 4px;
}
.modalPopupCloseBtn
{
	position: absolute;        
    right: 5px;
    top: 5px;
    /*background-image: url(../images/close.gif);
    background-repeat: no-repeat;*/
    width: 14px;
    height: 14px;
    cursor: pointer; 
}
.modalPopup h3
{
	display: block;
	color: #333333;
	font: bold 14px arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	margin: 5px 0px 25px 10px;
}
.signup {
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
}
.watermarked {
	color: #C0C0C0;
}
.valSummary, .valSummary ul {
	font: normal 10px arial, helvetica, sans-serif;
	list-style-image: url(../images/error_ico.png);
	color: #FF0000;
	line-height: 12px;	
}
div#blueHeader {
	background-color: #51678f;
	width: 100%;
	height: 57px;
	min-width: 1250px;
}
table#blueLoginTbl {
	width: 92%;
}
td#blueLogo {
	width: 50%;
}
td#blueLoginForm {
	white-space: nowrap;
	width: 50%;
}
div#bodyContainer {
	background: url(../images/index-bg.jpg) repeat;
	/*background-color: #FFF;*/
	width: 100%;
	min-height: 1100px;
	min-width: 1250px;
	overflow: visible;
}
div#leftContentCol {
	display: inline-block;
	width: 600px;
	padding: 30px;
	float: left;
}
div#flashMovie {
	margin-bottom: 30px;
}
div#rightContentCol {
	max-width: 500px;
	margin-left: 700px;
}
div#regForm {
	padding-left: 70px;
	margin-top: -10px;
}
table#regFormTbl td, table#fbRegFormTbl td {
	white-space: nowrap;
}
div#copy {
	margin: 10px 50px;
	clear: both;
	color: #FFFFFF;
}
