.main-content .titletip
{
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    width: 100%;
    min-width: 680px;
    background: url(images/sub_nav_bg.jpg) repeat-x;
    line-height: 34px;
    text-indent: 20px;
    margin: 0 0 10px 0;
}

.main-content .search
{
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    margin: 0 0 10px 0;
}

.main-content .table-container
{
    width: 96%;
    padding-left: 2%;
}

.table-container .table-tab
{
    width: 100%;
    height: 26px;
    border-bottom: #a0a0a0 4px solid;
}
.table-tab li
{
    float: left;
    margin-left: 5px;
    _width: auto;
}
.table-tab li a
{
    float: left;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 4px;
    color: #666666;
    background: url(images/tab_left_bg.jpg) left bottom no-repeat;
}
.table-tab li a span
{
    float: left;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px 0 11px;
    background: url(images/tab_right_bg.jpg) right bottom no-repeat;
}

.table-tab li a:hover, .table-tab li a.current
{
    color: #FFFFFF;
    text-decoration: none;
    background: url(images/tab_left_bg.jpg) left top no-repeat;
}
.table-tab li a:hover span, .table-tab li a.current span
{
    background: url(images/tab_right_bg.jpg) right top no-repeat;
}

.table-container .sumerise-container
{
    height: 80px;
    background-color: #FFFFFF;
    border-left: #d3d3d3 1px solid;
    border-right: #d3d3d3 1px solid;
}
.sumerise-container .sumerise-block
{
    float: left;
    _width: 150px;
    height: 60px;
    padding: 10px;
    border-right: #d3d3d3 1px solid;
}
.sumerise-block span
{
    display: block;
    height: 20px;
    line-height: 20px;
}
.sumerise-block span.title
{
    font-weight: bold;
    color: #727272;
}
.sumerise-block span.num
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.sumerise-block span.desc
{
    color: #a4a4a4;
}

.main-content table
{
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
}
.main-content table th, .main-content table td
{
    border: #CCCCCC 1px solid;
    padding: 10px;
    padding-left: 20px;
}
.main-content table th
{
    background: #fffceb;
    color: #af8700;
    text-align: left;
}
.main-content .input-item
{
    border: #999999 1px solid;
    padding: 3px;
}
.main-content .input-css
{
    margin-left: 20px;
    width: 80px;
    height: 25px;
    color: #000;
    border: #999999 1px solid;
    background-color: #EEEEEE;
}
.table-container .control-container
{
    height: 20px;
    padding: 3px;
    background-color: #ebebeb;
    border-left: #d4d4d4 1px solid;
    border-bottom: #d4d4d4 1px solid;
    border-right: #d4d4d4 1px solid;
}

.main-content .block
{
    padding: 0 10px 10px 20px;
}

