/*webNetwork Login and Error Pages*/
.loginPage { width:700px; position:relative; top:0px; }
.loginHeaderText { font-size:16px; font-family: arial; color: #FFFFFF; font-weight: bold; text-decoration: none; }
.loginHeaderBackground{ background-color: #3e456c; }
.loginHeaderLogoCell{width:700px;height:52px;background-color:#ffffff}
#loginHeaderCompanyLogo1{background-image:url(/images/loginpage-img/lo_sw_bw.gif);background-repeat:no-repeat;height:52px;width:226px;}
.loginTextOverride { font-size:12px; font-family: arial; color: #3e456c; font-weight: normal; text-decoration: none; }
.loginStatusText { font-size:13px; font-family: arial; color: #999999; font-weight: normal; text-decoration: none; }
.loginWarningText { font-size:13px; font-family: arial; color: #FF0000; font-weight: normal; text-decoration: none; }
.loginCopyRightText { font-size:9px;font-family: arial;color: #888888;font-weight: bold;text-decoration: none; }
.loginForm-main-table {padding: 0px;border-spacing: 2px;}
.loginForm-form-spacer {height: 12px;}
.loginForm-label-cell {
  text-align: right;
}
.loginForm-value-cell {
  text-align: left;
  padding-left: 3px;
  width: 130px;
}
.loginForm-label-text {
  font-size: 12px;
  font-family: arial;
  color: #999999;
  font-weight: normal;
  text-decoration: none;
}
.loginForm-text-input {
  font-size: 11px;
  color: #3e456c;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}
.loginForm-login-button {
  background-image: url( /images/login_btn2.gif );
  width: 58;
  height: 14;
  background-repeat: no-repeat;
}
.loginInformation-label {
  font-size:10px;
  font-family: arial;
  color: #3e456c;
  font-weight: bold;
  text-decoration: none;
}
.loginInformation-link {
  font-size:9px;
  font-family: arial;
  color: #888888;
  font-weight: bold;
  text-decoration: none;
}

.loginHeaderRow{
    width:700px;
    height:50px; 
    background-color:#4F7AA2;
    }
    
.loginHeaderTabRow{
width:100%;
background-color:#ffffff;
}

body{
    background-color: #ffffff;
    margin:0px;
}

.loginHeaderTabLeftOffsetCell{
    width:auto;
}

.loginHeaderTabRightOffsetCell{
    width:100px;
}

.loginBG{
    background-color: #004D7e;
}
.loginHeaderTabLeftCorner{
	background-color: #004D7e;
        width: 25px;
        background-image: url(/images/loginpage-img/leftround.gif);
        background-repeat: none;
        background-position:right;
}

.loginHeaderTabRightCorner{
	background-color: #004D7e;
        width: 25px;
        background-image: url(/images/loginpage-img/rightround.gif);
        background-repeat:none;
        background-position:left;
}

.loginHeaderTab{
	FONT: 14pt "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; COLOR: #FFFFFF;
	font-weight:bold;
	background-color: #004D7e;
        width: 300px;
        text-align:center;

}

.loginMainTable{
    width: 700px;
    background-color: #4F7AA2;
}

.loginTableTopRow{
    height:35px;
    background-color: #004D7e;
}
.loginTableTopRowUnderline{
    height: 2px;
    background-color: #00124E;
}

.loginFormTable{
    width: 600px;
}

.loginFormLogo{
    background-color: #ffffff;
    width: 200px;
    background-image: url(/images/loginpage-img/LoginGlobe.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.loginFormIconAlert{
    background-color: #ffffff;
    width: 200px;
    background-image: url(/images/loginpage-img/Exclamation2.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.loginFormIconSucceed{
    background-color: #ffffff;
    width: 200px;
    background-image: url(/images/greenCheckmark.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.loginTableBottomRowOverline{
    height: 2px;
    background-color: #00124E;
}

.loginTableBottomRow{
    height:35px;
    background-color: #004D7e;
}

.loginTableBottomRowShadow{
    width: 600px;
    background-image: url(/images/loginpage-img/shadow.gif);
    background-repeat: no-repeat;
    background-position:top center;
    height:7px;
}

.loginFooter{
    border-top:solid 1px #4F7AA2;
    width:540px;
    padding:10px;
    margin-top: 15px;
}
