﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
img
{
    border: none;
}
#content
{
    position: relative;
    min-height: 100%;
}
* html #content
{
    height: 100%;
}
#text
{
    padding-bottom: 50px;
}
#footer
{
    position: relative;
    height: 50px;
    margin-top: -50px;
}
body
{
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
a, a:visited, a:link
{
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
a:hover
{
    color: #fff;
    text-decoration: underline;
}
.wrapper
{
    margin: 0px auto !important;
    width: 987px;
}
.header, .menu, .content, .footer
{
    min-width: 987px;
}
.header
{
    background: url('../Images/header_14.png') repeat-x;
    height: 50px;
    color: #CCC;
}
.header .wrapper
{
    height: 50px;
}
.header .wrapper .logo
{
    float: left;
    background: url('../Images/header_16.png') no-repeat;
    height: 50px;
    width: 120px;
    margin-left: 20px;
}
.header .wrapper .title
{
    float: right;
    height: 50px;
    padding-left: 20px;
    margin-right: 20px;
    line-height: 50px;
    text-align: right;
    font-size:12px;
}
.header .wrapper .user
{
    float: right;
    background: url('../Images/header_03.png') no-repeat;
    height: 50px;
    padding-left: 20px;
    margin-right: 20px;
    line-height: 50px;
    text-align: right;
    font-size:12px;
}
.header .wrapper .user a, .menu a
{
    color: #fff;
}
.menu
{
    background: url('../Images/header_20.png') repeat-x;
    height: 32px;
}
.menu .wrapper
{
    height: 32px;
}
.menu .wrapper a
{
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
}
.menu .wrapper .separator
{
    width: 2px;
    background: url('../Images/header_22.png') no-repeat;
}
.menu .wrapper .separator.first
{
    margin-left: 20px;
}
.menu .wrapper .link
{
    padding: 0px 19px;
}
.menu .wrapper .link:hover
{
    background: url('../Images/header_10.png') repeat-x;
}
.menu .wrapper .link.active
{
    color: #667788;
    background: url('../Images/header_24.png') repeat-x;
    font-weight: bold;
}
.menu .wrapper .link.active:hover
{
    background: url('../Images/header_24.png') repeat-x;
}
.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li
{
    padding: 0px;
    color: White;
    cursor: pointer;
    float: left !important;
    font-size: 12px
}
.menu li a
{
    display: block;
    line-height: 35px;
    margin: 0px;
}
.menu li a:hover, .menu ul li:hover a
{
    background: url('../Images/header_10.png') repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}
.menu li ul
{
    background: #333333;
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 200;
    margin-top: 32px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}
.menu li:hover ul
{
    display: block;
    background-color: Gray;
}
.menu li li
{
    background: #EEEEEE;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
    border-bottom: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    color: Black !important;
}
.menu li:hover li a
{
    background: none;
}
.menu li ul a
{
    display: block;
    height: 35px;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
    float: none !important;
    color: Black !important;
}
.menu li ul a:hover, .menu li ul li:hover a
{
    background-color: LightGray;
    border: 0px;
    color: #ffffff;
    text-decoration: none;
}
.menu p
{
    clear: left;
}
.content
{
    padding: 0px;
    color: #000;
}
.content .wrapper
{
    margin: 15px auto !important;
    width: 977px;
}
.content .wrapper a
{
    color: #3388CC;    
}
.content .wrapper a:hover
{
    color: #000;
    text-decoration: none;
}
.cursorPointer
{
    cursor: pointer;
}
.footer
{
    background: url('../Images/footer_03.png') repeat-x;
    height: 50px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
.footer .wrapper
{
    height: 50px;
}
.footer .wrapper .title
{
    float: left;
    margin-left: 20px;
    line-height: 50px;
    color: #333333;
}
.footer .wrapper .logo
{
    float: right;
    background: url('../Images/footer_05.png') no-repeat;
    height: 50px;
    width: 105px;
    margin-right: 20px;
}

.clear
{
    clear: both;
}

.subdivisions-changer
{
    position: absolute;
    background-color: white;
    margin-top: 50px;
    left: 50%;
    z-index: 999;
}

.subdivisions-changer a:hover 
{
    color: black;
}

#lbSubdivisionName 
{
    color: #CCC;
}

#footer
{
    overflow: hidden;
}
 .login-form
{
    overflow: hidden;
}
 
.modal-content .content 
{
    display: none;
}
.login-page-link
{
    display: none;
    padding-left: 20px;
    padding-top: 20px;
}
.modal-content .login-page-link
{
    display: inline-block;
}
.login-page-link a
{
    color: #3388CC;
}
    .login-page-link a:hover
    {
        color: black;
    }
