﻿body
{
    font-size: 12px;
    margin:0;  /* 必须 */
    overflow-x:hidden;
}
#div_Container
{
    width: 960px;
    margin: 10px auto;
}
/* 列表 */
.tab_list
{
    vertical-align: middle;
    width:100%;
}
.tab_list th
{
    text-align: left;
    border-left:1px solid #ffffff;
    border-right:1px solid #C6CBCE;
    border-bottom:1px solid #C6CBD6;
    border-top:1px solid #ffffff;
    background-color:#F7F7F7;
    font-weight:normal;
    padding-left:5px;
    padding-right: 3px;
    padding-top:-0;
    padding-bottom:0;
    margin:0;
    height:22px;
}
.tab_list td
{
    border-bottom: 1px solid #DEDFEF;
    padding-left:5px;
    height:23px;
}

.tab_list a
{
    color:#000000;
    text-decoration:none;
}

.tab_list_Bottom
{
    background-color:#F7F7F7;
}

.tab_list_Bottom td
{
    border-top:1px solid #ffffff;
    border-bottom-width:0px;
    color:#7B869C;
    height:22px;
}

.tab_list_Bottom a
{
    color:#185594;
    text-decoration:underline;
}
.bluebar
{
    height:34px;
    line-height: 34px;
    border-bottom: 1px solid #ADC3DE;
    border-top:1px solid #ffffff;
    background-color:#C6DBF7;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#EFF7FF', StartColorStr='#D6E7F7');
}
.bluebar_Left
{
    float: left;
    padding-left:10px;
    position:relative;
    top:2px;
}
.bluebar_Right
{
    float: right;
    padding-right:10px;
    position:relative;
    top:2px;
}
.bluebar_Right div,.bluebar_Left div
{
    float:left;
}
.pagesize
{
    margin-top:-1px;
}
.pagesize a
{
    border:1px solid #6386AD;
    width:1.5em;
    line-height:1.2;
    display:inline-block;
    color:#185594;
    background-color:#ffffff;
    text-decoration:none;
    text-align:center;
}
.pagesize a:hover
{
    background-color:#F7F7F7;
}
.pagesize a.selected
{
    background-color:#E7E3DE;
}
.a_sequence
{
    color:#002758;
    text-decoration:none;
}