﻿@media screen
{
    /*************** Javascript Warning ******************/
    
    #jsWarningPanel
    {
        width: 100%;    
        background: #2A559F;
        border-bottom: 5px solid #aaaaaa;     
        padding:10px 0 10px 0px;           
    }
    #jsWarningPanel .inner
    {
       margin: 0 auto;
       font-size: 70%;
       font-weight: bold;
       color: #ffffff;
       text-align:center;
    }
    #jsWarningPanel #jsWarningIcon
    {
        vertical-align: top;
        padding-right: 5px;   
    }
    
    
    /*****************************************************/
    
    #printHeader
    {
        visibility: hidden;
        display: none;
    }    
    
    /***************** Page Container ********************/
    #pageContainer
    {
        width: 100%;
        min-height: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    #pageOuterContainer
    {
        min-height: 100%;
        margin: 0 auto -70px auto;
        background: #ffffff url(../../Images/Base/page_bg.gif) repeat-y left top;
        border: 1px solid #aaaaaa;
        border-top: none;
        border-bottom: none;
        text-align: left;
    }
    * html #pageContainer, * html #pageOuterContainer
    {
        height: 100%;
    }
    #pageContainer .clearFooter
    {
        clear: both;
        height: 70px;
    }
    /*****************************************************/



    /****************** Header / Nav *********************/
    #headerContainer
    {
        clear: both;
    }
    #headerContainer #toolbarTooltips
    {
        display: none;
        position: absolute;
        z-index: 10;
        opacity: 0.8;
        filter: alpha(opacity=80);
        width: 155px;
        height: 35px;
        line-height: 33px;
        background: #f7f7f7 url(../../Images/Base/menu_popdown_border.gif) repeat-x left bottom;
        padding: 0 10px 0 10px;
        font-size: 11px;
        color: #454545;
        text-align: center;
    }
    #headerContainer .popdownMenu
    {
        height: 110px;
        background: #ffffff;
        border-bottom: 2px solid #8C98BE;
        position: absolute;
        display: none;
        z-index: 9999;
        font-size: 90%;
    }

    #headerContainer .popdownContents
    {
        text-align: left;
        overflow: hidden;
        padding:10px;
    }
    #headerContainer .popdownContents a, #headerContainer .popdownContents a:link
    {
        display: block;
        color: #2a559f;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        padding: 1px 5px 1px 5px;
    }
    #headerContainer .popdownContents a:hover
    {
        background: #eeeeee;
    }

    #headerContainer .popdownMenu .floatingColumn
    {
        padding-right: 17px;
        color: #5d5f60;
        font-size: 11px;
    }
    #headerContainer .popdownMenu h1
    {
        color: #2a559f;
        font-weight: bold;
        font-size: 16px;
        margin-bottom:0.5em;
    }
    #headerContainer .popdownMenu ul
    {
        margin-bottom: 8px;
        margin-left: 2px;
    }
    #headerContainer #menuTopicsPopdown
    {
    }
    #headerContainer #menuServicesPopdown
    {
    }
    #headerContainer #menuSearchPopdown
    {
        height: 85px;
    
    }
    #navContainer
    {
        clear: both;
        width: 100%;
        height: 25px;
    }
    #navContainer .leftColumn, #navContainer .rightColumn
    {
        height: 25px;
        float:left;
    }
    #navContainer .leftColumn
    {
        border-right: 1px solid #809caa;
        overflow: hidden;
    }
    #navContainer .leftColumn img
    {
        float: left;
    }
    #navContainer .rightColumn
    {
        line-height: 23px;
        font-size: 13px;
        font-weight: 700;
    }
    #navContainer .rightColumn a
    {
        float: left;
        padding: 0px 17px;
        color: #5d5f60;
        text-decoration: none;
    }
    #navContainer .rightColumn a.first
    {
        margin-left: 3px;
    }
    #navContainer .rightColumn a:hover, #navContainer .rightColumn a.selected
    {
        color: #5d5f60;
        background: #ffffff;
    }

    /*****************************************************/



    /********************** Body *************************/
    #body
    {
        clear: both;
        width: 100%;
    }
    #body .leftColumn
    {
        /*margin-right: 10px;*/
        float: none;
        vertical-align: top;
    }
    #body .leftColumn h1
    {
        color: #2a559f;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }
    #body .leftColumn select
    {
        font-size:12px;
        width:100%;
    }
    #body .rightColumn
    {
        padding: 10px 10px 0 13px;
        vertical-align: top;
        width:100%;
    }
    #body .leftColumn .searchBoxBlur
    {
        color: #cecece;
    }
    #body .rightColumn .breadCrumbContainer
    {
        font-size: 11px;
        margin-bottom: 15px;
    }
    #body .rightColumn .breadCrumbContainer a
    {
        font-size: 11px;
    }
    #body .rightColumn .breadCrumbContainer .pageGroup a:hover
    {
        color: #5d6061;
    }
    /*****************************************************/



    /********************** Footer ***********************/
    #footer
    {
        clear: both;
        width: 100%;
        height: 70px;
        position: relative;
        bottom: 0;
        left: 0;
        background-color: #d5e3b4;
        margin-left: auto;
        margin-right: auto;
    }
    #footer em
    {
        font-style:italic;
    }
    #footer #occhaLogo
    {
        width: 81px;
        height: 73px;
        position: relative;
        float: right;
        padding-right: 10px;
        top: -48px;
        margin-bottom: -48px;
    }

    #footer #hcInfo
    {

    }
    #footerContents
    {
        width: auto;
        padding-left: 190px;
        position: relative;
        top: 15px;
        font-family: Arial, Tahoma, Verdana, Sans-Serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.4em;
        color: #5d5f60;
        text-align: left;
    }
    #footerContents a
    {
        text-decoration: none;
        color: #5d5f60;
    }
    #footerContents a:hover
    {
        color: #898a8c;
    }
    /*****************************************************/



    /****************** Common Classes *******************/

    /* Left and right columns used throughout layout */
    .leftColumn
    {
        width: 176px;
        float: left;
    }
    .rightColumn
    {
        width: auto;
    }
    .floatingColumn
    {
        float: left;
    }
    .clear
    {
        clear: both;
    }
    iframe body
        {
        text-align:left !important;
    }
    /*****************************************************/


    .emptyMessage
    {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #E9EEEF;
    }
}
@media print
{
    *
    {
        color: Black;
        background-image:none !important;
    }
    html
    {
        margin: 0;
    }
    body
    {
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 11pt;
        color: #000000;
        margin:0;
    }
    a:link
    {
        color: #3a4893;
    }
    h1
    {
        font-size: 19pt;
        font-weight: bold;
        color: Black;
        text-align: center;
    }
    h2
    {
        font-size: 13pt;
        color: Black;
        font-weight: bold;
    }
    h3
    {
        font-size: 13pt;
        color: #454545;
    }
    #printHeader
    {
        visibility: visible;
        display: block !important;
        margin: 0 !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    #printHeader img
    {
        width: 100%;
    }
    .rightColumn
    {
        padding-top:35px;               
    }
    .rightColumn, #footer
    {
        padding-left: 54px;
        padding-right: 54px; 
    }
    #headerContainer
    {
        display: none;
    }
    .breadCrumbContainer
    {
        display: none;
    }
    .leftColumn
    {
        display: none;
    }
    #pageLastUpdated
    {
        display:none;
    }
    #footer
    {
        font-weight:bold;
        margin-top:15px;
    }
    #footer > img, #footer #footerEmailText, #footer #accessLinks, #footer #footerLinks
    {
        display:none;
    }
}

