/* CSS Document       active     normal  */
/* Reset */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, textarea, th, td {
    margin: 0;
    padding: 0;
}


body, button, input, select, textarea {
    font: 12px/1 "Segoe UI", Arial, Helvetica,sans-serif;
    word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

* {
    color: #4c4948;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new,courier,monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    border: 0px solid black;
}

    a:hover {
        text-decoration: underline;
    }

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
    width: 75px;
}

field {
    margin-top: 4px;
    margin-bottom: 2px;
}

img {
    border: 0;
}

button, input, select {
    font-size: 100%;
    outline: none;
    margin-left: 0px;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table td {
        padding: 2px;
    }

    table th {
        line-height: 24px;
        font-weight: bold;
    }

.rtlTable {
    table-layout: auto !important;
    width: 100% !important;
}

a {
    text-decoration: none;
    font-style: normal;
    outline: none;
}

    a:link, a:visited {
        text-decoration: none;
    }

.PersonA {
    font-style: normal;
    text-decoration-line: underline;
    border-bottom: 1px solid #808080;
}

/*.rgSelectedRow td {
    color:white;
}

.rgSelectedRow td .PersonA {
    color: white;
     font-style: normal;
    text-decoration-line:underline;
    border-bottom: 1px solid white;
}*/

.td_right {
    text-align: right;
}

.td_center {
    text-align: center;
}

.min-width {
    min-width: 1024px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1024?"1024px":"");
}

.textbox-width {
    width: 80px;
}

.box {
    width: 1000px;
    margin: 0 auto;
}

.none {
    display: none;
}

.flet {
    float: left;
}

.headerMain .flet {
    width: 140px;
    height: 61px;
    line-height: 64px;
    padding-left: 240px;
    padding-top: 8px;
    font-weight: bold;
    color: #484a4a;
}

.frig {
    float: right;
    text-align: right;
}

/*清除浮动*/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    zoom: 1;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    zoom: 1;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*辅助样式*/
.blank0 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0px;
    overflow: hidden;
}

.blank9 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 9px;
    overflow: hidden;
}

.blank32 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 32px;
    overflow: hidden;
}

/*补白*/
.magtp3_0 {
    margin: 3px 15px 0 7px;
    _margin-top: 0px 15px 0px 7px;
}

.magtp4 {
    margin-top: 4px;
}

.maglf11 {
    margin-left: 11px;
}

