.input-select {
    font-size: 10pt;
    height: 20px;
    background-color: #fee99a;
    width: 100%;
}

.input-input {
    font-size: 10pt;
    height: 20px;
    border: 1px solid #669ff8;
    width: 90%;
}

.input-display {
    border: #D5D5D5;
    font-size: 10pt;
    height: 20px;
    width: 99%;
}

.select-display {
    border: 1px solid #D5D5D5;
    font-size: 10pt;
    height: 20px;
    width: 99%;
}

.select-input {
    border: 1px solid #669ff8;
    font-size: 10pt;
    height: 20px;
    width: 90%;
}

.select-select {
    background-color: #fee99a;
    font-size: 10pt;
    height: 20px;
    width: 100%;
}

.Catalogue {
    font-size: 10.8pt;
    float: left;
    margin-right: 20px;
    color: #0E609D;
    margin-top: 5px;
}

.li {
    list-style-type: none;
    font-size: 20px;
}

.tab {
    border: solid 1px #D5D5D5;
    border-collapse: collapse;
    height: auto;
}

.tab tr {
    border: 1px solid #D5D5D5;
    font-size: 10pt;
    font-family: 'Microsoft YaHei UI';
    font-weight: 500;
    background: #669ff8;
    color: #fff;
    height: 20px;
    padding: 0px;
}

/*����Gridview�ı�����ʽ*/
.GridView caption {
    font-size: 11pt;
    color: #000066;
    font-weight: 600;
    font-family: 'Microsoft YaHei UI';
}

.lii {
    list-style-type: none;
    border: 1px dotted #D5D5D5;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-collapse: collapse;
    padding: 7px;
    font-weight: 500;
    font-size: 10pt;
    font-family: 'Microsoft YaHei UI';
    color: #585858;
    cursor: pointer;
    white-space: nowrap;
}

.lii:hover {
    background: #f6f6f6;
}

.ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: -15px;
}

.lim {
    list-style-type: none;
    border: 1px dotted #D5D5D5;
    /*border-bottom-width: 0px;*/
    border-left-width: 0px;
    border-right-width: 0px;
    border-collapse: collapse;
    padding: 7px;
    font-weight: 500;
    height: 13px;
    font-size: 10pt;
    font-family: 'Microsoft YaHei UI';
    color: #585858;
    /*cursor: pointer;*/
    margin-left: -25px;
    margin-bottom: -1px;
    margin-top: -1px;
}


