﻿#divLoginContainer {
	width: 253px;
	/*height: 148px;*/
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #ffffff;
}

.SignInTitle {
	height: 30px;
	/*text-transform: uppercase;*/
	color: #013473;
	font-weight: bold;
	/*background: url(BlueBullet.gif) no-repeat top left;
	padding: 8px 0 0 35px;
	margin: 0 0 0 10px;*/
	
}
/*.SignInTitleGreen {
	height: 30px;
	/*text-transform: uppercase;
	color: #004f11;
	font-weight: bold;
	background: url(GreenBullet.gif) no-repeat top left;
	padding: 8px 0 0 35px;
	margin: 10px 10px 0 10px;
}*/

/*.BadLoginTitle {
	height: 30px;
	text-transform: uppercase;
	color: #e01f00;
	font-weight: bold;
	background: url(RedBullet.gif) no-repeat top left;
	padding: 0 0 8px 35px;
	margin: 10px 10px 0 10px;
}*/

/*.PRA {
	margin: 24px 10px 0 10px;
	padding: 2px 0 0 35px;
}*/

#divLogin {
	background: url(dottedL.gif) repeat-x bottom #dde8f3;
	/*height: 45px;*/
}
#divLogin .content {
	padding-left: 10px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	background: url(dottedL.gif) repeat-x top #dde8f3;
}
/* =======  LOGGED IN   ====== */
.welcome {
	text-align: center;
	color: #013473;
	background: url(bg_welcome.gif) no-repeat top left;
	padding-top: 15px;
	height: 36px !important;
	height: 51px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#divLoggedIn {
	color: #317263;
	background: url(fpr_top.gif) no-repeat top left;
	
}
#divLoggedIn div.content {
	border-left: solid 2px #89aaa2;
	border-right: solid 2px #89aaa2;
	padding: 10px;
	margin: 0 5px 0 3px;
	background: #dfece9;
}
.FPRtitle {
	text-align: center;
	padding: 3px 0 0 0;
	color: #317263;
	font-weight: bold;
}
.FPRbottom {
	height: 6px;
	background: url(fpr_bott.gif) no-repeat top left;
}
/* ============== */
#divLogin label {
	font-size: 10px;
	color: #00529c;
	width: 108px;
	float: left;
	margin: 3px 5px;
}
#divLogin br {
	clear: both;
}
#divLogin input {
	font-size: 12px;
	width: 108px;
	float: left;
	margin-left: 5px;
}
#divLoginSubmit {
	color: #989598;
	_padding-top: 5px;
	*padding-top: 5px;
}
#divLoginSubmit .button {
	padding-top: 5px;
	margin-right: 10px;
	float: right;
	margin-bottom: 5px;
}
/*#divLoginSubmit .reg_pass
{
	margin-top: 7px;
	margin-left: 12px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #898d8e;
	float: left;
	clear: both;
}*/

#divLoginSubmit .badlogin
{
	/*margin-top: 7px;
	margin-left: 12px;
	padding-bottom: 8px;*/
	float: left;
	clear: both;
	width: 150px !important;
	width: 175px;
	_width: 150px;
	height: 30px;
	padding-left: 25px;
	padding-bottom: 5px;
	background: url(alert.gif) no-repeat top left;
	font-size: 12px;
	font-weight: bold;
	color: #d10202;
	text-transform: uppercase;
}

/*#divLoginSubmitPanel {
	height: 40px;

}*/
#divLoginSubmitPanel a {
	text-decoration: underline;
	vertical-align: bottom;
	color: #989598;
}
.bottomDott {
	background: url(dottedL.gif) repeat-x bottom;
}
.notregistered {
	background: url(alert_blue.gif) no-repeat top left;
	padding: 0 0 5px 35px;
	_margin-top: 5px;
}