﻿body
{
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #FFFFFF;
}

div.body_container
{
    margin: 12px auto 0px;
    width: 920px;
    text-align: left;
}

div.header
{
    height: 60px;
    margin-bottom: 12px;
    background-image: url(/images/master/menu_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

div.header a.logo
{
    float: left;
    margin-left: 12px;
}
div.header a.logo img
{
}
div.nav
{
    float: left;
    margin: 10px 0 0 12px;
    z-index: 11;
    position: relative;
    height: 36px;
    width: 715px;
    padding-left: 5px;
}

img
{
    border-width: 0px;
}

div.nav_btm
{
    clear: both;
    margin-top: 10px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: solid 1px #D4D4D4;
    height: 22px;
}

div.nav_btm ul
{
    margin: 2px 0 0 0;
    padding: 0;
    float: left;
    list-style: none;
}

div.nav_btm ul li
{
    float: left;
    margin-right: 10px;
    border-right: solid 1px #D4D4D4;
    padding-right: 10px;
}

div.nav_btm ul li a, div.nav_btm ul li a:visited
{
    font-size: 11px;
    color: Gray;
    text-decoration: none;
}

div.nav_btm ul li a:hover
{
    color: Gray;
    text-decoration: none;
}
div.nav_btm div.search
{
    float: right;
}
div.nav_btm div.search input.txtSearch
{
    border-width: 0px;
    border-top: dotted 1px #D4D4D4;
    border-right: dotted 1px #D4D4D4;
    border-bottom: dotted 1px #D4D4D4;
    width: 150px;
    color: Gray;
    margin: 0;
    padding: 1px 2px 0 5px;
    line-height: 14px;
    height: 16px;
    font-size: 11px;
    float: left;
    font-style: italic;
}
div.nav_btm div.search input.btnSearch
{
    border: none;
    background-color: White;
    width: 16px;
    height: 19px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-image: url(/images/master/search_btn_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}

div.footer
{
    padding-left: 5px;
    padding-top: 4px;
    padding-right: 5px;
    border-top: solid 1px #D4D4D4;
    color: #0174A7;
    font-size: 11px;
    height: 22px;
}

div.footer div.copyright
{
    float: left;
    color: #0174A7;
}
div.footer div a, div.footer div a:visited
{
    color: #0174A7;
    text-decoration: none;
}
div.footer div a:hover
{
    color: #0174A7;
    text-decoration: underline;
}
div.footer div.dev
{
    float: right;
}

.round3px
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