/*生产经营 头部logo*/
.header {
    height: 98px;
    min-width: 1000px;
    background: url(../images/headerbg.gif) repeat-x 0 0;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

.headerMain, .headrNav {
    margin: 0 auto;
}
/*头部logo*/
.headerMain {
    height: 70px;
    background: url(../images/logosc.png) no-repeat;
    background-color: #e7dfc4;
    position: relative;
    z-index: 100;
}
    /*头部 右侧导航*/
    .headerMain .headerMtp {
        margin-right: 10px;
        display: inline;
        float: right;
    }

        .headerMain .headerMtp a {
            float: left;
            width: 72px;
            margin-left: 2px;
            height: 29px;
            line-height: 29px;
            display: inline-block;
            background: url(../images/headerMtp.gif) no-repeat 0 0;
            color: #fff;
            text-align: center;
        }

            .headerMain .headerMtp a:hover, .headerMain .headerMtp a.active {
                background-position: 0 -31px;
            }
    /*切换效果  只需要添加  active*/
    /*头部用户信息 与 管理*/
    .headerMain p {
        color: #4c4948;
        margin: 42px 10px 0 0;
        display: block;
    }

        .headerMain p em {
            padding: 0 12px;
            display: inline-block;
        }

        .headerMain p a {
            color: #c8161d;
        }

/*头部导航*/
.headerNav {
    height: 29px;
    background-color: #c4151c;
}

    .headerNav li {
        float: left;
        position: relative;
        height: 29px;
        z-index: 5;
    }

        .headerNav li span {
            display: block;
            line-height: 29px;
            text-align: center;
            margin: 0 8px 0 9px;
            color: #efefef;
            font-weight: bold;
            cursor: pointer;
        }

            .headerNav li span a {
                color: #efefef;
                font-weight: bold;
            }

                .headerNav li span a:hover {
                    color: #fdd387;
                }

            .headerNav li span:hover {
                color: #fdd387;
            }

            .headerNav li span b {
                display: none;
                font-size: 0;
                line-height: 0;
                overflow: hidden;
                z-index: 21;
                width: 11px;
                height: 6px;
                position: absolute;
                left: 20px;
                background: url(../images/navsj.gif) no-repeat bottom;
                bottom: -1px;
                _bottom: -2px;
            }
        /*子导航栏代码*/
        .headerNav li .i-item {
            background: none;
            position: absolute;
            top: 25px;
            left: 0;
            display: none;
            _width: 1px;
        }

.menuFrame {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.headerNav .i-item .sonnav {
    margin-top: 4px;
    padding: 15px 20px;
    background-color: #feebbe;
    /*background: url(../images/headerbg.gif) repeat-x 0 -101px #aaacab;*/
    border: solid 1px #f39880;
}

.headerNav .sonnav dl {
    border-bottom: 1px dashed #9fa0a0;
    display: block;
    padding: 8px 0;
}

.headerNav .sonnav dt {
    line-height: 14px;
    color: #b81c20;
    font-weight: bold;
    float: left;
    width: 160px;
}

    .headerNav .sonnav dt a {
        color: #b81c20;
    }

.headerNav .sonnav dd {
    float: left;
    width: 350px;
    padding-left: 22px;
    padding-top: 8px;
}

    .headerNav .sonnav dd a {
        border-left: 1px solid #CCCCCC;
        color: #584a3d;
        float: left;
        font-family: "宋体";
        font-size: 12px;
        font-weight: normal;
        line-height: 14px;
        margin-left: 4px;
        margin-bottom: 2px;
        padding-left: 4px;
        text-align: center;
        min-width: 70px;
        _width: 70px;
    }

.headerNav .sonnav a:hover {
    color: #ed6c00;
}
/*production  生产经营 头部结束*/

/*当前位置与消息*/
.bread {
    height: 29px;
    padding: 0 10px;
    background: #f7f8f8;
    position: relative;
    border-bottom: solid 1px #ddddde;
    display: none;
}

    .bread .sjptplf, .bread .sjptprg {
        width: 3px;
        height: 3px;
        position: absolute;
        display: inline-block;
        top: 0;
        line-height: 0;
        font-size: 0;
        background: url(../images/topsjlr.gif) no-repeat;
    }

    .bread .sjptplf {
        background-position: 0 0;
        left: 0;
    }

    .bread .sjptprg {
        background-position: -3px 0;
        right: 0;
    }
    /*left*/
    .bread .breadlf, .bread .breadrg {
        height: 26px;
        padding-top: 3px;
        line-height: 26px;
    }

.breadlf span, .breadlf em, .breadlf a {
    float: left;
}

.breadlf span {
    width: 4px;
    height: 7px;
    background: url(../images/breadsj.gif) no-repeat;
    margin: 10px 7px 0 7px;
    display: inline-block;
}

.breadlf a, .breadlf em, .breadrg {
    color: #4c4948;
}
/*right  消息提示*/
.breadrg {
    background: url(../images/sound.gif) no-repeat left 7px;
    padding-left: 24px;
}

    .breadrg span {
        color: #c8161d;
        font-weight: bold;
        margin: 0 7px;
    }


/*foont  bottom*/
.foont {
    height: 27px;
    line-height: 27px;
    background: url(../images/foontbg.gif) repeat-x;
    border-top: solid 1px #ddddde;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

    .foont p {
        color: #898989;
    }

    .foont .sjpbmlf, .foont .sjpbmrg {
        height: 2px;
        width: 2px;
        line-height: 0;
        position: absolute;
        bottom: 0;
        _bottom: -1px;
        font-size: 0;
        display: inline-block;
        background: url(../images/foontbmsj.gif) no-repeat;
    }

    .foont .sjpbmlf {
        background-position: 0 0;
        left: 0;
    }

    .foont .sjpbmrg {
        background-position: -2px 0;
        right: 0;
    }

/*404报错页面。html*/
.r404 {
    width: 365px;
    height: 221px;
    background: url(../images/err404.gif) repeat-x;
    margin: 0 auto;
    position: relative;
}

.r404lf, .r404rg {
    position: absolute;
    width: 11px;
    height: 221px;
    background: url(../images/er404lr.gif) no-repeat;
    top: 0;
}

.r404lf {
    background-position: 0 0;
    left: -11px;
}

.r404rg {
    background-position: -11px 0;
    right: -11px;
}

.r404 .logo404 {
    margin: 51px 0 0 126px;
}

.r404 p {
    height: 46px;
    line-height: 46px;
    margin-top: 7px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #c8161d;
}

.r404 .rpage {
    height: 23px;
    line-height: 23px;
    width: 100%;
    margin-left: 32px;
}

    .r404 .rpage span {
        float: left;
    }

    .r404 .rpage em {
        color: #c8161d;
        float: left;
    }

    .r404 .rpage a {
        height: 23px;
        width: 22px;
        background: url(../images/refticon.gif) no-repeat;
        display: inline-block;
        margin: 0 7px;
        float: left;
    }

        .r404 .rpage a.return {
            background-position: 0 0;
        }
        /*返回*/
        .r404 .rpage a.refresh {
            background-position: 0 -24px;
        }
/*刷新*/

#dvLeftRightSplitter div {
    height: 100%;
    float: left;
    margin: -10px 0px -10px 0px;
}

.dvSplitter {
    width: 5px;
    background-color: rgb(181, 181, 182);
    cursor: col-resize;
}

.dvQuery {
    border: solid 1px #ededed;
    padding: 10px;
}

.cap {
    text-align: right;
}

.dvButtons {
    padding: 10px 0px 5px 10px;
}

.dvButtonsRight {
    float: right;
    padding: 3px 10px 0px 0px;
}

.areaTitle {
    color: #ea5504;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

    .areaTitle span {
        font-weight: normal;
        margin-left: 7px;
    }

.rtsTxt {
    line-height: 23px;
}

.rtsIn {
    height: 26px;
}

.ipt {
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 4px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: medium none;
    WIDTH: 100%;
    COLOR: #000099;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: medium none;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #eeffff;
    TEXT-ALIGN: center;
}

.ipt1 {
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 4px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: medium none;
    WIDTH: 100%;
    COLOR: #000099;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: medium none;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #eeffff;
}

.bg {
    BACKGROUND-COLOR: #eeffff;
}

.iptRed {
    WIDTH: 100%;
    COLOR: #000099;
    font-size: 12px;
    border: 1px solid #8db495;
    BACKGROUND-COLOR: red;
    TEXT-ALIGN: center;
    height: 20px;
    margin: -4px -4px -4px -4px;
}

.text {
    WIDTH: 100%;
    COLOR: #000099;
    font-size: 12px;
    border: 1px solid #8db495;
    TEXT-ALIGN: center;
    height: 20px;
    margin: -4px -4px -4px -4px;
    line-height: 100%;
}

.textarea {
    WIDTH: 100%;
    COLOR: #000099;
    font-size: 12px;
    border: 1px solid #8db495;
    TEXT-ALIGN: left;
    margin: -4px -4px -4px -4px;
}

.maxh300 {
    max-height: 310px;
}

.wfHead {
    color: #ffffff;
    background-color: #49a5d2;
    text-align: left;
    line-height:23px;
    font-weight:bold;
}

.languageTxtSingle {
    background: white no-repeat;
    padding-left: 22px;
    margin: 2px 0px 2px 0px;
}

.languageTxtMulti {
    background: white no-repeat;
    background-position: center center;
    margin: 2px 0px 2px 0px;
}

.languageOptionDiv {
    position: absolute;
    display: none;
    background-color: white;
    z-index: 99999;
}

    .languageOptionDiv iframe {
        border: none;
        position: absolute;
        z-index: -1;
    }

.tableClass1 {
    width: 100%;
    border: 1px solid #ededed;
}

.tableClass2 {
    width: 100%;
}

    .tableClass2 .headTD {
        display: none;
    }

.tableClass1 .bodyTD {
    display: inline;
}

.tableClass2 .bodyTD {
    display: none;
}

.bodyTD textarea {
    width: 100%;
    background-color: #f7f8f8;
    height: 38px;
}

.loadingPanelDiv {
    position: absolute;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000000;
    display: none;
    background: url(../images/loading.gif) no-repeat white;
    background-position: center;
}

.loadingPanelDivNoGif {
    position: absolute;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000000;
    display: none;
    background-color: white;
    background-position: center;
}

div.RadGrid_Default {
    border: 1px solid #e9ca80;
    color: #595757;
    line-height: 16px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: white;
    margin-top: 0px;
}

.RadGrid_Default .rgMasterTable .rgRow td {
    padding: 0px 5px 0px 5px;
    line-height: 16px;
    border-right: 1px solid #d3d3d4;
    vertical-align: middle;
    border-bottom: 1px solid #d3d3d4;
    height: 26px;
}

.RadGrid_Default .rgMasterTable .rgRow {
    background-color: white;
}

.RadGrid_Default .rgMasterTable .rgAltRow td {
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    line-height: 16px;
    border-right: 1px solid #d3d3d4;
    border-bottom: 1px solid #d3d3d4;
    height: 26px;
}

.RadGrid_Default .rgMasterTable .rgAltRow {
    background-color: white;
}

.RadGrid_Default .rgMasterTable .rgHeader {
    padding: 0px 5px 0px 5px;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    font-weight: bold;
    height: 31px;
    border-right: 1px solid #d3d3d4;
    border-bottom: 1px solid #d3d3d4;
    background: url("../Images/Grid_Title.gif") repeat-x;
    background-color: #ddd2b2;
}

    .RadGrid_Default .rgMasterTable .rgHeader td {
        background-color: #ddd2b2;
    }

.RadGrid .rgPager .rgPagerCell {
    background: url("../Images/Grid_Foot.gif") repeat-x;
}

.RadGrid .rgPager tr td {
    border: 0px;
}

.RadGrid .rgPager tr {
    border-width: 0px 1px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #d3d3d4 transparent transparent;
}

.RadGrid .rgPager table {
    border: 0px;
}

.RadGrid .rgPager {
    border: 0px;
}

.RadGrid_Default .rgSelectedRow {
    background: #fffcdb;
}

    .RadGrid_Default .rgSelectedRow td {
        background-color: #fffcdb;
    }

        .RadGrid_Default .rgSelectedRow td a {
            color: black;
        }

/*input[type="button"] {
    border: 0px;
    background: url("../Images/Button.gif") no-repeat;
    width: 49px;
    height: 29px;
    color: white;
}

input[type="submit"] {
    border: 0px;
    background: url("../Images/Button.gif") no-repeat;
    width: 49px;
    height: 29px;
    color: white;
}*/

.rddtSearchButton {
    left: auto;
    top: 50%;
    width: 12px;
    height: 12px;
    right: 40px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: -6px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: none;
    position: absolute;
    background-image: url("../Images/111.gif");
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent;
    cursor: pointer;
}

.rddtSearchDiv {
    z-index: 10000;
    position: absolute;
    padding: 0px 0px 0px 0px;
    border: 1px solid black;
    background-color: #eaeaea;
    display: none;
}

    .rddtSearchDiv input {
        border-color: black;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        margin: 5px 5px 5px 5px;
    }
