body
{
	text-align:center;	
}

.loginPage 
{
    border-right: #3f5497 1px solid; 
    border-top: 0px; 
    border-left: #3f5497 1px solid; 
    width: 640px; 
    border-bottom: #3f5497 1px solid;
}
.loginControl 
{
	font-size: 8pt; 
	color: black; 
	font-family: tahoma, tahoma;
}
table.loginScreenFooterTbl
{
	width: 640px;
	text-align:center;
}

td.logo {
	border-top:#3f5497 1px solid; 
	width:640px; height:340px; 
	padding: 5px 5px 0px 5px;
}

td.logoWithBackGround {
	border-top:#3f5497 1px solid; 
	width:640px; height:340px; 
	padding: 5px 5px 0px 5px;
	background-image: url(../images/LoginBG_mid.png);
}

td.iFrame {
	border-top:#3f5497 1px solid; 
	width:640px; height:340px; 
	padding: 0px 0px 0px 0px;
}

.loginControlTitleBar
{
	padding-left: 8px; 
	font-weight: bold; 
	font-size: 12pt; 
	background-image: url(../images/titlebar_bg.png); 
	color: #fff; 
	font-family: arial; 
	height: 28px; 
	background-color: #253979;
	text-align:left;
}
.loginControlTopImage
{
	BACKGROUND-IMAGE: url(../images/login_BG_Top.png); 
	HEIGHT: 20px;
	vertical-align: middle;
}
.loginControlBottomImage
{
	background-position: 20% bottom; 
	background-image: url(../images/login_bg_bottom.png); 
	height: 20px;
	vertical-align: middle;
}
.loginControlFormTbl 
{
	font-size: 10pt; 
	font-family: tahoma;
	text-align:left;
}
.loginControlFormTbl TD 
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 2px; 
	padding-top: 2px;
}

.logoutFormTbl 
{
	background-color:white;
	font-size: 10pt; 
	font-family: tahoma;
	text-align:left;
}
.logoutFormTbl TD 
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 2px; 
	padding-top: 2px;
}

.safeMLSControlFormTbl 
{
    float: right;
    FONT-SIZE: 10pt; 
    FONT-FAMILY: tahoma;
    width:85%
}
.safeMLSControlFormTbl TD 
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 2px; 
	padding-top: 2px;
	vertical-align:bottom;
}

.safeMLSControlLabels 
{
	font-size: 8pt; 
	font-family: tahoma;
	font-weight: bold;
}

.safeMLSControlButtons
{
	font-size: 10pt; 
	width: 50px; 
	color: black; 
	font-family: tahoma; 
	height: 25px; 
	background-color: #cccccc;
}

.safeMLSControlTextBoxes
{
	font-size: 10pt; 
	font-family: tahoma;
	width: 100%;
}

.loginControlLabels 
{
	font-size: 8pt; 
	font-family: tahoma;
	font-weight: bold;
}
.loginControlTextBoxes
{
	font-size: 10pt; 
	font-family: tahoma;
	width: 100px;
}
.loginControlHyperLinks
{
	font-size: 10pt; 
	font-family: tahoma;
}
.loginControlCheckBoxes
{
	font-size: 10pt; 
	font-family: tahoma;
}
.loginControlButtons
{
	font-size: 10pt; 
	width: 120px; 
	color: black; 
	font-family: tahoma; 
	height: 25px; 
	background-color: #cccccc;
}
.loginControlButtonsHidden
{
	display: none;
	visibility: hidden;
}
.loginControlErrorMessages 
{
	color: #e00808; 
	width: 100%;
	font-size: 8pt;
}

.forgetPasswordControlErrorMessages {
	background-color: #FFFF99; 
	color: #E00808; 
	border: 1px solid #E00808; 
	margin:8px 8px 8px 8px; 
	padding-left:36px;
	vertical-align:middle;
	background-image: url(stop_BG.png);
	background-position:Top Left;
	background-repeat:no-repeat;
}

.contentPaddingTop
{
    padding-right: 5px; 
	background-position: 50% top; 
	padding-left: 5px; 
	font-size: 10pt; 
	background-image: url(../images/login_bg_top.png); 
	overflow-x: hidden; 
	padding-bottom: 0px; 
	padding-top: 5px; 
	background-repeat: repeat-x; 
	font-family: tahoma;
}

.contentPaddingBottom
{
    padding-right: 5px; 
	background-position: 50% bottom; 
	padding-left: 5px; 
	font-size: 10pt; 
	background-image: url(../images/login_bg_bottom.png); 
	padding-bottom: 5px; 
	padding-top: 0px; 
	background-repeat: repeat-x; 
	font-family: tahoma;
}

.cookieWarningTable
{
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	width: 600px; 
	margin: 20px 20px 20px 20px; 
	position: absolute; 
	background-color: white; 
	text-align: center;
	height: 350px;
	top: 15px;
	left:20%;
}

.noScriptWarningTable
{
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	width: 600px; 
	margin: 20px 20px 20px 20px; 
	position: absolute; 
	background-color: white; 
	text-align: center;
	height: 350px;
	top: 15px;
	left:20%;
}
.sSOControlMessageText 
{
	font-size: 8pt; 
	font-family: tahoma;
}
