a:link, a:hover, a:visited, a:active
{
    color: #494748 ;
}
body, td, th, input, textarea, select
{
    color: black;
    font-family: Tahoma;
    font-size: 12px;
}
h1
{
    font-size: 14px;
}
h3
{
    font-size: 12px;
    color: #245384;
}
form
{
    margin: 0;
    padding: 0;
}
body.menubody
{
    background: #4262A2 url('images/menu_back2.jpg') repeat scroll top left;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
}
body.headerbody
{
    background: #ffffff url('images/header_back2.jpg') no-repeat scroll top left;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
   
}
body.footerbody
{
    background: #d4b355 ;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 180px;
    text-align: left;
    color: #494748 ;
}
body.content
{
    background: #ffffff;
    margin: 10px;
    text-align: left;
    color: black;
}
body.contentLogin
{
    background: #ffffff url('images/LoginBack.jpg');
    margin: 10px;
    text-align: left;
    color: black;
}
body.infobody
{
    background: #ffffff url('images/InfoLogo2.jpg') no-repeat scroll;
    background-size: cover;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 450px;
    width:100%!important;
}
div.loginbox table
{
    border: none;
}
div.loginbox tr
{
    background: #d4b355 ;
}
div.loginbox th
{
    background: #d4b355 ;
    color: white;
}
div.loginbox td
{
    color: white;
}
div.loginbox a:link, div.loginbox a:hover, div.loginbox a:visited, div.loginbox a:active
{
    color: #494748;
}
div.white a:link, div.white a:hover, div.white a:visited, div.white a:active
{
    color: #494748;
}
.panelhead
{
    border: none;
    background: #fff;
    color: #3f3d3e;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
.menuitemout
{
    border: #111111;
    color: #3f3d3e!important;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    background-image: none;
    background-color: #fff!important;
}
.menuitemover
{
    border: #111111;
    color: #3f3d3e!important;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    background-image: none;
    background-color: #ffffff!important;
    filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=2, StartX=0,  FinishX=100, StartY=0, FinishY=100);
}
.smallfont
{
    font-size: 8px;
}
.messagepanel
{
    background: white;
    color: #3f3d3e;
    text-align: center;
    font-size: 14px;
    padding: 2px 2px 2px 2px;
}
div.instructions table
{
    border-collapse: collapse;
    background-color: #f0f0f0;
}
div.instructions td
{
    border: 1px solid white;
    margin: 5px;
    padding: 5px;
}
tr.headeritem
{
    background-color: #d4b355;
    font-weight: bold;
    text-align: center;
    margin: 5px;
    padding: 5px;
}
td.headeritem
{
    background-color: #d4b355 ;
    font-weight: bold;
    text-align: right;
    margin: 5px;
    padding: 5px;
}

div.notification table
{
    border-collapse: collapse;
    background-color: #aaaacc;
}
div.notification td
{
    border: 1px solid white;
    margin: 5px;
    padding: 5px;
}

@media screen
{
    #lblTitle, #lblFooter, #lblCopy
    {
        color: #000088;
        font-weight: bold;
        text-align: center;
    }
    div.report table
    {
        border-collapse: collapse;
        background-color: #f0f0f0;
    }
    div.report td
    {
        border: 1px solid white;
        margin: 5px;
        padding: 5px;
    }
    div.report th
    {
        border: 1px solid white;
        margin: 5px;
        padding: 5px;
        background-color: #aaaacc;
        font-weight: bold;
        text-align: left;
    }
    div.report th.batch
    {
        border: none;
        background-color: #bbbbff;
    }
    div.report th.ca
    {
        border: none;
        background-color: #99bbff;
    }
}

@media print
{
    body, td, th
    {
        color: black;
        font-family: Tahoma;
        font-size: 10px;
    }
    #lblTitle, #lblFooter, #lblCopy
    {
        color: #000000;
        font-weight: bold;
        text-align: center;
    }
    div.report table
    {
        border-collapse: collapse;
        background-color: #000000;
    }
    div.report td
    {
        border: 1px solid gray;
        margin: 2px;
        padding: 3px;
    }
    div.report th
    {
        border: 1px solid gray;
        margin: 2px;
        padding: 3px;
        background-color: #aaaacc;
        font-weight: bold;
        text-align: left;
    }
    div.report th.batch
    {
        border: none;
        background-color: #888888;
    }
    div.report th.ca
    {
        border: none;
        background-color: #888888;
    }
    div.report td.pad
    {
        border: none;
    }
    div.report td.bottompad
    {
        border-top: 1px solid gray;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    #nonprinting, h1
    {
        display: none;
    }
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.modalMessageheader
{
    border-left-color: #3399cc;
    border-bottom-color: #3399cc;
    border-top-style: none;
    border-top-color: #3399cc;
    border-right-style: none;
    border-left-style: none;
    background-color: #00ccff;
    border-right-color: #3399cc;
    border-bottom-style: none;
    clear: right;
    float: left;
    text-align: center;
    display: inline;
    visibility: visible;
    background-position: left top;
    table-layout: fixed;
    font-weight: bold;
    font-size: small;
    color: navy;
}
.modalPopup
{
    background-color: #0099ff;
    padding: 3px;
    width: 250px;
    border-right: lightcyan 3px solid;
    border-top: lightcyan 3px solid;
    border-left: lightcyan 3px solid;
    border-bottom: lightcyan 3px solid;
    font-weight: normal;
    font-size: small;
    text-transform: none;
    color: navy;
    direction: ltr;
    clear: right;
    display: block;
    float: left;
    height: 100px;
}

.modalPopupNice
{
    background-color: #99CCFF;
}


/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    -moz-opacity: .50;
    opacity: 0.7;
    margin-top: -20px;
}

.modal-background
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: -20px;
}

.modal-titlebar
{
    color: White;
}

.modal-popup-background
{
    background-color: White;
    border: solid 2px Black;
}

.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

/*Popup Control*/
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}

.popup_Titlebar
{
    background: url(./images/titlebar_bg.jpg);
    height: 29px;
}

.popup_Body
{
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.input-label-column
{
}

.input-column
{
    width: 30em;
}

.input-field-numeric
{
    text-align: right;
}

.modal-content-container
{
    padding: 1ex 1em 1ex 1em;
}

.table-row-hidden
{
    visibility: hidden;
}

.loginbox-msg{
    color: #fff;
    font-weight: 100!important;
    float:right;
    margin-right:35px
}

.loginButton{
   background: url(./images/loginButton.png);
   cursor:pointer;
   border: none;
   width:110px;
   height:32px;
}

.login-input-div{
    float:right;
    padding-right:10px;
}

.login-input{
    height:32px;
    border:none;
    padding:2px;
}

.clear{
    clear: both;
}

#loginDiv {
    padding-top: 35px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}

.logoutbox
{
    color: #fff!important;
    float:right!important;
    padding-top: 10px;
}

.overrideLink{
    color: #fff!important;
}
