*
{
    font-size: 12px;
    padding: 0;
    margin: 0;
}

img
{
    border: none;
}

ul
{
    list-style-type: none;
}

a, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

html, body
{
    width: 100%;
    height: 100%;
}

body
{
    background-color: #FFFFFF;
}

.top-wrapper
{
    width: 100%;
    float: left;
}

.top-container
{
    float: left;
    clear: both;
    width: 100%;
    height: 100px;
    min-width: 900px;
    background: url(images/top_bg.jpg) repeat-x;
}
.top-container .logo
{
    display: block;
    float: left;
    width: 115px;
    height: 56px;
    margin-top: 20px;
    margin-left: 10px;
}
.top-container .login
{
    float: right;
    height: 20px;
    width: 400px;
    line-height: 20px;
    margin-top: 70px;
    color: #FFFFFF;
}
.top-container .login .text
{
    width: 100px;
    color: #666666;
    border: #999999 1px solid;
}
.top-container .login .btn
{
    margin-left: 10px;
    width: 60px;
    height: 20px;
    color: #000;
    border: #999999 1px solid;
    background-color: #EEEEEE;
}
.top-container .top-nav
{
    width: 100%;
    height: 30px;
    margin-top: 10px;
}
.top-nav ul
{
    height: 30px;
    width: 100%;
}
.top-nav ul li
{
    float: left;
    width: 104px;
    height: 30px;
}
.top-nav ul li a, .top-nav ul li a:visited
{
    display: block;
    width: 104px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    background: url(images/top_nav_item_bg.jpg) bottom no-repeat;
}
.top-nav ul li a.current
{
    color: #000000;
    background: url(images/top_nav_item_bg.jpg) top no-repeat;
}
.top-nav ul li a:hover
{
    color: #000000;
    background: url(images/top_nav_item_bg.jpg) top no-repeat;
}

.seperator
{
    float: left;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 7px;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: #D4D4D4 1px solid;
}

.content-wrapper
{
    width: 100%;
    min-height: 500px;
    min-width: 900px;
    float: left;
}

.main-content
{
    width: 80%;
    min-height: 500px;
    min-width: 680px;
    float: left;
    background: #F6F6F6 url(images/left_nav_bg.jpg) left repeat-y;
}

.bottom
{
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    min-width: 900px;
    color: #666666;
    border-top: #D4D4D4 1px solid;
}

.dialog
{
    display: none;
    position: absolute;
    width: 400px;
    height: 140px;
    background: #E0F2FF;
    border: #86D0FF 6px solid;
    left: 424px;
    top: 248px;
}
.dialog .btn-exit
{
    display: block;
    width: 17px;
    height: 17px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    background: url(images/dialog_exit_btn.jpg) top no-repeat;
}
.dialog .btn-exit:hover
{
    background: url(images/dialog_exit_btn.jpg) bottom no-repeat;
}
.dialog .content
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #04559D;
    margin-top: 30px;
}
.clears
{
    clear: both;
}
