form {
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover, a:active { color: #b40602; }

a:hover {	text-decoration: none; }

.clear { clear: both; }

.floatLeft { float: left; }

/*++++++++++++++++++++++++++ BASIC LAYOUT +++++++++++++++++++++++++++++++++*/
body {  
	background: #FFF;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
#outer {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-top: 23px;
}
#inner
{
	width: 390px; 
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header {
	height: 88px;
	text-align: left;
	position: relative;
}
#header h1, #header h2 {  
	margin: 0;
	padding: 0;
	font-weight: normal; 
	text-align: left;
	position: absolute;
	left: 160px;
}
#header h1 { 
	font-size: 1.8em;
	top: 20px;
}
#header h2 { 
	font-size: 1.3em;
	top: 45px;
	width: 320px;
}
h3.title {
	margin: 0; 
	padding: 0;
	background: #fff url(../images/LoginTitle.gif) top left repeat-x;
	color: #b40602;
	height: 22px;
	text-align: left;
	line-height: 22px;
	padding-left: 5px;
	font-size: 1.3em;
}
#main {
	background: #fff url(../images/LoginBackground.gif) top left repeat-x;
	text-align: left;
	padding: 0;
	min-height: 158px;
}
table.login 
{
	width: 380px;
	text-align: center;
	margin: auto;
}

table.infoonly
{
	width: 380px;
	text-align: center;
	margin: auto;
	height: 120px;
}

#txtName {
	width: 142px;
}

#txtPassword {
	width: 142px;
}
	
td {
	text-align: left;
}
.button {
	text-align: right;
}
#footer {
	background: #fff url(../images/LoginBackground.gif) top left repeat-x;
	text-align: left;
	border-top: 1px solid #061868;
}
.left {
	float: left;
	width: 43%;
	padding: 10px 10px 10px 20px;
	border-right: 1px solid #CCCCCC;
	margin-top: 10px;
}
.right {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 20px;
}
.contacts {
	margin: 10px 0px;
	padding: 10px 10px 30px 20px;
	border-top: 1px solid #CCCCCC;
}

.alert { 
	color: #900;
}
.center {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
div#GettingStartedGuide {
	margin-top: 1em;
	margin-left: 6px;
	display: block;
}
div#GettingStartedGuide div#GettingStartedGuideLinkText {
	font-size: .9em;
	margin-left: 3.2em;
	position: relative;
	top: -2.8em;
}
div#GettingStartedGuide a div#GettingStartedGuideLinkText {
	text-decoration: underline;
}
div#GettingStartedGuide a:hover div#GettingStartedGuideLinkText {
	text-decoration: none;
}

div#SelfServiceContainer 
{	
	
}

div#SelfServiceContainer div#SelfServiceLinkText
{
	font-size: .9em;
	margin-left: 4.2em;
	position: relative;
	top: -2.8em;
}

div#SelfServiceContainer a:hover div#SelfServiceLinkText {
	text-decoration: none;
}

div#SelfServiceContainer a div#SelfServiceLinkText {
	text-decoration: underline;
}

dl.CustomerContact {
	margin: 0px;
	padding: 6px 0px;
}

dl.CustomerContact dt {
	font-weight: bold;
}

dl.CustomerContact dd {
	margin-left: 15px;
}

dl.CustomerContact .ContactLabel {
	font-weight: bold;
	font-size: 90%;
	color: #FF0000;
}


#fsUserData
{
	padding-top: 10px;
	padding-bottom: 15px;
}
#fsUserData div
{
	clear: both;
	padding-top: 4px;
}

#fsUserData div label
{
	width: 28%;
	float: left;
	text-align: right;
	font-weight: bold;
}

#fsUserData div span
{
	width: 68%;
	float: right;
}

.fsLoginRetOptions
{
	width: 380px;
	padding: 5px;
	padding-bottom: 15px;
}

.fsLoginRetOptions legend
{
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
}

.fsLoginRetOptions div
{
	clear: both;
	padding-top: 5px;
}

.fsLoginRetOptions div label
{
	width: 40%;
	float: left;
	text-align: right;
}

.fsLoginRetOptions div input
{
	width: 150px;
	float: left;
	margin-left: 20px;
}

.fsLoginRetOptions .infotext
{
	height: 25px;
	font-weight: bold;
	padding-top: 10px;
}

.divOrText
{
	font-weight: bold;
	padding-top: 10px;
}

.divLoginSearch
{
	text-align: center;
	margin: 0 auto;
}

/* Self Registration Styles */

.fsSelfRegistration
{
	width: 380px;
	padding: 5px;
	padding-bottom: 15px;
}

.fsSelfRegistration legend
{
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
}

.fsSelfRegistration div
{
	clear: both;
	padding-top: 5px;
}

.fsSelfRegistration span
{
	padding-left: 15px;
}

.fsSelfRegistration div label
{
	width: 40%;
	float: left;
	text-align: right;
}

.fsSelfRegistration div input
{
	width: 150px;
	float: left;
	margin-left: 20px;
}

.fsSelfRegistration div img.captcha
{
	float: left;
	margin-left: 20px;
}

.fsSelfRegistration div select
{
	width: 156px;
	float: left;
	margin-left: 20px;
}

.fsSelfRegistration .infotext
{
	height: 25px;
	font-weight: bold;
	padding-top: 10px;
}

.fsSelfRegistration .divCaptcha
{
	
}

/* Master Page Styles */ 

.versionInfo
{
	text-align: center;
	
}
.versionInfo span
{
	color: silver;
	font-size: 8pt;
}
