﻿body {
    margin-top: 0px;
    margin-left: 0px;
    background-color: white;
    font-size: 12px;
}



.checkbox_oa {
    vertical-align: middle;
}

a:link {
    color: #27408B;
    text-decoration: none;
}

a:visited {
    color: #27408B;
    text-decoration: none;
}

a:hover {
    color: Red;
    text-decoration: underline;
}

.a_style {
    color: #27408B;
    text-decoration: none;
    border-style: none;
    background-color: none;
}

.a_style:hover {
        color: Red;
        text-decoration: underline;
        cursor: pointer;
}

.auto-height-textbox {
    height: auto;
    min-height: 40px; /* 设置一个最小高度以确保总是有一些可见的高度 */
    white-space: pre-wrap; /* 允许自动换行 */
    white-space: -moz-pre-wrap; /* 兼容 Firefox */
    white-space: -o-pre-wrap; /* 兼容 Opera */
    word-wrap: break-word; /* 单词过长时断开单词 */
}

.cursor_pointer {
    cursor: pointer;
}

.checkbox {
    vertical-align: middle;
}

.circle_red {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: red;
    color: white;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.hint {
    text-align: left;
    color: #FF8000;
    margin: 5px 50px 5px 50px;
    font-family: '宋体';
    line-height: 20px;
}



.li_horizontal {
    margin-left: 10px;
    vertical-align: middle;
    float: left;
    list-style-type: none;
}

.li_option {
    list-style: none;
    padding: 5px;
    margin: 0;
    cursor: pointer;
    border-radius: 5px;
}

    .li_option:hover {
        background-color: #EEEEEE;
    }


.min_width_50 {
    min-width: 50px;
}

.min_width_80 {
    min-width: 80px;
}

.min_width_100 {
    min-width: 100px;
}

.min_width_120 {
    min-width: 120px;
}

.min_width_150 {
    min-width: 150px;
}

.min_width_200 {
    min-width: 200px;
}

.min_width_1200 {
    min-width: 1200px;
}

.min_width_1500 {
    min-width: 1500px;
}

.cell_no_right_border {
    border-right-style:none;
    border-right-width:0px;
}

.cell_no_left_border {
    border-left-style: none;
    border-left-width:0px;
}

.title {
    padding: 10px 5px 5px 5px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
}

.table_1 {
    padding: 2px 2px 2px 2px;
    width: 99%;
    font-size: 13px;
}

.table_da {
    margin: 1px;
    padding: 1px;
    width: 99%;
    font-size: 13px;
    background-color: WHITE;
    line-height: 30px;
}

.tableForm {
    border-collapse: collapse;
    margin: auto;
}

.table_label {
    background-color: #E9F0F8;
    font-family: Microsoft Yahei;
    word-wrap:break-word;
    word-break:break-all;
}

.ui_select {
    display: inline-block;
    border: 1px solid #CCCCCC;
    padding: 5px;
    border-radius: 5px;
}

.wait {
    border: 5px solid #87cefa;
    width: 250px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 50%;
    margin-left: -130px;
    top: 50%;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-align: center;
    background-color: #f9f9f9;
}

.imgmid {
    vertical-align: middle;
}

.nav a:link {
    color: #27408B;
    text-decoration: none;
}

.nav a:visited {
    color: #27408B;
    text-decoration: none;
}

.nav a:hover {
    color: Red;
    text-decoration: underline;
}

.btn_form {
    width: 60px;
}

.btn_head {
    font-style: italic;
}

.cell_left {
    padding-left: 5px;
    text-align: left;
    white-space: nowrap;
}

.cell_right {
    padding-right: 5px;
    text-align: right;
    white-space: nowrap;
}

.cell_center {
    padding-left: 5px;
    text-align: center;
    white-space: nowrap;
}

.control_center {
    margin: auto;
    padding: 0px 0px 0px 0px;
}

.hidden {
    visibility: hidden;
}

.control_nowrap {
    display: inline;
}

.detail {
    color: #8B1A1A;
    white-space: normal;
}

.div1 {
    padding-bottom: 5px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




.PageBorder {
    padding: 10px;
    border: 1px solid #000;
    -moz-box-shadow: 5px 5px 5px gray;
    -webkit-box-shadow: 5px 5px 5px gray;
    box-shadow: 5px 5px 5px gray;
    background: rgb(247, 250, 255); /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000');*/
}




.headline {
    text-align: center;
    font-size: 11pt;
}

.displaynone {
    display: none;
}

.input {
    font-size: 9pt;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #333333;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #999999;
    background-color: #F6F6F6;
}

.input_selectAndtext {
    font-size: 13px;
    background-color: #E9F0F8;
    border-top-width: 1px;
    border-right: #D8D8D8 1px solid;
    border-bottom: #D8D8D8 1px solid;
    border-left-width: 1px;
    font-family: 宋体;
    color: #000000;
    vertical-align: middle;
}

.search_row {
    background-color: WHITE;
    font-family: "宋体";
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    height: 25px;
}



.trhead {
    background-color: #CCDEEE;
    font-family: "宋体";
    font-size: 12px;
    text-decoration: none;
}

.rowtitle {
    background-color: #F8FAFC;
    font-family: "宋体";
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    height: 25px;
}

.tr3 {
    background-color: #D0F9E6;
    font-family: "宋体";
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}

td.col1 {
    width: 5%;
    text-align: right;
    padding-right: 5px;
    padding-left: 10px;
}

td.col2 {
    width: 45%;
    text-align: left;
}

td.col4 {
    width: 20%;
    text-align: left;
}

td.topback {
    background: url('../images/DeskTop_0.gif');
}



.todyaColor {
    background-color: aqua;
}

.width1 {
    width: 90px;
}

.width2 {
    width: 120px;
}

.width3 {
    width: 287px;
    border-color: #6BDEFC;
}



#winpop {
    width: 200px;
    height: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #999999;
    margin: 0;
    padding: 1px;
    overflow: hidden;
    display: none;
    background: #FFFFFF;
}

    #winpop .title {
        width: 100%;
        height: 20px;
        line-height: 20px;
        background: #FFCC00;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
    }

    #winpop .con {
        width: 100%;
        height: 80px;
        line-height: 20px;
        font-weight: bold;
        font-size: 12px;
        color: #FF0000;
        text-decoration: underline;
        text-align: left;
        padding-left: 10px;
    }

