*{   
    box-sizing: border-box;
}
body {
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #1A1A1A;
    background-color: #F8F8F8;
}

img {
    vertical-align: middle;
}


table {
    font-size: 13px;
    border: 0;
    color: #1A1A1A;
    border-collapse: collapse;
}

th {
    border-color: #A4A4A4;
}

    th span {
        white-space: nowrap;
    }

td {
    border-color: #A4A4A4;
}

select {
    font-size: 13px;
}

input {
    font-size: 13px;
}

a {
    color: #1A1A1A;
    text-decoration: underline;
    cursor: pointer;
}

    a:hover {
        color: #D85D24;
    }

.a1 {
    color: #1A1A1A;
    text-decoration: none;
}

    .a1:hover {
        color: #D85D24;
    }

fieldset {
    margin: 5px 10px 15px 10px;
    padding: 5px 12px 12px 12px;
}

legend {
    padding: 0px 4px;
    margin: 0px 0px 7px 0px;
    color: #666666;
    font-weight: bold;
    font-size: 1em;
    vertical-align: middle;
}


.banner th {
    background-image: url(../../IMAGES/tdBack.jpg);
    white-space: nowrap;
    word-break: keep-all;
}

    .banner th * {
        margin-left: 10px;
        white-space: nowrap;
    }

.banner td {
    width: 100%;
    text-align: right;
    background-image: url(../../IMAGES/tdBack2.jpg);
}

    .banner td img {
        margin-left: 3px;
        margin-right: 6px;
    }

.keySaveAdd {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 90px;
    background-image: url(../../images/SaveAdd.gif);
    padding: 0px 0px 0px 0px;
}

.keySave {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 10px;
    width: 55px;
    background-image: url(../../images/Save.gif);
    padding: 0px 0px 0px 0px;
}

.keyLock {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 10px;
    width: 50px;
    background-image: url(../../images/Lock.gif);
    padding: 0px 0px 0px 0px;
}

.keyUnLock {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 10px;
    width: 65px;
    background-image: url(../../images/UnLock.gif);
    padding: 0px 0px 0px 0px;
}

.keySubmit {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 10px;
    width: 90px;
    background-image: url(../../images/submit.gif);
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
}

.keyUnSubmit {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 10px;
    width: 75px;
    background-image: url(../../images/unsubmit.gif);
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
}

.keyCancel {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Delete.gif);
    padding: 0px 0px 0px 0px;
}

.keyMSave {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 50px;
    background-image: url(../../images/MSave.gif);
    padding: 0px 0px 0px 0px;
}

.keyAdd {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Add.gif);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 3px 6px;
}

.keyDelete {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Delete2.gif);
    padding: 0px 0px 0px 0px;
}

.keyPrint {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Print.gif);
    padding: 0px 0px 0px 0px;
}

.keyProperty {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Property.gif);
    padding: 0px 0px 0px 0px;
}

.keyExport {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 20px;
    width: 55px;
    background-image: url(../../images/Export.gif);
    padding: 0px 0px 0px 0px;
}

.keyImport {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 20px;
    width: 55px;
    background-image: url(../../images/Import.gif);
    padding: 0px 0px 0px 0px;
}

.keyHelp {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Help.gif);
    padding: 0px 0px 0px 0px;
}

.keyQuery {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 60px;
    background-image: url(../../images/Qry.gif);
    padding: 0px 0px 0px 0px;
}

.keyApprove {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 60px;
    background-image: url(../../images/Audit.gif);
    padding: 0px 0px 0px 0px;
}

.keyRollback {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 60px;
    background-image: url(../../images/Audit.gif);
    padding: 0px 0px 0px 0px;
}

.KeyPre {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 15px;
    background-image: url(../../images/preb.gif);
    padding: 0px 0px 0px 0px;
}

.KeyNext {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 15px;
    background-image: url(../../images/nextb.gif);
    padding: 0px 0px 0px 0px;
}

.keyCheck {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/chkb.gif);
    padding: 0px 0px 0px 0px;
}

.keyBatCheck {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/batchkb.gif);
    padding: 0px 0px 0px 0px;
}

.keyPos {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Posb.gif);
    padding: 0px 0px 0px 0px;
}

