﻿.loginOuterContainer
{
    width: 1020px;
    margin: 0 auto;
    background-color: #848484 !important;  /* normally a client specific setting, but this is global */
    padding: 3px 7px 0px 7px;
}
.loginInnerContainer
{
    width: 100%;
    background-color: #ffffff;
}
.loginContentContainer
{
    margin: -15px 30px 0px 50px;
    text-align:left;
}
.loginContentContainer ul{
    color: black;
}
.loginLeftContent
{
    width: 330px; 
    display: inline-block;
}
.loginRightContent
{
    width: 600px;
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
    margin-top:30px;
}
.loginboxLeftColumn, .loginboxCenterColumn, .loginboxRightColumn
{
    height: 22px; 
    display: inline-block; 
    margin: 10px 0px 0px 0px; 
    vertical-align: top;     
}
.loginboxLeftColumn
{
    width: 120px; 
    text-align: right; 
    line-height: 22px;
}
.loginboxCenterColumn
{
    width: 205px; 
    text-align: left;
}
.loginboxRightColumn
{
    text-align: left;
}
.warnings
{
    text-align: center; 
    width: 600px; 
    margin: 0 auto;
}
.emergencyNotice
{
    text-align: center;
    padding-bottom: 40px;
    margin-top:20px;
}
.browserNotice
{
    width: 100%; 
    background-color: #ffffff; 
    margin-top: 10px;
    height: 75px;
    line-height: 75px;
    text-align: center;
}
.welcomeLabel
{
    font-size: 15px;
    font-style: italic;
    font-weight: bold; 
}       
.textLabel
{
    font-size: 10pt;
    color: #000000;
}
.nowrap
{
    white-space: nowrap;
}
.topMarginSpace
{
    margin-top: 30px;
}
.loginTextBox
{
    width: 200px;
    font-family: Arial;
    
}
.emergencyText
{
    font-size: 9pt;
    font-weight:bold;
    color: #1894E2;           
}
.loginButton {
    border: 0;
    cursor: pointer;
    height: 22px;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
    color: #FFF;
    background-color: #006A4D;
}
.forgotPassword:visited {
    color: inherit;
}
.sessionExpired
{
    font-size: 9pt;
    color: #a0a0a0;
}
.login-footer
{
    width:100%;
    height:90px;
    text-align:center;
    margin-top:20px;
}   
/* Begin Style for language selection */
#sliderWrap {
    position:absolute;
    margin-top: -65px;
    right: 0px;
    left: 0px;
    text-align: center;
    display:block;
    height:91px; 
    z-index:4;
} 
#slider {
    text-align: center;
}   
#slider table {
    border-spacing: 0px;
}       
.flag_box {
    background-color: #7e7e7e;
    display: inline-block;
    *display: inline;
    zoom: 1;           
}        
.flag_image {
    height: 46px;
    border: 0;
    margin: 10px 5px 5px 5px;
}
/* End Style for language selection */
/* PBI 55356 : New UI - Login Page Paragraph Alignment. New Login Centered UI */
.loginContentContainer {
    margin: -15px auto 0px auto;
    text-align: left;
    width: 70%;
}
.loginRightContent {
    clear: both;
    display: block;
    width: 70%;
    margin: 30px auto;
}
.loginContentContainer ul {
    padding-left: 0px;
    margin-left: -10px;
    list-style-position: inside;
}
.emergencyNotice {
    clear: both;
    text-align: left;
    width: 70%;
    margin: 20px auto;
}
/* END PBI 55356 : New UI - Login Page Paragraph Alignment. New Login Centered UI */