﻿* {
    font-size: 9pt;
}

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, input, textarea, button {
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei","微软雅黑","Arial", "宋体","Times New Roman", Times, serif;
    
}
/*html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, input, textarea, button {
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei","微软雅黑","Arial", "宋体","Times New Roman", Times, serif;
    border: none;
}*/

subtitle {
    cursor: pointer;
    font-size: 18px !important;
}

html, body {
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    overflow-x: hidden;
}

#loading {
    position: absolute;
    z-index: 3000;
    left: 45%;
    top: 45%;
    border: 1px solid #ccc;
    width: auto;
    padding: 6px 5px 6px 40px;
    background: #fff url('../images/loading.gif') no-repeat scroll 7px 2px;
    display: none;
    cursor: pointer;
}

#Toploading {
    position: absolute;
    z-index: 3000;
    top: 0%;
    border: 1px solid #f0c36d;
    margin-top: 1px;
    color: #222;
    width: auto;
    padding: 4px;
    background: rgb(249, 237, 190);
    display: none;
    cursor: pointer;
}

/*a:link {
    color: #222;
    text-decoration: none;
}

a:visited {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #222;
    text-decoration: none;
}

a:active {
    color: #222;
    text-decoration: none;
}*/

/*.grid a:link {
    color: #222;
    text-decoration: underline;
}

.grid a:visited {
    color: #222;
    text-decoration: underline;
}

.grid a:hover {
    color: #222;
    text-decoration: underline;
}

.grid a:active {
    color: #222;
    text-decoration: none;
}*/

/*.example a:link {
    color: #222;
    text-decoration: underline;
}

.example a:visited {
    color: #222;
    text-decoration: underline;
}

.example a:hover {
    color: #222;
    text-decoration: underline;
}

.example a:active {
    color: #222;
    text-decoration: none;
}*/
/*****树表格****/
.example {
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}
    /*重点：固定表头样式*/
    .example thead tr td {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px dotted #ccc;
        background: url(../Images/datagrid_header_bg.gif) repeat-x;
        padding: 5px 1px;
        font-weight: normal;
        text-overflow: ellipsis;
        word-break: keep-all;
        overflow: hidden;
    }

    .example tbody tr td {
        border-bottom: 1px dotted #ccc;
        border-right: 1px dotted #ccc;
        padding: 1px 1px;
        height: 20px;
        word-break: break-all;
    }
    /*当鼠标放在行上时的颜色*/
    .example tbody tr:hover {
        background2: #D0E5F5;
        background1: #FBEC88;
        background: #e0eccc;
    }

    .example tbody .alt {
        background: #F7F7F7;
    }
/**表格 begin**/
.grid {
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

    .grid thead td {
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        background-color: #e0edfb;
        /*background: url(../Images/datagrid_header_bg.gif) repeat-x;*/
        text-align: left;
        /*padding: 5px 1px;*/
        font-weight: normal;
        text-overflow: ellipsis;
        word-break: keep-all;
        overflow: hidden;
        font-size: 12px;
        line-height:30px;
        font-weight:bold;
        padding: 0 10px;
    }

    .grid tbody td {
        text-align: left;
        border-bottom: #ccc 1px solid;
        border-right: #ccc 1px solid;
        padding: 1px 1px;
        height: 27px;
        word-break: break-all;
        padding: 0 10px;
    }

        .grid tbody td.wc, .grid thead td.wc {
            text-align: center;
        }

    .grid tbody .alt {
        /*background: #F7F7F7;*/
    }

    .grid tbody .selected {
        background2: #D0E5F5;
        background1: #FBEC88;
        background: #F7F7F7;
    }
    /*当鼠标放在行上时的颜色*/
    .grid tbody .trhover {
        background2: #D0E5F5;
        background1: #FBEC88;
        background: #F7F7F7;
    }

.tableval {
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}

    .tableval tbody tr th {
        background: url(../Images/datagrid_header_bg.gif) repeat-x;
        border-bottom: 1px solid #ccc;
        border-right: 1px dotted #ccc;
        padding: 4px 2px;
        font-weight: normal;
        text-align: left;
    }

    .tableval tbody tr td {
        text-align: left;
        border-bottom: 1px solid #ccc;
        padding: 1px 2px;
    }
/**表格 end**/

/*全选*/
#checkAllOff {
    padding-left: 20px;
    background: url(../Images/checkAllOff.gif) no-repeat scroll 4px 2px;
    cursor: pointer;
}
/*反选*/
#checkAllOn {
    padding-left: 20px;
    background: url(../Images/checkAllOn.gif) no-repeat scroll 4px 2px;
    cursor: pointer;
}

