﻿*
{
    font-size: 9pt;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}
html, body
{
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    overflow: 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 #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #ccc;
    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;
}
.grid tbody td
{
    text-align: left;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    padding: 1px 1px;
    height: 20px;
    word-break: break-all;
}
.grid tbody .alt
{
    background: #F7F7F7;
}
.grid tbody .selected
{
    background2: #D0E5F5;
    background1: #FBEC88;
    background: #e0eccc;
}
/*当鼠标放在行上时的颜色*/
.grid tbody .trhover
{
    background2: #D0E5F5;
    background1: #FBEC88;
    background: #e0eccc;
}

.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;
}
/*全选*/
#checkAllOff1 {
    padding-left: 20px;
    background: url(../Images/checkAllOff.gif) no-repeat scroll 4px 2px;
    cursor: pointer;
}
/*反选*/
#checkAllOn1 {
    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
{
    border: #ccc 1px solid;
    border-top: #ccc 0px solid;
    overflow: 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
{
    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
{
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    margin-bottom: 1px;
    padding-top: 2px;
    overflow: auto;
    scrollbar-face-color: #e4e4e4;
    scrollbar-heightlight-color: #f0f0f0;
    scrollbar-3dlight-color: #d6d6d6;
    scrollbar-arrow-color: #240024;
    scrollbar-darkshadow-color: #d6d6d6;
    background: #F7F7F7; /*工具栏的背景颜色*/
}
.btnbarcontetn div
{
    padding-left: 1px;
    padding-right: 1px;
    height: auto;
}
/**
按钮 begin
**/
.button
{
    display: inline-block;
    text-decoration: none;
    font: 8px/8px HelveticaNeue, Arial;
    padding: 0px 11px;
    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: 9pt;
    margin-top: 1px;
    margin-left: 2px;
    margin-bottom: 2px;
    line-height: 25px;
    color: #000;
    outline: none;
    background-image: url('../images/datagrid_header_bg.gif');
    background-repeat: repeat-x;
    border: 1px solid #ccc;
}
.button.green:hover
{
    color: #FFF;
    border: solid 1px #3399dd;
    background: #2288cc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
    background: linear-gradient(top, #33bbee, #2288cc);
    background: -moz-linear-gradient(top, #33bbee, #2288cc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
    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;
}
/**
按钮 end
**/

/**表单**/
.div-frm
{
    overflow: 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: 27px;
    line-height: 27px;
    white-space: nowrap;
    font-weight: normal;
    text-align: right;
    padding-right: 1px;
}
.frm td
{
    width: auto;
    height: 27px;
    line-height: 27px;
    border-bottom: 1px solid #ccc;
    padding: 1px;
    padding-left: 2px;
    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:1px 1px 1px 1px;
    height: 17px;
    line-height: 15px;
}
.frmtop
{
    margin-bottom: 1px;
    border-bottom: 1px solid #ccc;
    height: auto;
}
.frmbottom
{
    text-align: center;
    height: auto;
    margin-top: 10px;
    vertical-align: middle;
}
.select
{
    border: 1px solid #A8A8A8;
    height: 22px;
    line-height: 20px;
}
.txt
{
   width:226px;
   padding: .2rem .75rem;
   border-radius: .25rem;
   border: 1px solid #ced4da;

}
.txtSearch
{
    border-top-width:1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #A8A8A8;
    border-right-color: #A8A8A8;
    border-bottom-color: #A8A8A8;
    border-left-color: #A8A8A8;
    font: Verdana, Geneva, sans-serif,宋体;
    vertical-align: middle;
    padding-right: 15px;
}
.Searchwhere
{
    float: left;
    border: 1px solid #A8A8A8;
    font: Verdana, Geneva, sans-serif,宋体;
    height: 22px;
    line-height: 22px;
    margin-top: 3.5px;
}
input.SearchImg
{
    background: url(../Images/toolbar_find.png) #FFF no-repeat right center;
    height: 18px;
    line-height: 18px;
    z-index: 3000;
    font: Verdana, Geneva, sans-serif,宋体;
    margin-top: -2px;
}
.txtRemark
{
    font: Verdana, Geneva, sans-serif,宋体;
    border: 1px solid #A8A8A8;
}
/*home
------------------------------------------------*/
.box
{
    margin: 0px;
    padding: 0px;
    min-height: 65px;
    height: auto;
    border: 1px solid #ccc;
}
.box-title
{
    height: 27px;
    line-height: 25px;
    text-indent: 7px;
    background: url(../images/datagrid_header_bg.gif) repeat-x;
}
.box-title img
{
    padding-bottom: 3px;
    vertical-align: middle;
}
.box-content
{
    height: auto;
    padding: 7px;
    line-height: 20px;
}
.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
------------------------------------------------*/
div.Tabremovesel
{
    font-weight: bold;
    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;
}
div.Tabsel
{
    font-weight: bold;
    color: #FFFFFF;
    border: 0px;
    outline: none;
    display: inline-block;
    width: 85px;
    line-height: 26px;
    height: 26px;
    color: white;
    padding-left: 20px;
    vertical-align: bottom;
    margin-top: 3px;
    float: left;
    cursor: pointer;
    background: url(../Images/title_over1.png) no-repeat left;
}
/*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*/
}
layinput {
            height: 22px;
            line-height: 22px;
            width: 150px;
            margin: 0;
        }

.mydiv{
    width:99.5%;
    overflow:auto;
    text-align:left;
    border:1px solid #a1a1a1;
    padding:1px; 
    margin:1px;
    background:#eeeff9;
    border-radius:3px;
}
.divleft{
   position:fixed;
   width:300px;
   border:solid 1px #d0eea9;
   background:#f4f4f4;
   left:1px;
   top:1px;
   bottom:1px;
   padding:1px; 
   margin:1px;
   background:#eeeff9;
   border-radius:5px;
}
.divleft{
   position:fixed;
   width:300px;
   border:solid 1px #d0eea9;
   background:#f4f4f4;
   left:1px;
   top:1px;
   bottom:1px;
   padding:1px; 
   margin:1px;
   background:#eeeff9;
   border-radius:5px;
}
.divContent{
   position:fixed;
   width:100%;
   background:#eeeff9;
   border:solid 1px #d0eea9;
   background:#f4f4f4;
   left:1px;
   top:1px;
   bottom:1px;
   padding:1px; 
   margin:1px;
   border-radius:5px;
}
.divjkmain{
   position:relative;
   background:#eeeff9;
   border:solid 1px #d0eea9;
   background:#f4f4f4;
   left:1px;
   top:1px;
   right:1px;
   bottom:1px;
   padding:1px; 
   border-radius:5px;
}
.divjkleft{
    position:absolute;
    width:300px;  
    top:1px;  
    left:1px; 
    bottom:1px; 
    background:#eeeff9;
   border:solid 1px #d0eea9;
   background:#f4f4f4;
}
.divjkcontent{
    position:absolute; 
     width:500px;
    overflow-x:scroll;
    background:#eeeff9;
    border:solid 1px #d0eea9;
    background:#f4f4f4;
    top:1px;  
    left:308px;
    bottom:1px;
   
}
.divjkright{
    position:absolute;  
    top:1px;  
    right:1px;  
    bottom:10px;
    left:904px;
    background:#eeeff9;
    border:solid 1px #d0eea9;
    background:#f4f4f4;
}
.divsmsleft{
   overflow:auto;
   position:relative;
   width:40%;
   border:solid 1px #d0eea9;
   background:#D0E5F5;
   left:0px;
   top:1px;
   bottom:1px;
   padding:1px; 
   margin:1px;
   background:#eeeff9;
   border-radius:5px;
}
.divsmsright{
    overflow:auto;
    padding:1px; 
    margin:1px;
    position:relative;
    border:solid 1px #d0eea9;
    background-color:#2288cc;
     width:40.5%;
    right:1px;
    top:1px;
    bottom:1px;
    background:#eeeff9;
    border-radius:5px;
    text-align:left;
    font-family:"宋体";
    font-size:16px;
    line-height: 25px;
}
/*右自适应右列*/
.divright {
    overflow:auto;
    padding:1px; 
    margin:1px;
    position:fixed;
    border:solid 1px #d0eea9;
    background-color:bisque;
    left:315px;
    right:1px;
    top:1px;
    bottom:1px;
    background:#D0E5F5;
    border-radius:5px;
}

#popu{
display:none;
            background-color:lightblue;
            z-index: 11;
            position:absolute; 
            background-color:#A8A8A8;
   
            top:50px;
            right:50px;
            left:50px;
            bottom:50px;
            border-style:solid;
            border-width:10px;
            border-color:#2288cc;
            border-radius:5px;
}
.frm1
{
    width: 100%;
    margin-bottom: 1px;
    background:Wheat;
   
}
.frm1 th
{
    width: 80px;
    border-bottom: 1px solid #ccc;
    height:22px;
    line-height:22px;
    white-space: nowrap;
    font-weight: normal;
    text-align: right;
    padding-right: 1px;
}
.frm1 td
{
    width: auto;
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    padding: 1px;
    padding-left: 2px;
    word-break: break-all;
}
.frm1 td .txt
{
    border: 1px solid #A8A8A8;
    font: Verdana, Geneva, sans-serif,宋体;
    background-image: url(../Images/input_text_bg.gif);
    padding:1px 1px 1px 1px;
    height: 13px;
    line-height: 13px;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	background-color:#bddbfa;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 36px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.inputbtn {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: green;
    border: none;
    cursor: pointer;
}
.inputbtn span {
    color: rgb(255,255,255);
    border: 1px solid rgb(28, 31, 30);
    transition: 0.2s 0.1s;
}

.inputbtn span:hover {
    color: rgb(28, 31, 30);
    transition: 0.2s 0.1s;
}
/*题号格式*/
 .textOn  { display:block; }
.textOff{ display:none;  }
.titletextOn  { 
    display:block;
    width:99%;
    overflow:auto;
    text-align:left;
    background:#eeeff9;
    border-radius:5px;
    font-size:16px;
    font-family:"微软雅黑";
    color:black;
    margin-left:20px;
    margin-top:20px;
}
.titletextOff{ 
    display:none;  
    width:99%;
    overflow:auto;
    text-align:left;
    background:#eeeff9;
    border-radius:5px;
    font-size:16px;
    font-family:"微软雅黑";
    color:black;
    margin-left:20px;
    margin-top:20px;
}
.text {
        font-size:10pt;
        font-family:"宋体";
        background-color:white;
        display:block;
        width:500px;
        text-align:center;
        width:100%;
    }
   .titletext {
        font-size:16px;
        font-family:"微软雅黑";
        color:black;
        margin-left:20px;
        margin-top:20px;
    }
   .txtitle{
       font-family: 微软雅黑;
       font-size: 18px;
       color: #0066FF;
       margin-left:20px;
       margin-top:20px;
   }
   .buttablehead {
            font-size:17px;
            font-weight:bold;
            font-family:"微软雅黑";
        text-align:center;
        padding-top:20px;
        }
   .divmeetzdt100{
    width:100%;
    height:59px;
    text-align:center;
    float:left;
    display:inline-block;
}
    .divmeetzdt20{
    width:20%;
    height:59px;
    text-align:center;
    float:left;
    display:inline-block;
}
     .divmeetzdt40{
    width:40%;
    height:59px;
    text-align:center;
    float:left;
    display:inline-block;
}
      .divmeetzdt60{
    width:60%;
    height:59px;
    text-align:center;
    float:left;
    display:inline-block;
}
    .divmeetzdt80{
    width:80%;
    height:59px;
    text-align:center;
    float:left;
    display:inline-block;
}
   .divmeetnull{
    width:99.5%;
    height:59px;
    overflow:auto;
    text-align:center;
    border:1px solid #a1a1a1;
    padding:1px; 
    margin:1px;
    background:#eeeff9;
    border-radius:5px;
    background-color:white;

}
.divmeetzr {
    width: 99.5%;
    height:59px;
    overflow:auto;
    text-align:center;
    border:1px solid #a1a1a1;
    padding:1px; 
    margin:1px;
    background:#eeeff9;
    border-radius:5px;
    background-color:red;
}
.divmeetuser {
    width: 99.5%;
    height:59px;
    overflow:auto;
    text-align:center;
    border:1px solid #a1a1a1;
    padding:1px; 
    margin:1px;
    background:#eeeff9;
    border-radius:5px;
    background-color:green;
}

/*重点：固定表头样式*/
.example1
{
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}
.example1 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;
}
.example1 tbody tr td
{
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    padding: 1px 1px;
    height: 60px;
    word-break: break-all;
}
 /*button按钮样式*/
 .butcss {
     width:29px;
     height:29px;
     text-align:center;
     line-height:100%;
     padding:0.3em;
     font:12px Arial,sans-serif bold;
     font-style:normal;
     text-decoration:none;
     margin:2px;
     vertical-align:text-bottom;
     zoom:1;
     outline:none;
     font-size-adjust:none;
     font-stretch:normal;
     border-radius:10px;
     box-shadow:0px 1px 2px rgba(0,0,0,0.2);
     text-shadow:0px 1px 1px rgba(0,0,0,0.3);
     color:#fefee9;
     border:0.2px solid #007acc;
     background-repeat:repeat;
     background-size:auto;
     background-origin:padding-box;
     background-clip:padding-box;
     background-color:#35c1ee;
     border-radius:29px;
}
 
.butcss:hover {
    background: #268DFF;
}
.butcss:focus {
    background: #ff006e;
}
.myeduButton {
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background-color:#79bbff;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 0px 0px #528ecc;
}
.myeduButton:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}
.myeduButton:active {
	position:relative;
	top:1px;
}
/*****树表格****/
.eduexample
{
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}
.eduexample tbody tr td
{
    width:97%;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    padding: 1px 1px;
    height: 25px;
    word-break: break-all;
}
.displaydiv{
    position: fixed; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background: #f5f5f5; filter: alpha(opacity=70); opacity: 0.7; display: none;
}