.keyBodyAdd {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 23px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    font-weight: bold;
    width: 75px;
    background-image: url(../../images/add_0.jpg);
    padding: 0px 0px 0px 0px;
    margin-left: 10px;
}

.KeyBodyAdd1 {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 23px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 22px;
    font-weight: bold;
    width: 93px;
    background-image: url(../../images/add_1.jpg);
    padding: 0px 0px 0px 0px;
    margin-left: 10px;
}

.KeyUserView {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 20px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 90px;
    background-image: url(../../images/View.gif);
}

.KeyBack {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Back.gif);
}

.KeyCount {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/SYSEmpEdit02.gif);
}

.KeyCopy {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/copy.gif);
}

.KeyOffset {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/offset.gif);
}

.KeyFilter {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/filter.gif);
}

.KeySelect {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/Select.gif);
}

.KeyAudit {
    background-color: transparent;
    cursor: pointer;
    border: solid 0px #698FA6;
    /*color: black;*/
    height: 26px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: left;
    text-indent: 15px;
    width: 55px;
    background-image: url(../../images/yes.gif);
}

.KeySplit {
    height: 20px;
    margin-top: 2px;
    margin-bottom: 4px;
    vertical-align: bottom;
}


.button {
    background-image: url(../../images/button.jpg);
    border: solid 1px #49B3DB;
    color: black;
    width: 70px;
    height: 25px;
    cursor: pointer;
}
.button[disabled] {
    color: gray;
}

.button1 {
    background-image: url(../../images/button1.jpg);
    border: solid 1px #49B3DB;
    color: black;
    width: 25px;
    height: 70px;
    cursor: pointer;
}


.changeSearchMode {
    background-color: transparent;
    background-image: url(../../images/Search_03.gif);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    border: 0;
    text-decoration: underline;
    text-indent: 15px;
    *text-indent:18px;
    text-align:left;
}

.textbox {
    border: solid 1px #7E9DB9;
    width: 150px;
    height: 20px;
    margin-bottom: 1px;
    -webkit-appearance: none;
}

.textbox_query {
    vertical-align: top;
    border: solid 1px #7E9DB9;
    width: 126px;
    height: 20px;
    -webkit-border-radius: 0px;
    margin-bottom: 1px;
}


.textbox_date {
    border: solid 1px #7E9DB9;
    margin-bottom: 1px;
    width: 126px;
    height: 20px;
    vertical-align: top;
    -webkit-border-radius: 0px;
}

.inputNoBorder {
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    width: 150px;
    border-bottom: solid 1px black;
    background-color: transparent;
    margin-bottom: 1px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}

.inputBtnView {
    font-size: 13px;
    border: none 0px;
    width: 75px;
    height: 24px;
    cursor: pointer;
    background-image: url(../../images/btnbg_gray.jpg);
}

.inputBtnSel {
    font-size: 13px;
    border: none 0px;
    width: 75px;
    height: 22px;
    cursor: pointer;
    background-image: url(../../images/btnbg_orange.jpg);
}


.buttonOOS {
    background-image: url(../../images/btnbg_blue.jpg);
    border: none 0px;
    width: 104px;
    height: 24px;
    cursor: pointer;
}

.textbox_rem {
    border: solid 1px #7E9DB9;
    width: 90%;
    height: 80px;
    word-wrap: break-word;
}


.datagrid {
    color: #023062;
    background-color: White;
    /*yrz 调整IE11兼容性增加！*/
    border:1px solid #A4A4A4;
}

.header {
    color: #023062;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    height: 22px;
    position: relative;
    top: expression(this.offsetParent.scrollTop-1);
    /*yrz 调整IE11兼容性增加！*/
}


    .header td {
        background-color: #E1E1E1;
    }

.header1 {
    color: #023062;
    font-weight: bold;
    text-align: center;
    word-break: keep-all;
    height: 22px;
}

    .header1 td {
        background-color: #E1E1E1;
    }


.GridSolid {
    /*yrz 调整IE11兼容性增加！*/
    border: 1px solid #A4A4A4;
}

.header2 {
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
    top: expression(this.offsetParent.scrollTop);
}

    .header2 th {
        position: relative;
        background-color: #E1E1E1;
        border: 0px;
        border-left: solid 1px #A4A4A4;
        border-bottom: solid 1px #A4A4A4;
    }