#silu {
    font-size: 13px;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 0px;
    text-align: right;
    text-decoration: underline;
    line-height: 22px;
}

.close {
    position: absolute;
    right: 4px;
    top: -1px;
    color: #FFFFFF;
    cursor: pointer;
}





TEXTAREA {
    border-top-width: 1px;
    border-left-width: 1px;
    font-size: 12px;
    border-bottom-width: 1px;
    border-right-width: 1px;
}



A.thisclass {
    font-weight: bold;
    text-decoration: none;
}

    A.thisclass:hover {
        font-weight: bold;
    }

A.navlink {
    color: #000000;
    text-decoration: none;
}

    A.navlink:hover {
        color: #003399;
        text-decoration: none;
    }

.twidth {
    width: 760px;
}

.content {
    font-size: 14px;
    margin: 5px 20px;
    line-height: 140%;
    font-family: Tahoma,宋体;
}

.aTitle {
    font-weight: bold;
    font-size: 15px;
}

TD.forumHeaderBackgroundAlternate {
    background-image: url('../images/admin_top_bg.gif');
    color: #000000;
    background-color: #799ae1;
}

#TableTitleLink A:link {
    color: #ffffff;
    text-decoration: none;
}

#TableTitleLink A:visited {
    color: #ffffff;
    text-decoration: none;
}

#TableTitleLink A:active {
    color: #ffffff;
    text-decoration: none;
}

#TableTitleLink A:hover {
    color: #ffffff;
    text-decoration: underline;
}

TD.forumRow {
    padding-right: 3px;
    padding-left: 3px;
    background: #f1f3f5;
    padding-bottom: 3px;
    padding-top: 3px;
}

TD.bodytitle {
    background-image: url('../images/admin_bg_2.gif');
}

TD.bodytitle1 {
    background-image: url('../images/admin_bg_3.gif');
}

TD.tablebody1 {
    padding-right: 3px;
    padding-left: 3px;
    background: #bebbdb;
    padding-bottom: 3px;
    padding-top: 3px;
}

TD.forumRowHighlight {
    padding-right: 3px;
    padding-left: 3px;
    background: #e4edf9;
    padding-bottom: 3px;
    padding-top: 3px;
}

.tableBorder {
    border-right: #183789 1px solid;
    border-top: #183789 1px solid;
    border-left: #183789 1px solid;
    width: 98%;
    border-bottom: #183789 1px solid;
    background-color: #ffffff;
}

.tableBorder1 {
    width: 98%;
}

.helplink {
    font: 10px verdana,arial,helvetica,sans-serif;
    cursor: help;
    text-decoration: none;
}

.copyright {
    padding-right: 1px;
    border-top: #6595d6 1px dashed;
    padding-left: 1px;
    padding-bottom: 1px;
    font: 11px verdana,arial,helvetica,sans-serif;
    color: #4455aa;
    padding-top: 1px;
    text-decoration: none;
}

.menuskin {
    border: 1px solid #666666;
    background-image: url('../../skins/default/dvmenubg3.gif');
    visibility: hidden;
    font: 12px Verdana;
    background-repeat: repeat-y;
    position: absolute;
    background-color: #efefef;
}

    .menuskin A {
        padding-right: 10px;
        padding-left: 25px;
        behavior: url(inc/noline.htc);
        color: black;
        text-decoration: none;
    }

#mouseoverstyle {
    border-right: #597db5 1px solid;
    padding-right: 0px;
    border-top: #597db5 1px solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 2px;
    border-left: #597db5 1px solid;
    padding-top: 0px;
    border-bottom: #597db5 1px solid;
    background-color: #c9d5e7;
}

    #mouseoverstyle A {
        color: black;
    }

.menuitems {
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    margin: 2px;
    word-break: keep-all;
    padding-top: 1px;
}

PagerCss TD A:hover {
    width: 20px;
    color: black;
    padding-left: 4px;
    padding-right: 4px;
}

.PagerCss TD A:active {
    width: 20px;
    color: black;
    padding-left: 4px;
    padding-right: 4px;
}

.PagerCss TD A:link {
    width: 20px;
    color: black;
    padding-left: 4px;
    padding-right: 4px;
}

.PagerCss TD A:visited {
    width: 20px;
    color: black;
    padding-left: 4px;
    padding-right: 4px;
}

.PagerCss TD SPAN {
    font-weight: bold;
    font-size: 15px;
    width: 20px;
    color: red;
    padding-left: 4px;
    padding-right: 4px;
}

.nowarp {
    display: inline;
}

.BorderCollapse {
    border-collapse: collapse;
}