/**表单验证 begin**/
.leftImage {
    background: url(../Images/x1.gif) no-repeat right top;
    width: 14px;
    height: 33px;
}

.rightImage {
    background: url(../Images/x3.gif) no-repeat left top;
    width: 6px;
    height: 33px;
}

.contenImage {
    padding-right: 10px;
    font-size: 12px;
    background: url(../Images/x2.gif) 50% top;
    text-indent: 5px;
    line-height: 36px;
    padding-top: 3px;
    font-family: Arial;
    height: 33px;
}

.tableTip {
    display: none;
    filter: alpha(opacity=90);
    overflow: hidden;
    position: absolute;
    border-collapse: collapse;
    empty-cells: hide;
    opacity: 0.9;
}

.tooltipinputerr {
    background: url(../Images/validatebox_warning.png) #FFF7E3 no-repeat right center;
    border: 1px solid #CB8D5C;
    padding: 3px 2px 2px 2px;
    height: 15px;
    line-height: 15px;
}

.tooltipinputok {
    border: 1px solid #A8A8A8;
    font: Verdana, Geneva, sans-serif,宋体;
    background-image: url(../Images/input_text_bg.gif);
    background-position: left top;
    padding: 3px 2px 2px 2px;
    height: 15px;
    line-height: 15px;
}
/**表单验证 end**/
#iframeMainContent {
    height: 100%;
    width: 100%;
}

.iframeleft {
    height: 100%;
    padding-right: 1px;
    margin: 0px;
    width: 150px;
    _width: 150px;
    float: left;
    padding-bottom: 1px;
    background-color: #ffffff;
    vertical-align: bottom;
    position: relative;
}

.iframeContent {
    margin: 0px auto;
    height: 100%;
    overflow: hidden;
}

.div-body {
    margin: 0 20px;
    /*border: #d4d4d4 1px solid;*/
    border-left: #d4d4d4 1px solid;
     border-bottom: #d4d4d4 0px solid;
    /*overflow: auto;*/
    /*overflow-y:yes;*/
    /*overflow-y: auto;*/
    scrollbar-face-color: #e4e4e4;
    scrollbar-heightlight-color: #f0f0f0;
    scrollbar-3dlight-color: #d6d6d6;
    scrollbar-arrow-color: #240024;
    scrollbar-darkshadow-color: #d6d6d6;
}

.div-overflow {
    overflow: auto;
    scrollbar-face-color: #e4e4e4;
    scrollbar-heightlight-color: #f0f0f0;
    scrollbar-3dlight-color: #d6d6d6;
    scrollbar-arrow-color: #240024;
    scrollbar-darkshadow-color: #d6d6d6;
}
/**
按钮工具栏位
**/
.btnbartitle {
    margin-left: 20px;
    margin-right: 20px;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    background-image: url('../images/datagrid_header_bg.gif');
    background-repeat: repeat-x;
    height: 27px;
    font-weight: bold;
}

    .btnbartitle div {
        padding: 5px;
    }

.btnbarcontetn {
    margin: 0 20px;
    /*border-left: #ccc 1px solid;*/
    /*border-bottom: #ccc 1px solid;*/
    padding: 8px 0 5px 0;
    overflow: auto;
    scrollbar-face-color: #e4e4e4;
    scrollbar-heightlight-color: #f0f0f0;
    scrollbar-3dlight-color: #d6d6d6;
    scrollbar-arrow-color: #240024;
    scrollbar-darkshadow-color: #d6d6d6;
    background: #FFFFFF; /*工具栏的背景颜色*/
}

