/*
    logo colors:
    #FEBD00 - dark yellow
    #FFE711 - light yellow
    #BBD8EB - light blue
    #2060A8 - dark blue
*/

/*common colors*/
.darkblue
{
    color: #2060A8;
}

.lightblue
{
    color: #BBD8EB;
}

.lightyellow
{
    color: #FFE711;
}

.darkyellow
{
    color: #FEBD00;
}


/**/

body{
        margin: 0px;
        padding: 0px;
        font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
        background-color:#fff;
        font-size: x-small;
        background: url('/img/site/s.gif') no-repeat;
        background-attachment: fixed;
}

table#maintable
{
    width:100%;
        height:90%;
        margin: 0px;
        font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
        font-size: xx-small;
        bottom: 0px;
}

td#left
{
        width: 100px;
        border-right:#BBD8EB double 3px;
        padding: 10px;
        font-size: x-small;
}

td#center
{
        padding:20px;
        font-size: x-small;
        background: #fff url(/img/logo_bg.gif) bottom right no-repeat;
}

td#right
{
        width: 300px;
        border-left:#BBD8EB double 3px;
        padding: 10px;
        font-size: x-small;
}





/**/
td#left ul
{
    padding-left: 10px;
        margin-left: 0px;
}






/*common objects*/
a img
{
        border:none;
}

li
{
        /*list-style-image:url(/img/li.gif);*/
}

.center
{
    text-align: center;
}

td, form
{
font-size: x-small;
}

hr
{
    color: #2060A8;
}

a
{
    color: #2060A8;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: #FEBD00;
}

h1, h2, h3, h4, h5, h6
{
    color:#2060A8;
}


p
{
    text-indent: 2em;
}

.compact
{
    margin: 0px;
}

input.common
{
    border: silver 1px solid;
}

input.submit
{
    background-color: #767676;
    font-family: Vardana, Tahoma, Arial;
    font-weight: bold !important;
    font-size: 85%;
    color: #ffffff !important;
    border-left: #b9b9b9 1px solid;;
    border-top: #b9b9b9 1px solid;;
    border-right: #494949 1px solid;;
    border-bottom: #494949 1px solid;;
    padding: 1px;
}
input.yes
{
    background: #71a737 url(/img/site/green.gif) top center repeat-y;
    font-family: Vardana, Tahoma, Arial;
    font-weight: bold !important;
    font-size: 10px;
    color: #ffffff !important;
    border-left: #bdd79f 1px solid;;
    border-top: #bdd79f 1px solid;;
    border-right: #41641d 1px solid;;
    border-bottom: #41641d 1px solid;;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
input.no
{
    background: #e1451b url(/img/site/red.gif) top center repeat-y;
    font-family: Vardana, Tahoma, Arial;
    font-weight: bold !important;
    font-size: 10px;
    color: #ffffff !important;
    border-left: #f5a78c 1px solid;;
    border-top: #f5a78c 1px solid;;
    border-right: #943816 1px solid;;
    border-bottom: #943816 1px solid;;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

th
{
    background: #2060A8;
    color: white;
    text-align: center;
    font-size: x-small;
}






/* left panel */
ul.compact
{
        padding-left: 10px;
        margin-left: 0px;
}







/*top section*/
div#header
{
    padding: 5px 0px 0px 0px;
    background:white url(/img/logo1.gif) 20px 0px no-repeat;
    margin: 0px;
}

div#header h1
{

    text-transform: uppercase;
    margin: 0px;
    font-size: 25px;
    font-family: "Arial Black";
    letter-spacing: 2px;
}

div#topmenu
{
        text-align:center;
        border:#BBD8EA 3px double;
        border-left: none;
        border-right: none;
        padding: 2px 0;
        font:bold 12px;
}

div#topmenu a
{
        background:url(/img/menu.gif) repeat-x;
        color:Black;
        height:20px;
        width:102px;
        text-decoration:none;
        padding-top:2px;
}
div#topmenu a:hover
{
        background:url(/img/menu_hover.gif) repeat-x;
        text-decoration:underline;
}




/*bottom section*/

div#footer
{

    border-top:#BBD8EA 3px double;
    padding: 5px 10px 5px 10px;
    color: #2060A8;
}

table.LeftBlock
{
    width: 100%;
}

table.ModuleBlock
{
    border-left: #EFEFEF 3px solid;
    border-right: #F47A20 3px solid;
    border-bottom: #DADADA 3px solid;
    background: white;
    margin-bottom: 3px;
}


table.admin_sublist
{
    border: 3px double silver;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

table.admin_sublist caption
{
    font-size: normal;
    font-weight: bold;
    text-align: center;
    padding-right: 10px;
    border: 3px double silver;
    border-bottom: none;
}

table.admin_sublist tr.header td
{
    text-align: center;
    background-color: #ddd;
    font-weight: bold;
    border-bottom: 3px double silver;
}

table.admin_sublist tr td
{
    padding: 3px;
}

