﻿
.lefttd
{
    text-align: center;
    width: 10%;
}
.righttd
{
    text-align: left;
    width: 35%;
}
.righttd2
{
    text-align: left;
    width: 23%;
}
.btntd
{
    text-align: left;
    width: 12%;
}
#ZMJSEL
{
    height: 20px;
}
#GYFSSEL
{
    height: 20px;
}

.gridHeader
{
    background-color: rgb(245, 245, 245);
    border: 1px solid #d4eaf9;
    border-collapse: collapse;
    color: #15428b;
    cursor: default;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    padding-left: 5px;
    vertical-align: middle;
}
#choose-box-wrapper
{
    width: 652px;
    background-color: #000;
    filter: alpha(opacity=100);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    display: none;
    background: #b9cfde url(images/modal-gloss.png) no-repeat -200px -80px;
}
#choose-box
{
    border: 1px solid #005EAC;
    width: 650px;
    background-color: white;
}
#choose-box-title
{
    background: #3777BC;
    color: white;
    padding: 4px 10px 5px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
#choose-box-title span
{
    font-family: Tahoma, Verdana, STHeiTi, simsun, sans-serif;
}

#choose-a-province, #choose-a-school
{
    margin: 5px 8px 10px 8px;
    border: 1px solid #C3C3C3;
}
#choose-a-province a
{
    display: inline-block;
    height: 15px;
    line-height: 15px;
    color: #005EAC;
    text-decoration: none;
    font-size: 9pt;
    font-family: Tahoma, Verdana, STHeiTi, simsun, sans-serif;
    margin: 2px 5px;
    padding: 1px;
    text-align: center;
}
#choose-a-province a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
#choose-a-province .choosen
{
    background-color: #005EAC;
    color: white;
}
#choose-box-bottom
{
    background: #F0F5F8;
    padding: 8px;
    text-align: right;
    border-top: 1px solid #CCC;
    height: 40px;
}
#choose-box-bottom input
{
    vertical-align: middle;
    text-align: center;
    background-color: #005EAC;
    color: white;
    border-top: 1px solid #B8D4E8;
    border-left: 1px solid #B8D4E8;
    border-right: 1px solid #114680;
    border-bottom: 1px solid #114680;
    cursor: pointer;
    width: 60px;
    height: 25px;
    margin-top: 6px;
    margin-right: 6px;
}