.input_list {
    border-bottom: #e0e0e0 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
    .input_list span {
    font-size:12px;
    float:left;
    /*padding:5px 2px;*/
   padding-top:5px;
   padding-left:2px;
   padding-right:8px;
    }

.btnbarcontetn div {
    /*padding-left: 1px;*/
    padding-right: 1px;
    height: auto;
    margin-left:-1px;
}
/**
按钮 begin
**/
.button {
    display: inline-block;
    text-decoration: none;
    font: 8px/8px HelveticaNeue, Arial;
    padding: 0px 13px;
    border: 1px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    /*margin-top: 1px;*/
    /*margin-left: 2px;*/
    /*margin-bottom: 2px;*/
    line-height: 26px;
    color: #FFFFFB !important;
    outline: none;
    background-color: #5192E6;
    /*background-image: url('../images/datagrid_header_bg.gif');*/
    background-repeat: repeat-x;
    /*border: 1px solid #ccc;*/
}



    .button.green:hover {
        color: #FFFFFB;
        /*border: solid 1px #3399dd;*/
        background: #3e7fd3;
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#3e7fd3');
        background: linear-gradient(top, #33bbee, #3e7fd3);
        background: -moz-linear-gradient(top, #33bbee, #3e7fd3);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#3e7fd3));
        text-shadow: -1px -1px 1px #1c6a9e;*/
    }
/**按钮图标**/
.icon-botton {
    /*height: 23px;
    width: 16px;*/
    /*float: left;*/
    /*padding-right: 3px;*/
}

.l-btn-left {
    display: inline-block;
    background: url('../images/button_span_bg.gif') no-repeat top left;
    padding: 4px 0px 4px 18px;
    line-height: 16px;
    height: 18px;
}

    .l-btn-left img {
        vertical-align: middle;
        padding-right: 5px;
        margin-bottom: 1px;
        border: 0px;
    }

.l-btn {
    background: url('../images/button_a_bg.gif') no-repeat top right;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    height: 26px;
    padding-right: 18px;
    cursor: pointer;
    outline: none;
}

.l-btn-lefthover {
    background: url('../images/button_span_bg.gif') no-repeat bottom left;
}

.l-btnhover {
    background: url('../images/button_a_bg.gif') no-repeat bottom right;
}

.managerlist {
    font-size: 12px;
    color: #5192E6;
    padding: 0px 5px;
    text-decoration: underline;
    cursor: pointer;
    /*background-color:#5192E6;
     color:#FFFFFB !important;*/
}
/**
按钮 end
**/

/**表单**/
.div-frm {
    /*overflow-y: auto;*/
    scrollbar-face-color: #e4e4e4;
    scrollbar-heightlight-color: #f0f0f0;
    scrollbar-3dlight-color: #d6d6d6;
    scrollbar-arrow-color: #240024;
    scrollbar-darkshadow-color: #d6d6d6;
}

.frm {
    width: 100%;
    margin-bottom: 1px;
}

    .frm th {
        width: 80px;
        border-bottom: 1px solid #ccc;
        height: 25px;
        line-height: 25px;
        white-space: nowrap;
        font-weight: normal;
        text-align: right;
        padding-right: 5px;
        padding-left: 20px;
    }

    .frm td {
        width: auto;
        height: 25px;
        line-height: 25px;
        border-bottom: 1px solid #ccc;
        padding: 2px;
        padding-left: 10px;
        word-break: break-all;
    }

        .frm td .txt {
            border: 1px solid #A8A8A8;
            font: Verdana, Geneva, sans-serif,宋体;
            background-image: url(../Images/input_text_bg.gif);
            padding: 3px 2px 2px 2px;
            height: 15px;
            line-height: 15px;
        }

.frmtop {

    margin-bottom: 1px;
    border-bottom: 1px solid #ccc;
    /*height: auto;*/
    background-color: #E9F3FF;
    left: 20px;
    /*background: url(../images/topbg.png);*/

}

.frmbottom {
    text-align: center;
    height: auto;
    margin-top: 10px;
    vertical-align: middle;
}

.select {
    border: 1px solid #A8A8A8;
    height: 22px;
    line-height: 20px;
}

.txt {
    border: 1px solid #A8A8A8;
    background-position: left top;
    padding: 3px 2px 2px 2px;
    height: 15px;
    line-height: 14px;
}

.txtSearch {
 
  border:1px solid #c6c6c6;
    font: Verdana, Geneva, sans-serif,宋体;
    /*vertical-align: middle;*/
    padding-right: 15px;
}

.Searchwhere {
    margin-left: 3px;
    border: 1px solid #A8A8A8;
    font: Verdana, Geneva, sans-serif,宋体;
    height: 27px;
    line-height: 22px;
    margin-top: 2px;
}

input.SearchImg {
    background: url(../Images/toolbar_find.png) #FFF no-repeat right center;
    height: 24px;
    line-height: 18px;
    z-index: 3000;
    font: Verdana, Geneva, sans-serif,宋体;
    /*margin-top: -5px;*/
}

.txtRemark {
    font: Verdana, Geneva, sans-serif,宋体;
    border: 1px solid #A8A8A8;
}
/*home
------------------------------------------------*/



/*.news_list a:link, a:visited {
    color: #666;
    text-decoration: none;
}

.news_list a:hover {
    text-decoration: underline;
    color: #31b2ff;
}*/

.box {
    margin: 0px;
    padding: 0px;
    min-height: 65px;
    height: auto;
}

.box-title {
    height: 39px;
    line-height: 25px;
    text-indent: 7px;
    /*margin-left: 60px;*/
    /*text-align:center;*/
    background-color:#F8F8F8;
    font-size:14px;
    /*  background: #F0F1F5;background: url(../images/datagrid_header_bg.gif) repeat-x;*/
    border-bottom: 1px solid #ccc; 
}

    .box-title img {
        padding-bottom: 3px;
        vertical-align: middle;
    }

.box-content {
    background: #F6F6F6;
    height: auto;
    padding: 7px;
    line-height: 20px;
    margin-left: 100px;
}

.blank10 {
    margin: 0px auto;
    height: 1px;
    overflow: hidden;
}

.line {
    margin: 0px auto;
    height: 1px;
    background: #ccc;
}

.topline {
    border-top: 1px solid #ccc;
}
/*home end
------------------------------------------------*/

/*Tab
------------------------------------------------*/

#menutab div {
    margin:0px 2px -6px 0px;
   border:1px solid #9dc2f9;
   border-bottom:none;
}
div.Tabremovesel {
    font-weight: bold;
    color:#323232;
    border: 0px;
    outline: none;
    display: inline-block;
    width: 85px;
    line-height: 26px;
    height: 26px;
    padding-left: 20px;
    vertical-align: bottom;
    margin-top: 3px;
    float: left;
   
    cursor: pointer;
    /*background: url(../Images/title_over.png) no-repeat left;*/
    background-color:#F8F8F8;
   
}

div.Tabsel {
   
    color: #353535;
    border: 0px;
    outline: none;
    display: inline-block;
    width: 85px;
    line-height: 26px;
    height: 26px;
     font-weight:700;
    font-size:14px;
    padding-left: 20px;
    vertical-align: bottom;
    margin-top: 3px;
    float: left;
   
    cursor: pointer;
     background-color:#E9E9E9;
     
    /*background: url(../Images/title_over1.png) no-repeat left;*/
}

div.Tabremovesel1 {
    font-weight: bold;
    border: 0px;
    outline: none;
    display: inline-block;
    width: 90px;
    line-height: 25px;
    height: 25px;
    padding-left: 3px;
    vertical-align: bottom;
    margin-top: 0px;
    float: left;
    cursor: pointer;
    /*padding:0px 2px;*/
    margin:0 2px;
    background-color:#c9e3fe;
    border: 1px solid #D1D5D8;
    border-bottom:none;
    /*background: url(../Images/title_over1.jpg) no-repeat left bottom;*/
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.Tabsel1 {
    font-weight: bold;
    /*color: #4291ED;*/
    border: 0px;
    outline: none;
    display: inline-block;
    width: 90px;
    line-height: 25px;
    height: 26px;
    color: #FFFFFF;
    padding-left: 3px;
    vertical-align: bottom;
    margin-top: 0px;
    float: left;
    cursor: pointer;
    background-color:#4291ED;
    
    /*background: url(../Images/title_over.jpg) no-repeat left bottom;*/
}
/*Tab end
------------------------------------------------*/
/*选择框的样式*/
#rect {
    position: absolute;
    visibility: hidden;
    z-index: 999;
    background-color: #000000;
    filter: alpha(opacity=10); /* IE */
    -moz-opacity: 0.1; /* Moz + FF */
    opacity: 0.1;
    border: 1px dashed #00AAFF;
}
/*全局遮罩和局部遮罩*/
.pageBase_Div {
    z-index: 999;
    -moz-opacity: 0.6; /*Firefox*/
    /*opacity: 0.6; Opera*/
    filter: alpha(opacity=60); /*IE*/
}



/****************************************弹出框****************************************/
.bcgred {
    background-color: #bb3334;
}

.bgblack {
    background-color: #000;
    left: 0;
    top: 0;
    z-index: 1000;
}

.upwindow {
    background-color: #fff;
    border: 1px solid #576774;
    z-index: 9999;
    left: 55%;
    top: 50%;
}

    .upwindow .upw_title {
        background: #E9F3FF;
        border-bottom: 1px solid #CCCCCC;
    }

    .upwindow .upw_cont {
        overflow: auto;
        vertical-align:central;
    }

    .upwindow .close_btn {
        display: inline-block;
        height: 38px;
        width: 38px;
        background-image: url(../Images/32/colse.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }






.box_a {
    position: absolute;
}

.wb100 {
    width: 100%;
}

.bgblack {
    background-color: #000;
    left: 0;
    top: 0;
    z-index: 1000;
}
/****filter****/
.filter37 {
    filter: alpha(opacity=37); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.37; /*Firefox私有，透明度50%*/
    opacity: 0.37; /*其他，透明度50%*/
}
