
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size:9pt;
    font-family:Arial;
    background-color:#D4E1EB; 
    min-width:900px;
}

.displayNone 
{
    display: none;
}

/************************************ LINKS ***********************************/
a:link
{
    color: #6F9DBE;
    text-decoration:none;
    font-size:8pt;
    font-weight:normal;
}

a:visited
{
   color: #6F9DBE;
   text-decoration:none;
   font-size:8pt;
   font-weight:normal;
}

a:hover
{
    color:red;
    text-decoration:none;
    font-size:8pt;
    font-weight:normal;
}


/********************************** HEADER **************************************/

.header
{
    width: 100%; height: 111px;
}

.header_logo_div
{
    height:70px; 
    margin-top:-102px;
}

.header_logo
{
    height:50px;
    width:900px;
    margin-left:auto;
    margin-right:auto;
    padding: 20px 0px 10px 0px;
}


/********************************** DIVIDER *************************************/

div.divider_grey
{
    margin-top:-3px;
    width:100%;
    height:25px; 
    background-image:url('../Images/Master/statusbar_middle.png'); 
    background-repeat:repeat-x;
    padding-top:6px;
    margin-left:auto;
    margin-right:auto;
}

div.divider_grey_text
{
    width:900px;
    font-size:14px;
    color:White;
    margin-left:auto;
    margin-right:auto;
    text-indent:0px;
}

div.divider_bottom
{
    background-image:url('../Images/Login/footer/login_footer_middle.png');
    background-repeat:repeat-x;
    height:29px;
    width:100%; 
}

/********************************** IFRAMES *************************************/
div.iframe_urgent
{
    display:inline; 
    float:left;
    padding: 40px 0px 0px 50px;
}

div.iframe_normal
{
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-125px;
    margin-left:-450px;
}

div.iframe_normal_centering
{
    position:relative;
    width:100%;
    z-index:-1;
}

/********************************** CONTENT**************************************/

div.content_main
{
    display:inline; 
    float:left; 
    padding-top:50px;
}

div.content_background
{
    background-color:#F5F8FA;
}

div.content
{
    width: 900px; 
    margin-left:auto;
    margin-right:auto;
    height:200px;
}

div.content_email
{
    font-weight:bold;
    color:Gray;
    padding:0px 80px 0px 0px;
    border: 0px;
    margin-top:-25px;
}

div.login_error
{
    display:none; 
    float:right; 
    color:Red; 
    font-weight:normal;
    padding: 0px;
    margin: 0px;
    position: relative;
}

div.content_login_boxes
{
    width: 230px; 
    height:108px; 
    background-color:#F5F8FA; 
    margin-left:0px; 
    margin-right:0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

div.content_email_verified
{
    font-weight:bold;
    color:Gray;
    padding: 0px 80px 0px 0px;
    border: 0px;
    margin-top:-25px;
    width:250px;
    display:none;
}



/****************************** FORGOT PASSWORD ********************************/
div.content_email_forgot_password
{
    font-weight:bold;
    color:Gray;
    padding: 0px 80px 0px 0px;
    border: 0px;
    margin-top:-25px;
    width:250px;
}

/********************************** FOOTER **************************************/
div.footer_text
{
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width:900px;
    height:20px;
    font-size:7pt; 
    position: relative;
    margin-top:-20px;
    padding-top:20px;
}

