﻿
@media screen {

    /*** Site Specific ***/

    #tdBan1 {
        width: 800px;
        height: 39px;
        background-image: url(/App_Themes/Basic/images/header_02.gif);
        background-repeat: no-repeat;
    }
    /*#tdBan2 {
        width: 664px;
        height: 28px;
        background-color: #006696;
    }*/
    #tdBan3 {
        width: 800px;
        /*height: 168px;*/
        margin: 0;
        padding: 0;
    }
    #tdBan3 IMG { display: inline; }
    #tdBan4 {
        width: 664px;
        height: 81px;
        background-color: #0A91D0;
        background-image: url(/content/images/ban4.gif);
        background-repeat: no-repeat;
    }

    #tdBan5 {
        width: 109px;
        height: 32px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-image: url(/content/images/ban5.gif);
    }
    #tdBan6 {
        width: 664px;
        height: 32px;
        background-color: #C8EE45;
    }

    /*** Box styles ***/
    .attention {
        padding: 10px;
        border-right: #c8ee45 1px solid;
        border-top: #c8ee45 1px solid;
        border-left: #c8ee45 1px solid;
        border-bottom: #c8ee45 1px solid;
    }

    .doctable {
        background-color: #d4e7f0;
        padding: 3px;
    }
}

