﻿/*body {text-align: center; font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: small;}

A:link {color:#0474ab;}
A:visited {color:#0474ab;}
A:active {color:#0474ab;}
A:hover {color:#000;}
*/


.main_container
{
    width: 95%;
    height: auto;
    padding-left: auto;
    padding-right: auto;
}

.main_container .header1
{
    width: 1000px;
    height: 72px;
    background-color: #ffffff;
    display: block;
}

.header1 .logo
{
    width: 461px;
    height: 72px;
    display: block;
    float: left;
}

.main_container_login
{
    width: 95%;
    height: auto;
    padding-left: auto;
    padding-right: auto;
}

.main_container .header2
{
    width: 1000px;
    height: 43px;
    background-color: #0f6cb6;
    display: inline-block;
    border-bottom: #0c528a solid 1px;
}

.main_container .nav_container
{
    width: 100%;
    height: 35px;
    display: inline-block;
    background-color: #0474ab;
}

.main_container .middle_container
{
    width: 98%;
    height: auto;
    min-height: 450px;
    padding: 10px;
}


.main_container_login .middle_container2
{
    width: 98%;
    height: auto;
    min-height: 450px;
    padding: 10px;
}


.middle_container .home_container
{
    width: 40%;
    height: auto;
    float: left;
    display: inline-block;
}

.middle_container .home_container_image
{
    width: 433px;
    height: auto;
    background-image: url(images/home_bg.jpg);
    background-repeat: no-repeat;
    float: right;
    display: inline-block;
}


span.top_nav
{
    width: auto;
    height: 25px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    background-color: #0474ab;
    padding: 10px .8% 0px .8%;
    border-right: #FFF 1px solid;
    color: #FFF;
    line-height: 100%;
    display: block;
    cursor: pointer;
    text-decoration: none;
    float: left;
}

span.top_nav:hover
{
    color: #000;
    background-color: #ffcc00;
    text-decoration: none;
}

span.top_nav_static
{
    width: auto;
    height: 25px;
    padding: 10px .8% 0px .8%;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #000;
    background-color: #ffcc00;
    border-right: #FFF 1px solid;
    display: block;
    cursor: pointer;
    float: left;
}


span.button_blue
{
    height: 31px;
    background-image: url(/images/button_blue_bg.jpg);
    background-repeat: repeat-x;
    background-color: #015178;
    cursor: pointer;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

span.button_blue:hover
{
    background-image: url(/images/button_yellow_bg.jpg);
    background-repeat: repeat-x;
    color: #000;
    background-color: #ff9f00;
}





#navside
{
    margin-left: 40px;
    padding-left: 0;
}

#navside li
{
    padding-left: 10px;
    font-size: 13px;
}

#navside A:link
{
    color: #375104;
    text-decoration: none;
}
#navside A:visited
{
    color: #375104;
    text-decoration: none;
}
#navside A:active
{
    color: #375104;
    text-decoration: none;
}
#navside A:hover
{
    color: #000;
    text-decoration: underline;
}





span.text_container
{
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
    line-height: 175%;
    margin-bottom: 10px;
}

span.text_container2
{
    width: 100%;
    height: auto;
    text-align: left;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

span.text_container_header_big
{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #0f6cb6;
    display: block;
    margin-bottom: 10px;
}

span.text_container_header_big_black
{
    color: #000;
}

span.text_container_header_big2
{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

span.text_container_header_medium
{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #0f6cb6;
    display: block;
    margin-bottom: 10px;
}

span.text_container_header_medium2
{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

span.text_container_header_medium3
{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}





#navlist
{
    margin-left: 40px;
    padding-left: 0;
    list-style: none;
}

#navlist li
{
    padding-left: 20px;
    background-image: url(images/bullet.jpg);
    background-repeat: no-repeat;
}

/*---------------------------------------------------------------New Styles BIP-RCL Integratrion-------------------------------------------------------*/

.footer
{
    background-color: #666666;
    padding: 10px 0px 5px 0px;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: 75px;
    width: 84%;
}
.footer a:link
{
    color: white;
    text-decoration: none;
}

.footer a:visited
{
    color: #106cb5;
    text-decoration: none;
}

.footer a:active
{
    color: #106cb5;
}

.footer a:hover
{
    color: #000;
   /* text-decoration: underline;*/
}

span.text_container_footer
{
     color: white;
    width: 95%;
    height: auto;
    font-size: 10px;
    display: block;
    text-align: left;
}

span.text_container_footer2
{
    width: 95%;
    height: auto;
    font-size: 10px;
    color: #000;
    text-align: left;
    display: block;
}

.loginForm
{
    /*width: 1300px;
    margin-top: 10px;*/
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    margin-right: auto;
    position: relative;
    border-radius: 8px;
}

.logoContainer_SignIn
{
    width: 461px;
    height: 72px;
    display: block;
    float: left;
    padding-left: 8px;
    border-radius: 8px;
}

.loginContainer
{
    width: 100%;
    margin-top: 10px;
}

.divLogin
{
    width: 20%;
    float: left;
    position: absolute;
}

.vertical-line
{
    background-color: #8cc0d7;
    width: 95%;
    height: 2px;
    margin: 0px auto 0px auto;
}

.horizontal-line
{
    border-left: 1px solid #0f6cb6;
}

.login-sub-header
{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #0f6cb6;
    display: block;
    margin-bottom: 10px;
    padding-left: 5px;
}

.login-sub-text-container
{
    padding-left: 5px;
    margin-top: 10px;
}

.loginContent
{
    border-left: 2px solid #8CC0D7;
    width: 80%;
    float: right;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    min-height: 400px;
    margin-bottom: 10px;
}

.login-frame-content
{
    width: 100%;
    min-height: 700px;
    height: auto;
    border: 0;
    float: right;
}

.button-login
{
    width: 150px;
    border: 2px solid #8CC0D7;
}

a.login-frgt-pwd
{
    color: #0474ab;
}

/*----------------------------------------------------------------------End----------------------------------------------------------------------------*/


