﻿body {
    font-family: 微软雅黑;
    background-color: #ffffff;
    margin: 0px;
    color: #000000;
    font-size: 12px;
    overflow: hidden;
    margin-top: 0px;
}

.SearchContainer {
    width: 100%;
    background-color: #cccccc;
}

td, th {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TdTitle {
    height: 16px;
    width: 7%;
    text-align: center;
}

.TdContent {
    height: 16px;
    width: 18%;
    text-align: left;
}

.TdContentSearch {
    height: 16px;
    width: 18%;
    text-align: left;
}

.TdContent input[type="text"] {
    border: 1px solid #cccccc;
    height: 16px;
    line-height: 16px;
    width: 80%;
}

.TdContent input[type="checkbox"] {
    border: 1px solid #cccccc;
    height: 18px;
    margin-left: 0px;
}

.TdContent select {
}

.HrefStyle {
    color: darkblue;
    font-weight: bold;
}
