/* CSS Document */


@charset "utf-8";
body {
    background-attachment: fixed;
    background-image: url("../images/zfwybodybg.jpg");
    background-repeat: no-repeat;
}
#ajaxLoadDiv {
    background: url("../images/overlay.png") repeat scroll 0 0 ;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 10000;
}
.ajaxLoadIcon {
    background-color: #fff;
    border: 1px dashed black;
    left: 45%;
    overflow: hidden;
    position: absolute;
    top: 40%;
    width: 150px;
    z-index: 10000;
}
.ajaxLoadIcon span.ajaxIcon {
    background-image: url("../images/ajaxLoad.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 150px;
}
.ajaxLoadIcon span.ajaxInfo {
    color: #000;
    display: block;
    line-height: 30px;
    margin-left: 50px;
    width: 100px;
}
.dialogMsg {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 8px #666;
    display: none;
    overflow: hidden;
    position: absolute;
    width: 300px;
}
.dialogMain {
    background: none repeat scroll 0 0 #eef2f3;
    box-shadow: 0 0 8px #666;
    display: none;
    overflow: hidden;
    position: absolute;
}
.dialoghead {
    background: url("../images/title_bg.png") repeat-x scroll 0 0 transparent;
    cursor: move;
    height: 36px;
    line-height: 36px;
    position: relative;
}
.dialoghead_title {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.dialoghead_close {
    background: url("../images/close_icon.gif") no-repeat scroll 0 0 ;
    cursor: pointer;
}
.dialoghead_inco {
    display: block;
    height: 12px;
    overflow: hidden;
    text-indent: -99999px;
    width: 12px;
}
.dialogclose {
    height: 20px;
    margin: -8px 0 0;
    outline: medium none;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 21px;
}
.dialogMain .dialogContentBox {
    background: none repeat scroll 0 0 #eef2f3;
    overflow: auto;
    padding: 10px;
}
.dialogContentBox .dialogcontent {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    float: none;
    height: auto;
    overflow: auto;
    padding: 10px 10px 0;
    width: auto;
}
.dialogMain .dialogcontent {
    margin-bottom: 10px;
    margin-left: 20px !important;
    margin-right: auto;
    margin-top: 10px;
    overflow: auto;
    width: 95%;
}
.dialogContentBox .dialogcontent table {
    margin-bottom: 10px;
}
.dialogMain .dialogcontent .set_table td input {
    margin-right: 3px;
    vertical-align: middle;
}
.dialogMain .dialogcontent .inputText {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #abadb3 #dbdfe6 #dbdfe6 #abadb3;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    margin-right: 10px;
    padding: 3px;
    width: 220px;
}
.dialogMain .dialogcontent .textareainput {
    border-color: #abadb3 #dbdfe6 #dbdfe6 #abadb3;
    border-radius: 2px;
    height: 60px;
    line-height: 22px;
    padding: 5px;
    width: 350px;
}
.dialogfoot {
    background: none repeat scroll 0 0 #eef2f3;
    padding: 10px 0;
    text-align: center;
}
.dialogfoot button {
    background: url("../images/cancel_btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 23px;
    margin-left: 20px;
    width: 80px;
}
.dialogfoot button:hover {
    background: url("../images/submit_btn.png") no-repeat scroll 0 0 ;
    color: #fff;
}
.dialogMsg .dialogcontent {
    background: none repeat scroll 0 0 #eef2f3;
    height: 100%;
    padding: 10px;
}
.dialogMsg .dialogConCommon {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    float: none;
    height: auto;
    max-height: 500px;
    padding: 10px;
    width: auto;
}
.dialogMsg .dialogSuccessSon, .dialogMsg .dialogWarnSon, .dialogMsg .dialogErrorSon {
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    padding-left: 40px;
}
.dialogMsg .dialogSuccessSon {
    background: url("../images/success.png") no-repeat scroll 10px 10px #fff;
    color: green;
}
.dialogMsg .dialogWarnSon {
    background: url("../images/warn.png") no-repeat scroll 10px 10px #fff;
    color: #ef7911;
}
.dialogMsg .dialogErrorSon {
    background: url("../images/error.png") no-repeat scroll 10px 10px #fff;
    color: #f00;
}
#moveDialog {
    background-color: #0f0;
    overflow: hidden;
    position: absolute;
}
#dialogBodyBj {
    background: url("../images/overlay.png") repeat scroll 0 0 ;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
button::-moz-focus-inner {
    border-color: transparent !important;
}
button {
    background: none repeat scroll 0 0 #f2f2f2;
    outline: 0 none;
}
.PdBox {
    background-image: url("../images/pdTopBorder.gif");
    background-repeat: repeat-x;
    overflow: hidden;
    position: absolute;
}
.PdBox .pdTop {
    clear: both;
    height: 10px;
    overflow: hidden;
    width: 100%;
}
.PdBox .pdRighrBoder {
    background-color: #fff;
    background-image: url("../images/PdRightborder.gif");
    background-position: right center;
    background-repeat: repeat-y;
}
.PdBox .pdbottomBorder {
    background-image: url("../images/PdbottomBorder.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
}
.PdBox .pdLeftTopJiao {
    background-image: url("../images/PdtopLeftjiao.gif");
    background-repeat: no-repeat;
    float: left;
    height: 10px;
    width: 3px;
}
.PdBox .pdRightTopJiao {
    background-image: url("../images/PdtopRightjiao.gif");
    background-repeat: no-repeat;
    float: right;
    height: 10px;
    width: 3px;
}
.PdBox .pdDingJiao {
    background-image: url("../images/PdDingJbj.gif");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    height: 10px;
    padding-left: 30px;
    width: 17px;
}
.PdBox .pdLeftBorder {
    background-image: url("../images/pdBorder.gif");
    background-position: left center;
    background-repeat: repeat-y;
    clear: both;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}
.PdBox .pdbottomJiao {
    clear: both;
    height: 5px;
    width: 100%;
}
.PdBox .pdLeftBottomJiao {
    background-image: url("../images/PdbottomLeftJiao.gif");
    background-repeat: no-repeat;
    float: left;
    height: 5px;
    width: 2px;
}
.PdBox .pdRightBottomJiao {
    background-image: url("../images/PdbottomRightjiao.gif");
    background-repeat: no-repeat;
    float: right;
    height: 5px;
    width: 5px;
}
.PdBox .pdContent {
    clear: both;
    height: 100%;
    overflow: hidden;
    padding: 10px 15px 10px 10px;
}
.PdBox .pdEmptyCon {
    background: url("../images/pdEmptyIcon.gif") no-repeat scroll 0 0 ;
    padding-left: 22px;
    text-align: left;
}
.PdBox .PdRightCon {
    background: url("../images/PdTextRight_icon.png") no-repeat scroll 0 0 ;
    padding-left: 22px;
    text-align: left;
}
.PdBox .PdErrorCon {
    background: url("../images/PdTextError_icon.png") no-repeat scroll 0 0 ;
    padding-left: 22px;
    text-align: left;
}
.pdTextErrColor {
    background-color: #fc9;
}
.cb-enable, .cb-disable, .cb-enable span.pageopen, .cb-disable span.pageclose, .bn-enable, .bn-disable, .bn-enable span.pageopen, .bn-disable span.pageclose {
    background: url("../images/cb-switch.gif") repeat-x scroll 0 0 ;
    display: block;
    float: left;
    margin: 0;
}
.cb-enable span.pageopen, .cb-disable span.pageclose, .bn-enable span.pageopen, .bn-disable span.pageclose {
    background-repeat: no-repeat;
    display: block;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}
.cb-enable span.pageopen, .bn-enable span.pageopen {
    background-position: left -90px;
    padding: 0 15px;
}
.cb-disable span.pageclose, .bn-disable span.pageclose {
    background-position: right -180px;
    padding: 0 15px;
}
.cb-disable.selected, .bn-disable.selected {
    background-position: 0 -30px;
}
.cb-disable.selected span.pageclose, .bn-disable.selected span.pageclose {
    background-position: right -210px;
    color: #fff;
    margin: 0;
}
.cb-enable.selected, .bn-enable.selected {
    background-position: 0 -60px;
}
.cb-enable.selected span.pageopen, .bn-enable.selected span.pageopen {
    background-position: left -150px;
    color: #fff;
    margin: 0;
}
.cb-switch label, .bn-switch label {
    cursor: pointer;
}
.fybg {
    font-size: 12px;
    margin: 10px 0;
    padding: 8px 0 5px;
}
.fybg a {
    text-decoration: none;
}
.fenye {
    float: right;
}
.fenye a, .fenye span, .fenye select {
    display: block;
    float: left;
    margin: 0 2px;
}
.fenye a {
    background: url("../images/psdindex_03.gif") no-repeat scroll left top ;
    color: #1345a3;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
    padding: 0 0 0 8px;
    position: relative;
}
.fenye a.nextpage {
    background: url("../images/pagebut.gif") no-repeat scroll left -26px ;
    height: 25px;
    margin: 0 4px 0 2px;
    padding: 0 17px 0 0;
    width: 43px;
}
.fenye a.nextpage:hover {
    background: url("../images/pagebut.gif") no-repeat scroll left -26px ;
    color: #000;
}
.fenye a.backpage {
    background: url("../images/pagebut.gif") no-repeat scroll left top ;
    height: 25px;
    margin: 0 2px 0 0;
    padding-left: 10px;
    text-align: center;
    width: 50px;
}
.fenye a.backpage:hover {
    background: url("../images/pagebut.gif") no-repeat scroll left top ;
    color: #000;
}
.fenye a.grey {
    background: url("../images/pagebutgrey.gif") no-repeat scroll left top ;
    color: #999;
    cursor: no-drop;
}
.fenye a.grey:hover {
    background: url("../images/pagebutgrey.gif") no-repeat scroll left top ;
    color: #999;
}
.fenye a.greys {
    background: url("../images/pagebutgrey.gif") no-repeat scroll left -26px ;
    color: #999;
    cursor: no-drop;
}
.fenye a.greys:hover {
    background: url("../images/pagebutgrey.gif") no-repeat scroll left -26px ;
    color: #999;
}
.fenye a:hover, .fenye a.active {
    background: url("../images/psdindex_07.jpg") no-repeat scroll left top ;
    color: #fff;
    text-decoration: none;
}
.fenye a:hover b, .fenye a.active b {
    background: url("../images/psdindex_07.jpg") no-repeat scroll right top ;
    cursor: pointer;
}
.fenye a.shenlue {
    background: none repeat scroll 0 center ;
    margin: 0 5px;
    padding: 0;
}
.fenye a.shenlue:hover {
    color: #333;
}
.fenye a b {
    background: url("../images/psdindex_03.gif") no-repeat scroll right top ;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-right: 0;
    padding: 0 8px 0 0;
    position: relative;
}
.fenye a b font {
    font-size: 12px;
    font-weight: normal;
}
.fenye span {
    padding: 2px;
}
.fenye select {
    margin-top: 1px;
    padding: 4px;
}
.fenyes {
    text-align: center;
}
.fenyes span a {
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin: 0 2px;
}
.fenye .pages_txt {
    height: 20px;
    margin: 0 3px;
    width: 25px;
}
.fenye .pages_go {
    background: url("../images/fenye_go.png") no-repeat scroll 0 0 ;
    border: 0 none;
    color: #4a4a4a;
    cursor: pointer;
    font-family: "Helvetica Neue', Helvetica, Arial,sans-serif";
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 33px;
}
.fenye a.firstpage {
    background: url("../images/pagebut.gif") no-repeat scroll left -26px ;
    margin: 0 4px 0 0;
    padding: 0;
    width: 36px;
}
.fenye a.firstpage span {
    background: url("../images/pagebut.gif") no-repeat scroll right top ;
    display: block;
    padding: 0 5px 0 0;
    width: 30px;
}
.fenye a.firstpage:hover {
    color: #000;
    cursor: pointer;
}
.systemDialog {
    background-color: #eef2f3;
    border: 1px solid #dedede;
    display: none;
    overflow: hidden;
    position: absolute;
}
.systemDialog .systemDialogHead {
    background-color: #449ad6;
    cursor: move;
    height: 30px;
    width: auto;
}
.systemDialog .systemDialogHeadTitle {
    color: #fff;
    display: block;
    float: left;
    font-family: "Helvetica Neue', Helvetica, Arial,sans-serif";
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
}
.systemDialog .systemDialogHeadClose {
    background-image: url("../images/close_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    text-align: center;
    width: 30px;
}
.systemDialog .systemDialogHeadClose:hover {
    background-image: url("../images/closehover.png");
}
.systemDialog .systemDialogContent {
    background-color: White;
    border: 1px solid #afb0b1;
    margin: 10px auto;
    overflow: auto;
}
.systemDialog .systemDialogContentComme {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    font-family: "Helvetica Neue', Helvetica, Arial,sans-serif";
    font-size: 14px;
    padding: 10px 10px 10px 40px;
}
.systemDialog .systemDialogContentError {
    background-image: url("../images/error.png");
    color: Red;
}
.systemDialog .systemDialogContentSuccess {
    background-image: url("../images/success.png");
    color: Green;
}
.systemDialog .systemDialogContentWarn {
    background-image: url("../images/warn.png");
    color: Olive;
}
.systemDialog .systemDialogFoot input {
    background: url("../images/cancel_btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 23px;
    margin-left: 20px;
    width: 80px;
}
.systemDialog .systemDialogFoot input:hover {
    background: url("../images/submit_btn.png") repeat scroll 0 0 ;
    color: #fff;
}
.systemDialog .systemDialogFoot {
    padding: 10px 0;
    text-align: center;
    width: auto;
}
.systemShade {
    background-color: Gray;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


