﻿.fullDivider{
	background-color:#fff;
}
.fullDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
}

#leftColumn
{
	background-color:#fff;
	padding:20px;
	width:960px;
	font-size:1.2em;
}
#leftColumn h1{
	font-size:2.0em;
	font-weight:bold;
	color:#666;
	padding-bottom:10px;
}
#leftColumn h2{
	color: #09828f;
	padding: 25px 0 5px 0;
	border-bottom: solid 1px #0cb0c2;
	margin-bottom: 5px;
}

div.p{
	border-bottom:solid 1px #dddddd; padding:0px 0px 15px 0px; margin:0px 0px 15px 0px; width:100%;
}

.spacer10 {margin:0px 0px 10px 0px;}

.contentHeaderLight { font-weight:bold; padding:2px 0px 6px 0; height:22px; clear:both; }
.contentSubheader { margin:0px 0px 5px 0px; font-weight:bold; color:#000000; text-decoration:none; }
.content_small { font-size:.8em; font-weight:normal; }

.loginForm { font-size:1.1em; padding:0px 0px 15px 0px; margin:0px 0px 15px 0px; border-bottom:solid 1px #dddddd; width:100%; }
.loginRegistrationForm { font-size:1.1em; padding: 0 10px 0 10px; }
.loginFormTable { width: 700px; }

.loginForm td.left { width: 125px; }
.loginForm td.right {}

.loginRegistrationForm td.left { width: 225px; }
.loginRegistrationForm td.right { width: 389px; }
.loginRegistrationForm td.both { width: 614px; }

td.left, td.right { padding: 2px 10px 3px 0px; vertical-align: top; }
td.required { font-weight: bold; }

.error {color: Red; padding: 3px 3px 3px 0; }

.successMessage{
	background:url(../img/icons/Message.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight:bold;
	color: #333333;
}
.errorMessage{
	background:url(../img/icons/Error.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight:bold;
	color: Red;
}

.buttonArea{
	margin:20px 0 0 0;
	height:40px;
}

.submit{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 0;
	display:block;
	height:28px;
	width:84px;
	text-indent:-300em;
	float:left;
	margin:0;
}
.submit:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -28px;
}
.cancel{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -112px;
	display:block;
	height:28px;
	width:67px;
	text-indent:-300em;
	float:left;
	margin:0 0 0 10px;
}
.cancel:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -140px;
}
.go{
	background:url(../img/buttons/Go.png) no-repeat 0 0px;
	display:block;
	height:28px;
	width:66px;
	text-indent:-300em;
	margin:20px 0 0 0;
}
.go:hover{
	background:url(../img/buttons/Go.png) no-repeat 0 -28px;
}
.continue {
	background:url(../img/buttons/Continue.png) no-repeat 0 0;
	display:block;
	width:104px;
	height:28px;
	text-indent:-300em;
	margin:0;
	float: left;
}
.continue:hover { background:url(../img/buttons/Continue.png) no-repeat 0 -29px; }
.reset{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -56px;
	display:block;
	height:28px;
	width:67px;
	text-indent:-300em;
	float:left;
	margin:0 0 0 10px;
}
.reset:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -84px;
}
.back{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -224px;
	display:block;
	height:28px;
	width:82px;
	text-indent:-300em;
	float:left;
	margin:0;
}
.back:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -252px;
}

