.classFrame {
    margin: 0px;
    width: 100%;
    height: 100%;
}

.classTitle {
    background-color: buttonface;
    height: 22px;
    font-size: 9pt;
    font-family: 宋 体;
    padding: 4px;
    font-weight: bold;
}

.classSearchTitle {
    font-family: 宋 体;
    font-size: 9pt;
}

.classTextAlign {
    text-align: right;
}

.classEditTitle {
    font-family: 宋 体;
    font-size: 9pt; /*color:darkblue;*/
    white-space: nowrap;
}

.classEditTable {
    BORDER-RIGHT: buttonface 1px solid;
    BORDER-TOP: buttonface 1px solid;
    BORDER-LEFT: buttonface 1px solid;
    BORDER-BOTTOM: buttonface 1px solid;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px;
    BACKGROUND-COLOR: white;
}

.classSearchTable {
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    BACKGROUND-COLOR: #eeeeee;
}

.classEditTable2 {
    BORDER-RIGHT: buttonface 1px solid;
    BORDER-TOP: buttonface 1px solid;
    BORDER-LEFT: buttonface 1px solid;
    BORDER-BOTTOM: buttonface 1px solid;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    BACKGROUND-COLOR: white;
}

.classEditBody {
    border: 0;
    background: #eeeeee;
    scroll: auto;
    margin: 0px;
    font-family: 宋 体;
    font-size: 9pt;
}

.classSearchBody {
    border: 0px;
    margin: 5px;
    background-image: url( "../images/search_bg.jpg" );
    overflow-y: auto;
    overflow-x: hidden;
}

.classListBody {
    border: 0;
    scroll: auto;
    margin: 0px;
    font-family: 宋 体;
    font-size: 9pt;
}

.classDiv {
    BORDER: silver 1px solid;
    overflow: auto;
    color: green;
    SCROLLBAR-FACE-COLOR: #6699cc;
    SCROLLBAR-HIGHLIGHT-COLOR: #6699cc;
    SCROLLBAR-SHADOW-COLOR: #cccccc;
    SCROLLBAR-3DLIGHT-COLOR: #cccccc;
    SCROLLBAR-ARROW-COLOR: #cccccc;
    SCROLLBAR-TRACK-COLOR: #cccccc;
    SCROLLBAR-DARKSHADOW-COLOR: #6699cc;
}

.classDivReadonly {
    BORDER: silver 1px solid;
    overflow: auto;
    color: green;
    background: #dcdcdc;
    SCROLLBAR-FACE-COLOR: #6699cc;
    SCROLLBAR-HIGHLIGHT-COLOR: #6699cc;
    SCROLLBAR-SHADOW-COLOR: #cccccc;
    SCROLLBAR-3DLIGHT-COLOR: #cccccc;
    SCROLLBAR-ARROW-COLOR: #cccccc;
    SCROLLBAR-TRACK-COLOR: #cccccc;
    SCROLLBAR-DARKSHADOW-COLOR: #6699cc;
}

.divProcessBar {
    position: absolute;
    left: -300px;
    top: -180px;
    z-index: 1000;
    font-size: 9pt;
    font-family: 宋 体;
    border: 1px solid gray;
    background-Color: white
}

.readonly {
    background: #dcdcdc;
}

.lister2 {

    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: silver 1px solid;
    BORDER-LEFT: silver 1px solid;
    BORDER-BOTTOM: silver 1px solid;
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px;
    BACKGROUND-COLOR: white;
}

.classDotLine {
    border: 1px dotted #001403;
    width: 100%;
}

td {
    border:0;
    font-size: 9pt;
    font-family: 宋 体;
    white-space: nowrap;
}

span, div, p {
    font-size: 9pt;
    font-family: 宋 体;
}

input {
    font-size: 9pt;
    font-family: 宋 体;
    border: silver 1px solid;
    color: green;
    width: 80px;
}


.classDateInput {
    font-size: 9pt;
    font-family: 宋 体;
    border: silver 1px solid;
    color: green;
    width: 45px;
    background: #dcdcdc;
}

.classChecked {
    font-size: 9pt;
    width: 15px;
    font-family: 宋 体;
    border: 0;
}

textarea {
    font-family: 宋 体;
    font-size: 9pt;
    border: silver 1px solid;
    color: green;
    overflow: auto;
}

select {
    font-size: 9pt;
    font-family: 宋 体;
    border: silver 1px solid;
    color: black;
    width: 130px;
}

button {
    font-family: 宋 体;
    font-size: 9pt;
    background-image: url( "../images/button_bg.gif" );
    border-bottom: #15588f 1px solid;
    border-left: #15588f 1px solid;
    border-right: #15588f 1px solid;
    border-top: #15588f 1px solid;
    height: 20px;
    width: 75px;
}



.classMainBody {
    background-color: transparent;
    margin: 0;
    overflow: hidden;
}

.classTabBar {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

a:link, a:visited {
    color: #002095;
    text-decoration: none;
    font-size: 9pt;
    font-family: 宋 体
}

a:hover, a:active {
    color: red;
    text-decoration: none;
    font-size: 9pt;
    font-family: 宋 体
}

a {
    color: darkgreen;
    cursor: hand;
    font-size: 9pt;
    font-family: 宋 体
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}