.header3 {
    color: #023062;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    height: 22px;
    position: static;
    top: expression(this.offsetParent.scrollTop-1);
}

    .header3 td {
        background-color: #E1E1E1;
    }


.header4 {
    color: #023062;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    height: 22px; /*top: expression(this.offsetParent.scrollTop-1);*/
}

    .header4 td {
        background-color: #E1E1E1;
    }

.alternate {
    color: #023062;
    background-color: #FFFCE1;
    /*yrz 调整IE11兼容性增加！*/
    border: 1px solid #A4A4A4;
}

.alternate1 {
    color: #023062;
    background-color: #FFFCE1;
    border: solid 2px #CC0000;
}

.footer {
    background-color: #F0F0F0;
    padding-left: 20px;
    text-align: left;
    width: 98%;
}

    .footer th {
        font-weight: normal;
        text-align: right;
        word-break: keep-all;
        white-space: nowrap;
        padding: 2px;
    }

        .footer th ins {
            width: 50px;
        }

    .footer td {
        width: 100%;
        padding: 2px;
    }

        .footer td td {
            width: auto;
            word-break: keep-all;
            white-space: nowrap;
        }




.navigation_PerPage1 {
    background-color: White;
    color: #FF5A00;
    font-weight: bold;
    border: solid 2px #FF5A00;
}

.navigation_PerPage2 {
    background-color: White;
    color: gray;
    font-weight: bold;
    border: solid 2px gray;
}

.navigation_PageNo td {
    cursor: pointer;
}

.navigation_PageNo th {
    font-weight: normal;
    background-color: #FF5A00;
}

.navigation_PageNo font {
    font-size: 13px;
    width: 15px;
    text-align: center;
}


.star {
    color: Red;
    font-family: Fixedsys;
}

.to {
    width: 20px;
    height: 19px;
    text-align: center;
    word-break: keep-all;
}


.menu {
    border: 1px solid #6F8999;
    display: none;
    cursor: default;
    position: absolute;
    z-index:1000;
    background-color: #EEFAFC;
}

    .menu td {
        height: 25px;
        color: #25323A;
        word-break: keep-all;
    }


.menuitem {
    background-image: url(../../IMAGES/Main_04.jpg);
}

    .menuitem td {
        color: black;
        border-top: 1px solid #6F8999;
        border-bottom: 1px solid #6F8999;
    }

.menutop {
    border: 1px solid #FFEA6D;
    height: 21px;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 3px;
}

.menutop1 {
    border: 1px solid #6F8999;
    height: 21px;
    background-image: url(../../IMAGES/Main_03.jpg);
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
}

.menutop2 {
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
}


.MainMenu {
    background-color: #FFEA6D;
    color: #000000;
    border-bottom: solid 1px #414042;
    border-top: solid 1px #414042;
    height: 25px;
}

    .MainMenu span {
        color: #000000;
    }

.MainGroupDiv {
    width: 160px;
    height: 100%;
    overflow: auto;
    background-color: #EEFAFC;
    border: solid 1px #8AABC3;
}

.MainGroupTD {
    cursor: pointer;
    border-bottom: solid 1px #8AABC3;
    background-image: url(../../IMAGES/Main_05.jpg);
    height: 30px;
}

    .MainGroupTD td {
        font-weight: bold;
        font-size: 13px;
        color: #25323A;
    }

.MainGroupTD1 {
    cursor: pointer;
    border-bottom: solid 1px #8AABC3;
    background-image: url(../../IMAGES/Main_06.jpg);
    height: 30px;
}

    .MainGroupTD1 td {
        font-weight: bold;
        font-size: 13px;
        color: #25323A;
    }

.MainGroupTD2 {
    border-bottom: solid 1px #8AABC3;
    text-align: center;
}

.MainModuleTD {
    cursor: pointer;
    font-size: 13px;
    color: #25323A;
    text-align: left;
}

.MainModuleTD1 {
    cursor: pointer;
    border: solid 1px #D9A336;
    background-image: url(../../images/Main_17.jpg);
    font-size: 13px;
    color: #25323A;
    text-align: left;
}

    .MainModuleTD1 b {
        color: Orange;
    }

.fixedtd ,tr.fixedtd td{position: relative;z-index: 1;}

/*IE8 Hack*/