.eduButton {
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#79bbff;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 0px 0px #528ecc;
}
.eduButton:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.eduButton:active {
	position:relative;
	top:1px;
}
.edudivtitle1{
    position: absolute; padding-top:6px;font-size:18px;height:35px; left:0px;right:0;top:1px; text-align:center;color: #ffffff; background-color: #808080;
}
.edudivtitle2{
    position: absolute; font-size:18px;height:35px;top:36px;left:0px;right:0;background-color:#ffffff;text-align:left;
}
.edudivtitle3{
    position: absolute; font-size:18px;height:35px;top:36px;left:0px;right:0 ; background-color:#ffffff;text-align:left;
}
.edudivtitle4{
    position: absolute; top:72px;left:0px;right:0;bottom:0; background-color:#ffffff;text-align:left;
}
.edudivpage{
     position: absolute; top:1px;left:1px;right:1px;bottom:1px; background-color:#ffffff;text-align:left;overflow:auto;
}

/*监考系统输出表格样式*/
.jkquittab
{
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}
.jkquittab thead tr td
{
    border: 1px solid #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;
}
.jkquittab tbody tr td
{
    border: 1px solid #ccc;
    padding: 1px 1px;
    height: 20px;
    word-break: break-all;
}
.jkquittab th
{
   background:#2288cc;
   color:#fff;
}
/*当鼠标放在行上时的颜色*/
.jkquittab tbody tr:hover
{
    background2: #D0E5F5;
    background1: #FBEC88;
    background: #e0eccc;
}
.jkquittab tbody .alt
{
    background: #F7F7F7;
}
.HerCss {
    cursor: hand;
}
