/***************************************************
 * 表格样式定义
 ****************************************************/
.tableForm {
    font-family: verdana;
    font-size: 9pt;
    cursor: default;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin-top: 10px;
}

.tableForm th {
    FONT-SIZE: 9pt;
    COLOR: black;
    font-family: "宋体";
    background-color: #eeeeee;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding-right: 2px;
    padding-left: 8px;
}

.tableForm tr {
    FONT-SIZE: 9pt;
    COLOR: #555555;
    height: 30px;
}

.tableForm td {
    FONT-SIZE: 9pt;
    COLOR: #160c0c;
    font-family: "宋体";
    border: 1px solid #cccccc;
    padding-left: 8px;
    padding: 2px;
}

input.BigInput3 {
    font-size: 9pt;
    text-align: center;
    BORDER-BOTTOM: 1px solid #95B8E7;
    BORDER-LEFT: 0px solid;
    BORDER-RIGHT: 0px solid;
    BORDER-TOP: 0px solid;
    background-color: transparent;
}