﻿*
{
    border-style: solid;
    border-color: #C0BBB4;
    border-width: 0;
}
body
{
    margin: 1px auto 0 auto;
    background: #fff;
    width: 990px;
}
body, td, th
{
    color: #333;
    font-size: 12px;
    font-family: '微软雅黑' ,Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    color: #333;
}
a:hover
{
    text-decoration: underline;
    color: #C5271E;
}
li
{
    line-height: 32px;
}
input, textarea
{
    color: #f11;
    background: url(../img/bg_input_text.png) repeat-x;
    border: solid 1px;
    line-height: 150%;
    height: 20px;
}
img
{
    border: none;
    margin: 0;
    padding: 0;
}
/*表格显示外边框*/
.borderTable
{
    background: #fff;
    margin: 0 auto 0 auto;
    border: solid 1px;
}
/*表格及所有的td显示外边框*/
.showAllBorderTable
{
    background: #fff;
    margin: 0 auto 0 auto;
    border-top: solid 1px;
    border-right: solid 1px;
}
.showAllBorderTable td
{
    border-bottom: solid 1px;
    border-left: solid 1px;
}
.trBottomBorder td
{
    border-bottom: solid 1px;
}
.windowDiv
{
    width: 600px;
    background: #fff;
    margin: 50px auto 50px auto;
    border: solid 1px;
}
.tit
{
    background: #fff;
    height: 32px;
    line-height: 32px;
    text-indent: 32px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 1px;
}
.page
{
    height: 26px;
    line-height: 26px;
    margin: 3px 0 3px 0;
    text-align: right;
    border-top: solid 1px;
    border-bottom: solid 1px;
    background: #EDEBE4;
}
.page a:link, .page a:hover, .page a:visited, .page a:active
{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border: solid 1px;
    margin: 0 2px 0 2px;
    padding: 1px 5px 1px 5px;
    text-align: center;
    text-decoration: none;
}
.page a:hover
{
    background: #C0BBB4;
    color: #fff;
}
.topNav
{
    height: 32px;
    line-height: 26px;
    margin: 5px 0 3px 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    background: #EDEBE4;
}
.topNav a:link, .topNav a:hover, .topNav a:visited, .topNav a:active
{
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border: solid 1px;
    margin: 0 2px 0 2px;
    padding: 1px 5px 1px 5px;
    text-align: center;
    text-decoration: none;
}
.topNav a:hover
{
    background: #C0BBB4;
    color: #fff;
}
/*---------------------------------------------------------------*/
.changeBG_a
{
    background: #fff;
}
.changeBG_b
{
    background: #EDEBE4;
}
.trBottomBorder td
{
    border-bottom: solid 1px #E4E1DA;
}
.MsgBox
{
    background: #f11;
    color: #fee;
    line-height: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    float: left;
    margin: 2px auto 5px auto;
}
/*前台导航*/
.Nav
{
    line-height: 32px;
    font-size: 20px;
    border: none;
    text-indent: 30px;
    margin: 10px 0 0 0;
}
.Nav a:link, .Nav a:hover, .Nav a:visited, .Nav a:active
{
    margin: 0 2px 0 2px;
    padding: 1px 5px 1px 5px;
    text-align: center;
    text-decoration: none;
}
.Nav a:hover
{
    background: #c5271e;
    color: #fff;
}
.bright,
.bright td
{
    border-color: #C5271E;
    background: #F2F0F1;
}
.normal,
.normal td
{
    border-color: #C0BBB4;
    background: #fff;
}