/* ======================================公用的样式================================= */
/*<meta http-equiv="Content-Type" content="text/html;charset=gb2312">*/
/*html{filter:expression(document.execCommand("BackgroundImageCache", false, true))}*/
/* word-break:break-all;word-wrap:break-word; 超过宽度强制换行 */
* {
 box-sizing: content-box;
 -moz-box-sizing: inherit;
 -webkit-box-sizing: inherit;
}

body,div,span,h1,h2,h3,h4,ul,li,img,p,b,textarea,input,select,form,a,table,tr,td    {
    margin: 0;  padding: 0; 
    font-family: "verdana" , "Helvetica","sans-serif","宋体" ;
    list-style-type: none;
    font-size: 12px;
    color: inherit;
    z-index: inherit;
}
fieldset{
	border:1px solid #B0B1B3;
}
/**chrome 下表格居中**/
form[name='form1']>table{
	margin: 0px auto;
}
body{
background-color:#FFFFFF;
}
/** CSS禁止Chrome谷歌浏览器激活输入框后自动添加边框 **/
input{outline: none}

/*针对图片尺寸改变失真的现象*/
img{ -ms-interpolation-mode: bicubic; }

/****输入框样式****/
.text_7f9db9{
    height:20px;
    border:1px solid #B0B1B3;
    padding-left:3px;
}

/*我的工作台*/
.table_line{
    border:1px solid #BFC0C1;
}
.biaoqian_01{
    background-image:url(img/biaoqian_01.gif);
    width:7px;
    height:27px;
}
.biaoqian_02{
    background-image:url(img/biaoqian_02.gif);
    height:27px;
}
.biaoqian_03{
    background-image:url(img/biaoqian_03.gif);
    width:18px;
    height:27px;
}
.biaoqian_04{
    background-image:url(img/biaoqian_04.gif);
    height:27px;
}
.white_14{
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
}

/*有选择按钮的输入框*/
.textdiv{
    width:120px;
    height:20px;
    border:1px solid #B0B1B3;
    position:relative;
    padding-right:18px;
    padding-left:2px;
    background:url('icons/more.png') no-repeat center right;    
    cursor: pointer;
}
.textdiv input{
    width:100px;
    height:18px;
    border:0;
    position:absolute;
    border-right:1px solid #B0B1B3;
}

/*有下拉按钮的输入框*/
.selectdiv {
    width:120px;
    height:20px;
    border:1px solid #B0B1B3;
    position:relative;
    padding-right:18px;
    padding-left:2px;
    background:url('icons/down.png') no-repeat center right;    
    cursor: pointer;
}
.selectdiv input{
    width:100px;
    height:18px;
    border:0;
    position:absolute;
    border-right:1px solid #B0B1B3;
}

/*有查询按钮的输入框*/
.querydiv{
    width:120px;
    height:20px;
    border:1px solid #B0B1B3;
    position:relative;
    padding-right:18px;
    padding-left:2px;
    background:url('icons/search.png') no-repeat center right;  
    cursor: pointer;
}
.querydiv input{
    width:100px;
    height:18px;
    border:0;
    position:absolute;
    border-right:1px solid #B0B1B3;
}

/*有公式按钮的输入框*/
.gongsdiv{
    width:272px;
    height:20px;
    border:1px solid #B0B1B3;
    position:relative;
    padding-right:70px;
    padding-left:0px;
    background:url('icons/gongs_select_btn.png') no-repeat center right;    
    cursor: pointer;
}
.gongsdiv input{
    width:200px;
    height:18px;
    border:0;
    position:absolute;
    border-right:1px solid #B0B1B3;
}

/*有选人按钮的输入框*/
.kehudiv{
    width:272px;
    height:20px;
    border:1px solid #B0B1B3;
    position:relative;
    padding-right:70px;
    padding-left:0px;
    background:url('icons/keh_select.png') no-repeat center right;  
    cursor: pointer;
}
.kehudiv input{
    width:200px;
    height:18px;
    border:0;
    position:absolute;
    border-right:1px solid #B0B1B3;
}

/**
** div模仿选择按钮
**/
.div_btn1{
height:22px;
padding-left:5px;
padding-top:2px;
border:1px solid #B9A865;
background-color:#FFFFFF;
cursor:pointer;
color:#9A4720;
}

/**
** 选择公式按钮
**/
.xunzgs01 {
 border:1px solid #B0B1B3;
 background:url(img/xunzgs01.png); 
 cursor: pointer; 
 height:22px;
 padding:2px;
 width:76px;
 }
 .xunzgs02 {
 border:1px solid #E46208;
 background:url(img/xunzgs02.png);
 cursor: pointer; 
 height:22px;
 padding:2px;
 width:76px;
 } 
 
/**/
.title1{
background-image:url(img/title_bg01.gif);
border-bottom:1px solid #B0B1B3;
padding-top:3px;
}
.title1 span{
background:url('img/title_bg02.gif') no-repeat left left;
padding-left:60px;
line-height:22px;
}

/**  下拉框样式  使用方法: <div class="select1"><div><select > ...</select></div></div>**/
.select1{
border:1px solid #C0C0C0;
width:102px;
height:20px;
/*clip:rect(0px,101px,18px,0px);*/
overflow:hidden;
} 
.select1 div{
border:1px solid #F4F4F4;
width:100px;
height:18px;
/*clip:rect(0px,99px,16px,0px);*/
overflow:hidden;
} 
.select1 select{
position:relative;
left:-2px;top:-2px;font-size:12px;
width:103px;
line-height:14px;
border:0px;
color:#909993;
outline:none;
border:none;
} 
/**  // 如果要加宽度，则<div class="select1" style="width:182px"><div style="width:180px"><select style="width:183px">  **/
/**
* top区域样式
*/
.top_bgc{
background-color:#4BA3D5;
}
.top_img01{
background-image:url(top_img/top_01.gif);
}
.top_img02{
background-image:url(top_img/top_02.gif);
}
.top_img03{
background-image:url(top_img/top_03.gif);
}
.top_img04{
background-image:url(top_img/top_04.gif);
}
/**
* top 动态文字条背景样式
*/
.top_toolbar{
background-image:url(top_img/top_blank_bg.gif);
}

/**
* 一级菜单区样式
*/
.menu_ditu01{
background-image:url(img/menu_ditu01.gif);
height:31px;
}
.menu_ditu02{
background-image:url(img/menu_ditu02.gif);
height:24px;
}
.menu_ma_bt00 {
 cursor:pointer;
 height:24px;
 color:#1D3460;
 border:1px solid #ACC1DE;
 padding-left:5px;
 padding-right:5px;
}
 .menu_ma_bt01 {
 background:url(img/btn_h28_01.gif);
 cursor:pointer;
 height:24px;
 color:#1A3301;
 border:1px solid #6DD605;
 padding-left:5px;
 padding-right:5px; 
 }
 .menu_ma_bt02 {
 background:url(img/btn_h28_02.gif);
 cursor:pointer;
 height:24px;
 color:#664202;
 border:1px solid #EC9704;
 padding-left:5px;
 padding-right:5px; 
 } 
 .menu_ma_bt03 {
 background:url(img/btn_h28_03.gif);
 cursor:pointer;
 height:24px;
 color:#1C3042;
 border:1px solid #8AAECE; 
 padding-left:5px;
 padding-right:5px; 
 }
 
 /**
 * 左边菜单区样式
 */
.title_bg01{
background-image:url(img/title_bg01.gif);   
}
.title_bg02{
background-image:url(img/title_bg02.gif);   
}
.title_bg03{
background-image:url(img/title_bg03.gif);   
}

.borderline{
border:1px solid #B0B1B3;
}
.left_line{
border-left:1px solid #B0B1B3;
}
.right_line{
border-right:1px solid #B0B1B3;
}
.top_line{
border-top:1px solid #B0B1B3;
}
.bottom_line{
border-bottom:1px solid #B0B1B3;
}

.left_menu_title{
 font-family:宋体; 
 font-size:12px; 
 color:#2A3B4D; 
 font-weight:bold;
}
/**
* 中间分隔条样式
*/
.middle_split_line{
cursor:pointer;
vertical-align:middle;
background-color:#E4EDFC;
}
/**
* 多标签项样式
*/
 .label01{
 width:130px;
 height:24px; 
 background:url(img/label01.gif);
 cursor:pointer;
 }
 .label02{
 width:130px;
 height:24px; 
 background:url(img/label02.gif);
 cursor:pointer;
 } 

 .label03{
 width:21px;
 height:24px; 
 background:url(img/label03.gif);
 cursor:pointer;
 } 
 
/**
* 底部样式
*/
.bottom_bgc{
background-color:#E4EDFC;
border:1px solid #B0B1B3;
}

/**
* 超链接样式
*/
a:link {font-size: 12px; text-decoration: none; color:#000000;} /**指正常的未被访问过的链接**/
a:hover {font-size: 12px; text-decoration: underline; color:#FF0000;}  /**指鼠标在链接上**/
a:active {font-size: 12px; text-decoration: underline; color:#996666;}  /**指正在点的链接**/
a:visited {font-size: 12px; text-decoration: none; color:#000000;} /**指已经访问过的链接 color:#663300**/

.a1:link {FONT-SIZE: 12px; TEXT-DECORATION: none; color: #000000}
.a1:hover {COLOR: #FF0000; FONT-SIZE: 12px; TEXT-DECORATION: none}
.a1:active {FONT-SIZE: 12px; TEXT-DECORATION: none; color: #fff000}
.a1:visited {COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none}

/*.a2{ background-color:#C1E0AA; border:2px solid  #C1E0AA; text-align:center;}*/
.a2:link {FONT-SIZE: 12px; TEXT-DECORATION: none; color: #FF0000;}
.a2:hover {COLOR: #FF0000; FONT-SIZE: 12px; TEXT-DECORATION: none}
.a2:active {FONT-SIZE: 12px; TEXT-DECORATION: none; color: #FF0000}
.a2:visited {COLOR: #FF0000; FONT-SIZE: 12px; TEXT-DECORATION: none;}

.a3:link {FONT-SIZE: 12px; TEXT-DECORATION: none; color:#022447}
.a3:hover {COLOR: #FF0000; FONT-SIZE: 12px; TEXT-DECORATION: none}
.a3:active {FONT-SIZE: 12px; TEXT-DECORATION: none; color: #fff000}
.a3:visited {COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none}

.a4:link {font-size: 12px; text-decoration: underline; color:#24599B;} /**指正常的未被访问过的链接**/
.a4:hover {font-size: 12px; text-decoration: none; color:#FF0000;}  /**指鼠标在链接上**/
.a4:active {font-size: 12px; text-decoration: underline; color:#CC99FF;}  /**指正在点的链接**/
.a4:visited {font-size: 12px; text-decoration: none; color:#6633CC;} /**指已经访问过的链接**/

.a5:link {font-size: 12px; text-decoration: underline; color:#000000;}
.a5:hover {font-size: 12px; text-decoration: none; color:#FF0000;}
.a5:active {font-size: 12px; text-decoration: underline; color:#000000;}
.a5:visited {font-size: 12px; text-decoration: underline; color:#000000;}

.a6:link {font-size: 12px; text-decoration: none; color:#022447;} /*链接样式*/
.a6:visited {font-size: 12px; text-decoration: none; color:#022447;} /*访问后的样式*/
.a6:hover {font-size: 12px; text-decoration: underline; color:#FF0000;} /*鼠标放在链接上的样式*/

.a7:link {font-size: 12px; text-decoration: underline; color:#FF0000;}
.a7:hover {font-size: 12px; text-decoration: none; color:#0000FF;}
.a7:active {font-size: 12px; text-decoration: underline; color:#FF0000;}
.a7:visited {font-size: 12px; text-decoration: underline; color:#FF0000;}

.a8:link {font-size: 12px; text-decoration: underline; color:#FF0000;}
.a8:hover {font-size: 12px; text-decoration: none; color:#00FFFF;}
.a8:active {font-size: 12px; text-decoration: underline; color:#FF0000;}
.a8:visited {font-size: 12px; text-decoration: underline; color:#FF0000;}

.a9:link {font-size: 12px; text-decoration: none; color:#FFFFFF;} /*链接样式*/
.a9:visited {font-size: 12px; text-decoration: none; color:#FFFFFF;} /*访问后的样式*/
.a9:hover {font-size: 12px; text-decoration: underline; color:#FF0000;} /*鼠标放在链接上的样式*/

.font_color1{
color:#022447;  
}

table {
    border: 0;
    border-collapse: collapse; /*相当于 cellspacing="0"*/
}

td,th {
    padding: 0px; /*相当于 cellpadding="0"*/
}
 
/**
*子主菜样式
*/
.menu_sub_bgc{
background-color:#E2EEFC;
}
.menu_sub_bgc1{
background-color:#909BA6;
}
.menu_sub_bt00{
height:24px;
padding-left:5px;
padding-right:5px;
border:1px solid #E2EEFC;
color:#5E7682;
cursor:hand;
}
.menu_sub_bt02{
height:24px;
padding-left:5px;
padding-right:5px;
border:1px solid #ACC1DE;
background-color:#F0E8D0;
color:#463B18;
cursor:hand;
}
.menu_sub_bt01{
height:24px;
padding-left:5px;
padding-right:5px;
border:1px solid #ACC1DE;
background-color:#F0F9FD;
color:#0C405C;
cursor:hand;
}

/**
*输入框的样式
*/
.input_text0{
    border:0;
    height:22px;
    padding-left:3px;
}
.input_text1{
    border:1px solid #B0B1B3;
    height:22px;
    /*line-height:22px;*/
    padding-left:3px;
}
.input_text2{
    border:1px solid #A4BED4;
    height:18px;
    padding-left:3px;
}

.input_text3{
    border:1px solid #B0B1B3;
    height:18px;
    padding-left:5px;
}
.input_text4{
    border:1px solid #B0B1B3;
    height:18px;
    text-align:center;
    padding:0;
    marging:0;
}
.input_text5{
    border:0;
    border-bottom:1px solid #B0B1B3;
    height:18px;
    padding-left:5px;
}

.input_text6{
    border:1px solid #A4BED4;
    height:22px;
    padding-left:3px;
    padding-top:4px;
}

.input_text10{
    width:100px;
    height:20px;
    border:1px solid #B0B1B3;
    background-color:#FFFFE5;
    padding-left:2px;
    line-height:20px;
}
.input_text11{
    width:100px;
    height:20px;
    border:1px solid #124D93;
    background-color:#DAFFB8;
    padding-left:2px;
    line-height:20px; 
}
.input_text31{
width:50px;
color:red;
text-align:center;
border:1px solid #B0B1B3;
background-color:#FFFFE5;
line-height:18px;
height:18px;
}
.input_text32{
width:50px;
color:red;
text-align:center;
border:1px solid #124D93;
background-color:#DAFFB8;
line-height:18px;
height:18px;
}

.select_button{
 border:1px solid #B0B1B3;
 background:url(icons/more.png) no-repeat;  
 CURSOR: pointer; 
 height:20px;
 width:20px;
}
.select_btn16{
 border:1px solid #B0B1B3;border-left:0;
 background:url(icons/more.png) no-repeat;  
 CURSOR: pointer; 
 height:16px;
 width:16px;
}
.select_btn18{
 border:1px solid #B0B1B3;border-left:0;
 background:url(icons/more.png) no-repeat;  
 CURSOR: pointer; 
 height:18px;
 width:18px;
}
.select_btn12{
 border:1px solid #B0B1B3;border-left:0;
 background:url(icons/more10.png) no-repeat;  
 CURSOR: pointer; 
 height:18px;
 width:12px;
}

.select_button1{
 border:1px solid #AAAAAA;
 background:url(icons/more1.png) no-repeat;  
 CURSOR: pointer; 
 height:30px;
 width:20px;
}

.query_button{
 border:1px solid #B0B1B3;
 background:url(icons/search.png); 
 CURSOR: pointer; 
 height:18px;
 width:18px;
}

.date_button{
 border:1px solid #B0B1B3;
 background:url(icons/date.png) no-repeat;
 CURSOR: pointer; 
 height:20px;
 width:20px;
}

.clear_button{
 border:1px solid #B0B1B3;
 background:url(icons/clear.gif) no-repeat;  
 CURSOR: pointer; 
 height:20px;
 width:20px;
}

.select_down{
 border:1px solid #B0B1B3;
 background:url(icons/down.png) no-repeat;  
 CURSOR: pointer; 
 height:20px;
 width:20px;
}

.del_button{
 border:1px solid #B0B1B3;
 background:url(icons/close.gif) no-repeat;  
 CURSOR: pointer; 
 height:20px;
 width:20px;
}

.sum_button{
 border:1px solid #B0B1B3;
 background:url(icons/sum.png) no-repeat;  
 CURSOR: pointer; 
 height:20px;
 width:20px;
}

/**
* 表格标签样式
*/
.label_bgc01{
 background:url(img/label_bgc_01.gif);
 width:31px;
 height:23px;
 text-align:center;
}
.label_bgc02{
 background:url(img/label_bgc_02.gif);
 height:23px;
}
.label_bgc03{
 background:url(img/label_bgc_03.gif);
 width:14px;
 height:23px; 
}
.td_bgc_01{
 background:url(img/td_bgc01.gif);
 height:26px;
}
.bgc_01{
 background:url(img/bgc_01.gif);
}
.bgc_02{
 background:url(img/bgc_02.gif);
}

/**
*字体颜色1 ：深蓝色(#2A3B4D)
*/
.font-color1{
    color:#2A3B4D;
}
/**
* 表单样式
*/
.tableform {
border-top:1px solid #B0B1B3;
border-left:1px solid #B0B1B3;
}
.tableform td {
border-bottom:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
height:30px;
padding-left:3px;
word-break:break-all;/*文字自动换行*/
}

.tableform_bgc {
background-color:#F8F8F8;
text-align:center;
width:100px;
}
.tableform_bgc01 {
background-color:#F8F8F8;
text-align:center;
}
.tableform_bgc02 {
background-color:#FFFFFF;
}
.tableform_bgc03 {
background-color:#F8F8F8;
text-align:center;
color:#ff0000;
}
.line_09c_left{
    border-left:1px solid #B0B1B3;
}
.line_09c_right{
    border-right:1px solid #B0B1B3;
}
.line_09c_top{
    border-top:1px solid #B0B1B3;
}
.line_09c_bottom{
    border-bottom:1px solid #B0B1B3;
}
/**
* 表格样式
*/
.table1 {
border-top:1px solid #B0B1B3;
border-left:1px solid #B0B1B3;
}
.table1 td,th {
border-bottom:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
height:26px;
text-align:center;
word-break:break-all;/*文字自动换行*/
}
.table1 th{
background:url(img/tabs_active.png);
height:32px;
}
.tabs_active{
    background:url(img/tabs_active.png);
    height:32px;    
}
.table1_header_bg{
    background:url(img/datagrid_header_bg.gif);
    height:24px;
    border-left:1px solid #B0B1B3;
    border-right:1px solid #B0B1B3;
    border-top:1px solid #B0B1B3;
}
.table2 {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}
.table2 td,th {
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
height:22px;
text-align:center;
word-break:break-all;/*文字自动换行*/
}
.table2 th{
background-color:#F8F8F8;
height:30px;
}
.gray_bgc{
background-color:#F8F8F8;
}
.table0 {
border:0;
}
.table td{
border:0;
}

/**
* 分页栏边框样式
*/
.table1_fengye{
/** background-color:#F9F9F9; **/
border-left:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
boerd-top:0px;
border-bottom:1px solid #B0B1B3;
height:25px;
}

/**
* 线条样式
*/
.line_left1{
    border-left:1px solid #B0B1B3;
}
.line_right1{
    border-right:1px solid #B0B1B3;
}
.line_top1{
    border-top:1px solid #B0B1B3;
}
.line_bottom1{
    border-bottom:1px solid #B0B1B3;
}

/*
* 列表样式
*/
.table_list{
border-top:1px solid #B0B1B3;
border-left:1px solid #B0B1B3;  
}
.table_list td,th {
border-bottom:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
height:23px;
text-align:center;
word-break:break-all;/*文字自动换行*/
}
.table_list th{
background:url(img/table_head_grad.png);
height:23px;
}

.table_list1{
border-top:1px solid #B0B1B3;
border-left:1px solid #B0B1B3;  
}
.table_list1 td,th {
border-bottom:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
height:24px;
text-align:center;
word-break:break-all;/*文字自动换行*/
}
.table_list1 th{
background:url(img/table_head_grad1.gif);
height:33px;
}

.table_th{
background:url(img/table_head_grad1.gif);
height:33px;
}

/*===分隔条样式===*/
.split_line1{
background:url('img/split_line.gif') no-repeat;
width:2px; 
}
.split_line2{
background:url('img/split_line2.png') no-repeat;
width:2px; 
}

.sixponit{
background:url('img/sixponit.gif') no-repeat;
width:15px;
vertical-align:middle;
}

.datagrid_head{
    background:url(img/datagrid_head.gif);
    border:1px solid #B0B1B3;
    height:30px;
}
.datagrid_head2{
    background:url(img/datagrid_head2.gif);
    border:1px solid #B0B1B3;
    height:15px;
}
.table_head_grad{
    background:url(img/table_head_grad.gif);
}
.table_num_bg{
    background:url(img/table_num_bg.gif);
    height:23px;
}
.table_num_bgc{
    background-color:#F5F5F5;
    height:23px;
}
.table_num_sel{
background-image:url(img/jiantao.gif);
background-repeat:no-repeat;
background-position:2px center;
}
.table_num_bg1{
    background:url(img/table_num_bg1.gif);
}

.table_head_grad2{
    background:url(img/table_num_bg2.gif);
}

.head_bgc001{
    background:url(img/head_bgc001.png);
}

.grey_bgc01{
    background:url(img/grey_bgc.png);
}

/**
* 表格样式：表头固定，表体可滚动============样式1====================================
**/
/*重点：固定行头样式*/
.scrollRowThead{position: relative; 
left: expression(this.parentElement.parentElement
.parentElement.parentElement.scrollLeft);
z-index:0;}
.scrollRowThead1{position: relative; 
left: expression(this.parentElement.parentElement
.parentElement.parentElement.parentElement.scrollLeft);
z-index:0;}
/*重点：固定表头样式*/
.scrollColThead {position: relative;
top: expression(this.parentElement.parentElement
.parentElement.scrollTop);
z-index:2;}
/*行列交叉的地方*/
.scrollCR { z-index:3;}
.scrollCR1 { z-index:4;}
/*div外框*/
.scrollDiv {
/*height:200px;*/
clear: both; 
border: 1px solid #cccccc;
overflow-y:auto;
overflow-x:auto;
/*width: 320px;*/
}
/*行头居中*/
.scrollColThead td,.scrollColThead th
{ text-align: center ;}
/*行头列头背景*/
.scrollRowThead,.scrollColThead td,.scrollColThead th
{background-color:#F8F8F8;}
.scrollRowThead{
border-right: 1px solid #cccccc;
text-align:center;
}
/*表格的线*/
.scrollTable{
border-bottom:1px solid #cccccc; 
border-right:1px solid #cccccc; }
/*单元格的线等*/
.scrollTable td,.scrollTable th{
border-left: 1px solid #cccccc; 
border-top: 1px solid #cccccc; 
/*padding: 5px;*/
}
.scrollColThead th{
border-bottom: 1px solid #cccccc; 
}

.td_f8{
background-color:#F8F8F8;   
}


/**
* 表格样式：表头固定，表体可滚动==========样式2==================================
**/
/*重点：固定行头样式*/
.scroll_RowThead{position: relative; 
left: expression(this.parentElement.parentElement
.parentElement.parentElement.scrollLeft);
z-index:0;}
/*重点：固定表头样式*/
.scroll_ColThead {position: relative;
top: expression(this.parentElement.parentElement
.parentElement.scrollTop);
z-index:2;}
.scroll_ColThead1 {position: relative;
top: expression(this.parentElement.parentElement
.parentElement.scrollTop);
z-index:2;}
.scroll_ColThead2 {position: relative;
top: expression(this.parentElement.parentElement
.parentElement.scrollTop);
z-index:2;}
/*行列交叉的地方*/
.scroll_CR { z-index:3;}
/*div外框*/
.scroll_Div {
/*height:200px;*/
clear: both; 
border: 1px solid #B0B1B3;
overflow-y:auto;
overflow-x:auto;
/*width: 320px;*/
}
/*行头居中*/
.scroll_ColThead td,.scroll_ColThead th,.scroll_ColThead1 th,scroll_ColThead2 th
{ text-align: center ;}
/*行头列头背景*/
.scroll_RowThead,.scroll_ColThead td,.scroll_ColThead th
{
/*  background-color:#EEEEEF; */
/*  background-image:url("img/tabs_active.png");*/
    background-image:url("img/table_head_grad.png");
}
.scroll_ColThead1 th{
    background-image:url("img/table_head_grad3.png");
}   
.scroll_RowThead{
border-right: 1px solid #B0B1B3;
text-align:center;
}
/*表格的线*/
.scroll_Table{
border-bottom:1px solid #B0B1B3; 
/* border-right:1px solid #B0B1B3;*/
}
/*单元格的线等*/
.scroll_Table td{
border-left: 1px solid #B0B1B3; 
border-top: 1px solid #B0B1B3;
height:22px;
/*padding: 5px;*/
}
.scroll_Table th{
border-left:0;
border-top:0;
border-right: 1px solid #B0B1B3; 
border-bottom: 1px solid #B0B1B3;
/*padding: 5px;*/
}

.th_bgd{
    background-image:url("img/table_head_grad.png");
}
.th_bgc{
    background-color:#FF0000;
    border-bottom:5px solid #FFDCA5;
    
}
.th_bgd1{
    background-image:url("img/table_head_grad3.png");
}
.th_bgd4{
    height:25px;
    background-image:url("img/table_head_grad4.png");
}

.scroll_left_line{
    border-left: 1px solid #B0B1B3; 
}
.scroll_right_line{
    border-right: 1px solid #B0B1B3; 
}
.scroll_top_line{
    border-top: 1px solid #B0B1B3; 
}
.scroll_bottom_line{
    border-bottom: 1px solid #B0B1B3; 
}
.scroll_border_line{
    border: 1px solid #B0B1B3;
}

/*********************************指定列与指定头固定(灰色底)********************************************************/
/*** 说明：
**** Locked为垂直水平都锁定不动，VLocked为垂直锁定水平可动，HLocked为水平锁定垂直可动。
**** zffdiv为table外执行滚动的DIV的ID名。
**** .div_table为table样式，.div_table td为table中td的样式
**/
div.DivContainer{
    overflow: auto;
    border: solid 1px gray;
}
.div_table {
    border-collapse: collapse;
    /**border:solid 1px gray;**/
    border:0px;
}
.div_table td {
    position: relative;
    /**padding: 5px;**/
    border-top: solid 0px gray;
    border-bottom: solid 1px gray;
    border-left: solid 0px gray;
    border-right: solid 1px gray;
}
td.HLocked{  /*左侧冻结的列*/ 
    z-index: 10;
    position: relative;
    left: expression(document.getElementById("zffdiv").scrollLeft);
    text-align: center;
    BORDER-RIGHT: #555 1px solid;
    BORDER-TOP: #fff 1px solid;
    BORDER-BOTTOM: #555 1px solid;
    BORDER-LEFT: #fff 1px solid;
    padding:2 1 2 2;
    BACKGROUND: #ccc;
}
td.VLocked{  /*垂直固定的表头*/ 
    z-index: 20;
    position: relative;
    top: expression(document.getElementById("zffdiv").scrollTop);
    color: black;
    text-align: center;
    BORDER-RIGHT: #555 1px solid;
    BORDER-TOP: #fff 1px solid;
    BORDER-BOTTOM: #555 1px solid;
    BORDER-LEFT: #fff 1px solid;
    padding:2 1 2 2;
    BACKGROUND: #ccc;
}
td.Locked{  /*垂直、水平都固定的表头*/ 
    z-index: 30;
    position: relative;
    top: expression(document.getElementById("zffdiv").scrollTop);
    left: expression(document.getElementById("zffdiv").scrollLeft);
    color: black;
    text-align: center;
    BORDER-RIGHT: #555 1px solid;
    BORDER-TOP: #fff 1px solid;
    BORDER-BOTTOM: #555 1px solid;
    BORDER-LEFT: #fff 1px solid;
    padding:2 1 2 2;
    BACKGROUND: #ccc;
    font-weight:bold;
}
/*********************************指定列与指定头固定(浅蓝色底)************************************************/
div.zffscroll_div{
    overflow: auto;
    border: solid 1px #B0B1B3;
    border-top:solid 1px #ffffff;
}
.zffscroll_table {
    border-collapse: collapse; /*解决单元格内容为空时，无法显示单元格边框的问题*/  
    /**border:solid 1px gray;**/
    border:0px;
}
.zffscroll_table td {
    position: relative;
    /**padding: 5px;**/
    border-top: solid 0px #B0B1B3;
    border-bottom: solid 1px #B0B1B3;
    border-left: solid 0px #B0B1B3;
    border-right: solid 1px #B0B1B3;
    empty-cells:show; /* 可以让消失的边框显现出来 */
}
td.HLocked_td{  /*左侧冻结的列*/ 
    z-index: 10;
    position: relative;
    left: expression(document.getElementById("zffscrolldiv").scrollLeft);
    text-align: center;
    border-right: #B0B1B3 1px solid;
    border-top: #fff 1px solid;
    border-bottom: #B0B1B3 1px solid;
    border-left: #fff 1px solid;
    padding:2 1 2 2;
    background-color: #F0F0F1;
}
td.HLocked_td1{  /*左侧冻结的列*/ 
    z-index: 10;
    position: relative;
    left: expression(document.getElementById("zffscrolldiv").scrollLeft);
    text-align: center;
    border-right: #b0b1b3 1px solid;
    border-top: #fff 1px solid;
    border-bottom: #b0b1b3 1px solid;
    border-left: #fff 1px solid;
    padding:2 1 2 2;
    background-color: #ffffff;
}
td.VLocked_td{  /*垂直固定的表头*/ 
    z-index: 20;
    position: relative;
    top: expression(document.getElementById("zffscrolldiv").scrollTop);
    color: black;
    text-align: center;
    border-right: #b0b1b3 1px solid;
    border-top: #fff 1px solid;
    border-bottom: #b0b1b3 1px solid;
    border-left: #fff 1px solid;
    padding:2 1 2 2;
    background-color: #f0f0f1;
    font-weight:bold;
}
td.Locked_td{  /*垂直、水平都固定的表头*/  
    z-index: 30;
    position: relative;
    top: expression(document.getElementById("zffscrolldiv").scrollTop);
    left: expression(document.getElementById("zffscrolldiv").scrollLeft);
    color: black;
    text-align: center;
    border-right: #b0b1b3 1px solid;
    border-top: #fff 1px solid;
    border-bottom: #b0b1b3 1px solid;
    border-left: #fff 1px solid;
    padding:2 1 2 2;
    background-color: #f0f0f1;
    font-weight:bold;
}

/*******流程图底图样式******/
.liucheng01{
 background:url(img/liucheng_ditu01.gif);
 width:112px;
 height:45px;
 text-align:center;
 font-family:黑体;
 font-size:14px;
 font-weight:bold;
 color:#000000;
 cursor:pointer;
}
.liucheng02{
 background:url(img/liucheng_ditu02.gif);
 width:112px;
 height:45px;
 text-align:center;
 font-family:黑体;
 font-size:14px;
 font-weight:bold;
 color:#FFFFFF;
 cursor:pointer;
}
.liucheng03{
 background:url(img/liucheng_ditu03.gif);
 width:112px;
 height:45px;
 text-align:center;
 font-family:黑体;
 font-size:14px;
 font-weight:bold;
 color:#FF0000;
 cursor:pointer;
}
/***********************************************************************************************/
/**
* 标签样式(仿jquery标签)
**/
.label_left_td {
width:7px;
height:20px;
background:url(img/biaoqian_left.png);
}
.label_middle_td {
width:100px;
height:30px;
line-height:30px;
background:url(img/biaoqian_middle.png);
text-align:center;
font-weight:bold;
}
.label_right_td {
width:7px;
height:30px;
background:url(img/biaoqian_right.png);
}
.label_other_td {
height:30px;
background:url(img/biaoqian_other.png);
}
.label_line_left {
border-left:1px solid #B0B1B3;  
}
.label_line_right {
border-right:1px solid #B0B1B3; 
}
.label_line_top {
border-top:1px solid #B0B1B3;   
}
.label_line_bottom {
border-bottom:1px solid #B0B1B3;    
}
.label_line_lrb {
border-left:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
border-bottom:1px solid #B0B1B3;
}
.label_line_lrt {
border-left:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
border-top:1px solid #B0B1B3;
}
.label_line_border {
border:1px solid #B0B1B3; 
}

/**
* 登录样式
*/
.login_bg01{
background:url(login_img/login_01.gif);
}
.login_bg02{
background:url(login_img/login_02.gif);
}
.login_bg03{
background:url(login_img/login_03.gif);
}
.login_bg04{
background:url(login_img/login_04.gif);
}
.login_bg05{
background:url(login_img/login_05.gif);
}
.login_bg06{
background:url(login_img/login_06.gif);
}
.login_bg07{
background:url(login_img/login_07.gif);
}
.login_bg08{
background:url(login_img/login_08.gif);
}
.login_bg09{
background:url(login_img/login_09.gif);
}
.login_bg10{
background:url(login_img/login_10.gif);
}
.login_bg11{
background:url(login_img/login_11.gif);
}
.login_bg12{
background:url(login_img/login_12.gif);
}
.login_bg13{
background:url(login_img/login_13.gif);
}
.login_bg14{
background:url(login_img/login_14.gif);
}
.login_bg15{
background:url(login_img/login_15.gif);
}
.login_bottom{
background-color:#24599B;
color:#FFFFFF;
font-size:14px;
text-align:center;

}

.bgc_white{
background-color:#FFFFFF;
}

/*=======按钮样式======*/

.btn1_mouseover {
 border:1px solid #E46208;
 background:url(img/bt20_red.gif);
 CURSOR: pointer; 
 height:22px;
 color:#A35E1F;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 } 

.btn1_mouseout {
 border:1px solid #B0B1B3;
 background:url(img/bt20_blue.gif); 
 CURSOR: pointer; 
 height:22px;
 padding-top:2px;
 color:#2A3B4D;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 }
 
 .btn1_mousedown {
 border:1px solid #8ECF5B;
 background:url(img/bt20_green.gif); 
 CURSOR: pointer; 
 height:22px;
 padding-top:2px;
 color:#2A3B4D;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 }
 
 .btn16_mouseover {
 border:1px solid #E46208;
 background:url(img/bt16_red.gif);
 CURSOR: pointer; 
 height:18px;
 color:#A35E1F;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 } 

.btn16_mouseout {
 border:1px solid #B0B1B3;
 background:url(img/bt16_blue.gif); 
 CURSOR: pointer; 
 height:18px;
 color:#2A3B4D;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 }
 
 .btn16_blue {
 border:1px solid #B0B1B3;
 background:url(img/bt16_blue.gif); 
 CURSOR: pointer; 
 height:18px;
 color:#2A3B4D;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 }
 
 .btn16_green {
 border:1px solid #8ECF5B;
 background:url(img/bt16_green.gif);
 CURSOR: pointer; 
 height:18px;
 color:#025C01;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 } 
 
.btn16_yellow {
 border:1px solid #D28B05;
 background:url(img/bt16_yellow.gif);
 CURSOR: pointer; 
 height:18px;
 color:#EB6710;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 } 
 
 .btn16_print {
 border:1px solid #B0B1B3;
 background-color:#EAFAFF;
 color:#0C45BB;
 cursor: pointer; 
 height:18px;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 } 
 
 .btn16_blue1 {
 border:1px solid #CDA918;
 background-color:#D1F1FF;
 cursor: pointer; 
 height:18px;
 color:#33485E;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 } 
  
 .btn16_green1 {
 border:1px solid #E6C12A;
 background-color:#D8F3FF;
 cursor: pointer; 
 height:18px;
 color:#097709;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 } 

 .btn16_green2 {
 border:1px solid #A2D58D;
 background-color:#E0F1D9;
 cursor: pointer; 
 height:18px;
 color:#025C01;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 }
 
  .btn16_green3 {
 border:1px solid #40906E;
 background-color:#E7F8EA;
 cursor: pointer; 
 height:18px;
 color:#316C52;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 }
 
 .btn16_pink {
 border:1px solid #FF78AA;
 background-color:#F6E9F6;
 cursor: pointer; 
 height:18px;
 color:#FF4E90;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 } 

 .btn16_blue01 {
 border:1px solid #B0B1B3;
 background-color:#EAFAFF;
 cursor: pointer; 
 height:18px;
 color:#0C45BB;
 padding-left:3px;padding-right:3px;vertical-align:middle;
 }
 
 .btn16_blue02 {
 border:1px solid #EB6710;
 background-color:#FBD773;
 cursor: pointer; 
 height:18px;
 color:#FF0000;
 padding-left:3px;padding-right:3px;vertical-align:middle; 
 } 

/**
* 打印的表格样式
*/
.table_print 
{ 
border-color: #000000 #000000 #000000 #000000; 
border-style: solid; 
border-top-width: 2px; 
border-right-width: 2px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
}
.td_print 
{ 
border-bottom: 1 solid #000000; 
border-left: 1 solid #000000; 
border-right: 0 solid #ffffff; 
border-top: 0 solid #ffffff; 
}

/**/
.kap_td1{
     border-left:1px solid #B0B1B3;
     border-top:0;
     border-right:1px solid #B0B1B3;
     border-bottom:0;
     background:url(img/kap_bgd1.gif);  
     height:27px;    
}
.kap_left_line1{
    border-left:1px solid #B0B1B3;
}
.kap_top_line1{
    border-left:1px solid #B0B1B3;
}
.kap_right_line1{
    border-left:1px solid #B0B1B3;
}
.kap_bottom_line1{
    border-bottom:1px solid #B0B1B3;
}

/*====进入参数配置=====*/
.canshupz01 {
 border:1px solid #B0B1B3;
 background:url(img/canshupz01.gif); 
 CURSOR: pointer; 
 height:22px;
 width:122px;
 }
 .canshupz02 {
 border:1px solid #E46208;
 background:url(img/canshupz02.gif);
 CURSOR: pointer; 
 height:22px;
 width:122px;
 }
.shac_shouli01 {
 border:1px solid #B0B1B3;
 background:url(img/shac_shouli01.png); 
 CURSOR: pointer; 
 height:22px;
 width:122px;
 }
 .shac_shouli02 {
 border:1px solid #E46208;
 background:url(img/shac_shouli02.png);
 CURSOR: pointer; 
 height:22px;
 width:122px;
 }  
 
.ditu_css_01{
     background:url(img/ditu_blue01.png); 
     cursor: pointer; 
     height:33px;
     width:150px;
} 
.ditu_css_02{
     background:url(img/ditu_blue02.png); 
     cursor: pointer; 
     height:33px;
     width:150px;
}
/**内部表，深蓝底标题，浅黄底内容**/
    .table_danh{
        border:0;height:20px;
    }
    .danh_td{
        border:0;height:20px;
    }
    .danh_txt{
        border:1px solid #B0B1B3;text-align:center;background-color:#08246B;color:#FFFFFF;
    }
    .danh_val{
        border:1px solid #B0B1B3;text-align:center;background-color:#FFFFD3;
    }
/**//**/    

 .pic_btn01 {
 border:1px solid #B0B1B3;
 background:url(icons/ok.png) no-repeat 5% 50%; 
 color:#08246B;
 CURSOR: pointer; 
 height:20px;
 width:55px;
 font-weight:bold;
 }
 
 .pic_btn02 {
 border:1px solid #B0B1B3;
 background:url(icons/ok.png) no-repeat 5% 50%; 
 color:#2E744E;
 CURSOR: pointer; 
 height:20px;
 width:55px;
 } 
 
  .pic_btn03 {
 border:1px solid #D28B05;
 background:url(icons/search.png) no-repeat 5% 50%; 
 color:#EB6710;
 CURSOR: pointer; 
 height:20px;
 width:55px;
 font-weight:bold;
 }
 
 .pic_btn04 {
 border:1px solid #D28B05;
 background:url(icons/search.png) no-repeat 5% 50%; 
 color:#EB6710;
 CURSOR: pointer; 
 height:20px;
 width:55px;
 }
 
 .excel_btn01 {
 border:1px solid #2E744E;
 background:url(icons/excel_ico12.png) no-repeat 5% 50%; 
 background-color:#E5FFE5;
 color:#1F6305;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }
 
 .excel_btn02 {
 border:1px solid #EB6710;
 background:url(icons/excel_ico12.png) no-repeat 5% 50%; 
 background-color:#FBD773;
 color:#FF0000;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }
 
 .print_btn01 {
 border:1px solid #B0B1B3;
 background:url(icons/print_ico12.png) no-repeat 5% 50%; 
 background-color:#EAFAFF;
 color:#0C45BB;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }
 
 .print_btn02 {
 border:1px solid #EB6710;
 background:url(icons/print_ico12.png) no-repeat 5% 50%; 
 background-color:#FBD773;
 color:#FF0000;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 } 
 
.query_btn01 {
 border:1px solid #B0B1B3;
 background:url(icons/search.png) no-repeat 5% 50%; 
 background-color:#EEFFFF;
 color:#0C45BB;
 cursor:pointer; 
 height:18px;
 width:50px;
 /**font-weight:bold;**/
 }
 .query_btn02 {
 border:1px solid #EB6710;
 background:url(icons/search.png) no-repeat 5% 50%; 
 background-color:#FBD773;
 color:#FF0000;
 cursor:pointer; 
 height:18px;
 width:50px;
 /**font-weight:bold;**/
 }
 
 
 
 .sendmsg_btn01 {
 border:1px solid #B0B1B3;
 background:url(icons/Envelope.gif) no-repeat 5% 50%; 
 background-color:#EAFAFF;
 color:#0C45BB;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }
 
 .sendmsg_btn02 {
 border:1px solid #EB6710;
 background:url(icons/Envelope.gif) no-repeat 5% 50%; 
 background-color:#FBD773;
 color:#FF0000;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }
 
 .sendemail_btn01 {
 border:1px solid #B0B1B3;
 background:url(icons/msg_btn01.gif) no-repeat 5% 50%; 
 background-color:#EAFAFF;
 color:#0C45BB;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }
 
 .sendemail_btn02 {
 border:1px solid #EB6710;
 background:url(icons/msg_btn01.gif) no-repeat 5% 50%; 
 background-color:#FBD773;
 color:#FF0000;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }   

 .sum_btn01 {
 border:1px solid #B0B1B3;
 background:url(icons/sum.png) no-repeat 5% 50%; 
 background-color:#D7F2FF;
 color:#08246B;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }
 
 .sum_btn02 {
 border:1px solid #EB6710;
 background:url(icons/sum.png) no-repeat 5% 50%; 
 background-color:#FBD773;
 color:#FF0000;
 CURSOR: pointer; 
 height:18px;
 width:50px;
 }
  
.upper_case{
    text-transform:uppercase;
}
.lower_case{
    text-transform:lowercase;
}

.input01{
    width:100px;border:1px solid #A6A9B0;background:none;text-align:center;color:#FF7200;height:18px;
}
.input02{
    width:100px;border:1px solid #0000FF;background:#AFD788;text-align:center;color:#0000FF;height:18px;
} 
    
/*==========================================================*/




/*以下样式待整理=======================================================================================================*/

body {
  SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; /*滚动条及箭头的亮边色*/
  SCROLLBAR-SHADOW-COLOR: #E1E1E1;    /*滚动条及箭头的暗边色*/
  SCROLLBAR-3DLIGHT-COLOR: #E1E1E1;   /*滚动条及箭头的3D亮边色*/
  SCROLLBAR-TRACK-COLOR: #EEEEEF;     /*滚动条底色*/
  SCROLLBAR-DARKSHADOW-COLOR:#FFFFFF; /*滚动条及箭头的暗边阴影色*/
  SCROLLBAR-BASE-COLOR: #DBDCDD;      /*滚动条的基本颜色*/
  SCROLLBAR-ARROW-COLOR: #35507A;     /*箭头的颜色*/
  SCROLLBAR-FACE-COLOR: #DBDCDD;      /*滚动条及箭头的颜色*/
}



/* ========================["#F5831F"颜色]表格线条样式============================= */


.table0 {
border:0px;;
}
.table0 td {
border:0px;;
}

.boxNotop{
border-left:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
border-top:0px;
border-bottom:1px solid #B0B1B3;
}

.fengyeTd{
border-left:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
boerd-top:0px;
border-bottom:1px solid #B0B1B3;
height:25px;
}

/* =====================================表单中的表格样式============================== */

.tableform1 {
border-top:1px solid #B0B1B3;
border-left:1px solid #B0B1B3;
}
.tableform1 td {
border-bottom:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
height:23px;
padding-left:3px;
}

.td1{
background:url(img/bg_td03.gif);
height:26px;
}

.tableclearline{
border: 0px;
}
.tableclearline td{
border: 0px;
}
/*==================================表单中的输入框样式===============================*/
.text_grey { /*灰色*/
    border: #808080 1px solid;
    padding-left:5px;
    HEIGHT: 18px;
}

.text_green { /*绿色*/
    border: #2B9526 1px solid;
    HEIGHT: 18px;
}

.text_underLine_grey { /*灰色下划线输入框*/
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: #808080 1px solid;
    HEIGHT: 18px;
}

.text_underLine_green { /*绿色下划线输入框*/
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: #2B9526 1px solid;
    HEIGHT: 18px;
}

/*===============================表单中的按钮样式============================*/

  .btn3_mouseout {
 BORDER-RIGHT: #2C59AA 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: 
 #2C59AA 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: 
 progid:DXImageTransform.Microsoft.Gradient(GradientType=0, 
 StartColorStr=#ffffff, EndColorStr=#C3DAF5); BORDER-LEFT: #2C59AA 
 1px solid; CURSOR: pointer; COLOR: black; PADDING-TOP: 2px; 
 BORDER-BOTTOM: #2C59AA 1px solid
 }
 
/*
.btn1_mouseover {
 border:1px solid #E46208;
 PADDING-RIGHT: 2px; 
 PADDING-LEFT: 2px; 
 FONT-SIZE: 12px; 
 FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#FED998); 
 CURSOR: pointer; 
 COLOR: black; 
 PADDING-TOP: 2px; 
 height:22px;
 } 

.btn1_mouseout {
 BORDER-RIGHT: #B0B1B3 1px solid; 
 PADDING-RIGHT: 2px; 
 BORDER-TOP: #B0B1B3 1px solid; 
 PADDING-LEFT: 2px; 
 FONT-SIZE: 12px; 
 FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff, EndColorStr=#C3DAF5); 
 BORDER-LEFT: #B0B1B3 1px solid; 
 CURSOR: pointer; 
 COLOR: black; 
 PADDING-TOP: 2px; 
 BORDER-BOTTOM: #B0B1B3 1px solid
 } 
*/
   

.btn18_red {
 border:1px solid #E46208;
 background:url(img/bt18_red.gif);
 CURSOR: pointer; 
 height:20px;
 } 
.btn18_blue {
 border:1px solid #B0B1B3;
 background:url(img/bt18_blue.gif); 
 CURSOR: pointer; 
 height:20px;
 }
 .btn18_green {
 border:1px solid #8ECF5B;
 background:url(img/bt18_green.gif); 
 CURSOR: pointer; 
 height:20px;
 }
 
.btn20_red {
 border:1px solid #E46208;
 background:url(img/bt20_red.gif);
 CURSOR: pointer; 
 height:22px;
 } 
.btn20_blue {
 border:1px solid #B0B1B3;
 background:url(img/bt20_blue.gif); 
 CURSOR: pointer; 
 height:22px;
 }
 .btn20_green {
 border:1px solid #8ECF5B;
 background:url(img/bt20_green.gif); 
 CURSOR: pointer; 
 height:22px;
 }
 
 .btn22_red {
 border:1px solid #E46208;
 background:url(img/bt22_red.gif);
 CURSOR: pointer; 
 height:24px;
 } 
.btn22_blue {
 border:1px solid #B0B1B3;
 background:url(img/bt22_blue.gif); 
 CURSOR: pointer; 
 height:24px;
 }
 .btn22_green {
 border:1px solid #8ECF5B;
 background:url(img/bt22_green.gif); 
 CURSOR: pointer; 
 height:24px;
 }
 
 .btn24_red {
 border:1px solid #E46208;
 background:url(img/bt24_red.gif);
 CURSOR: pointer; 
 height:26px;
 } 
.btn24_blue {
 border:1px solid #B0B1B3;
 background:url(img/bt24_blue.gif); 
 CURSOR: pointer; 
 height:26px;
 }
 .btn24_green {
 border:1px solid #8ECF5B;
 background:url(img/bt24_green.gif); 
 CURSOR: pointer; 
 height:26px;
 } 
 .btn26_red {
 border:1px solid #E46208;
 background:url(img/bt26_red.gif);
 CURSOR: pointer; 
 height:28px;
 } 
.btn26_blue {
 border:1px solid #B0B1B3;
 background:url(img/bt26_blue.gif); 
 CURSOR: pointer; 
 height:28px;
 }
 .btn26_green {
 border:1px solid #8ECF5B;
 background:url(img/bt26_green.gif); 
 CURSOR: pointer; 
 height:28px;
 } 
  

 .btn2_mouseout {
 border:1px solid #70B1CF;
 background:url(img/bg_bt01.gif);
 color:#404040;
 height:26px;
 } 
  .btn2_mouseover {
 border:2px solid #8EB887;
 background:url(img/bg_bt02.gif);
 color:#666666;
 height:26px;
 }

 .btn_grey{
 border:1px solid #B0B1B3;
 background:url(img/bt20_blue.gif); 
 CURSOR: pointer; 
 height:22px;
 padding-left:2px;
 padding-right:2px; 
 color:#ACA899;
 }
 
/*====帮助=====*/
.help_bt01 {
 border:1px solid #B0B1B3;
 background:url(img/ckbz01.gif); 
 CURSOR: pointer; 
 height:22px;
 width:82px;
 }
 .help_bt02 {
 border:1px solid #E46208;
 background:url(img/ckbz02.gif);
 CURSOR: pointer; 
 height:22px;
 width:82px;
 }  

/*====查询====*/
.chaxun_bt01 {
 border:1px solid #B0B1B3;
 background:url(img/chaxun01.gif); 
 CURSOR: pointer; 
 height:22px;
 width:62px;
 }
 .chaxun_bt02 {
 border:1px solid #E46208;
 background:url(img/chaxun02.gif);
 CURSOR: pointer; 
 height:22px;
 width:62px;
 }  
 /*====选择人员====*/
 .xzry_bt01 {
 border:1px solid #B0B1B3;
 background:url(img/xzry01.gif); 
 CURSOR: pointer; 
 height:22px;
 width:82px;
 }
 .xzry_bt02 {
 border:1px solid #E46208;
 background:url(img/xzry02.gif);
 CURSOR: pointer; 
 height:22px;
 width:82px;
 } 
 /*====发送消息====*/
 .fsxx_bt01 {
 border:1px solid #B0B1B3;
 background:url(img/fsxx01.gif); 
 CURSOR: pointer; 
 height:22px;
 width:82px;
 }
 .fsxx_bt02 {
 border:1px solid #E46208;
 background:url(img/fsxx02.gif);
 CURSOR: pointer; 
 height:22px;
 width:82px;
 } 

/*==================================链接样式===============================*/
.link1:link {   
    text-decoration: underline;
    color: #0000FF;
}  /*链接*/
.link1:visited {    
    text-decoration: underline;
    color:#0000FF;
}  /*已访问过的链接*/
.link1:hover {
    text-decoration: none;
    color: #FF0000;
}  /*鼠标停在上方时*/
.link1:active {
    text-decoration: none;
    color:#0000FF;
} /*点下鼠标时*/





HR {
    COLOR: #009900
}
.left1{
    border-right: 5px solid #B7CFF1;
    background-color:#FFFFFF;
    height:100%;    
}

/*============其他=========================*/

.box_grey{
border-top:1px solid #8C8A8B;
border-bottom:1px solid #8C8A8B;
border-left:1px solid #8C8A8B;
border-right:1px solid #8C8A8B;
}

/*=============新加按钮==============================*/
/*1、主菜单按钮 ==============*/


/*3、左边菜单项 =====================*/
.menu_left_bg00{
padding-left:10px;
cursor:pointer; 
background-color:#F2FAFF;
height:30px;

}
.menu_left_bg01{
padding-left:10px;
cursor:pointer; 
background-color:#A7CCFF;
height:30px;

}
.menu_left_bg02{
padding-left:10px;
border:1px solid #6C92AD;
border-right:1px solid #FFFFFF; 
cursor:pointer;
background-color:#FFFFFF;
height:30px;
}
.menu_left_line{
border-right:1px solid #316CAC; 
}
.td_bgc{
background-color:#316CAC;
}
.td_bgc1{
background-color:#EDF1F6;
}
.td_bgc2{
background-color:#316CAC;
border-right:1px solid #316CAC; 
}

 .txfx_bt01 {
 border:1px solid #B0B1B3;
 background:url(img/txfx11.gif); 
 CURSOR: pointer; 
 height:19px;
 width:25px;
 }
 .txfx_bt02 {
 border:1px solid #E46208;
 background:url(img/txfx12.gif);
 CURSOR: pointer; 
 height:19px;
 width:25px;
 }

.menuhead_left01{
    background:url(../images/menu_head_left01.gif);
    color:#FFFFFF;
}
.menuhead_left02{
    background:url(../images/menu_head_left02.gif);
    color:#000000;
}
.menuhead_left03{
    background:url(../images/menu_head_left03.gif);
    color:#FF0000;
}
.menuhead_right01{
    background:url(../images/menu_head_right01.gif);
    color:#FFFFFF;
}
.menuhead_right02{
    background:url(../images/menu_head_right02.gif);
    color:#000000;
}
.menuhead_right03{
    background:url(../images/menu_head_right03.gif);
    color:#FF0000;
}
.zt1{
background-color:#FCB354;
color:#000000;
cursor:pointer;
padding-left:5px;
padding-right:5px;
padding-top:2px;
border:0;
}
.zt2{
background-color:#F2FAFF;
color:#000000;
cursor:pointer;
border:0;
}
.zt3{
background-color:#7AD1FF;
color:#000000;
cursor:pointer;
padding-left:5px;
padding-right:5px;
padding-top:2px;    
border:0;
}

.lab_close01{
width:10px;
height:9px;
}
.lab_close02{
width:14px;
height:12px;
}

.menuhead{
background:url(../images/ditu_bg01.gif);
margin:0; padding:0;
border-left:1px solid #B0B1B3;
border-top:1px solid #B0B1B3;
/*border-right:1px solid #B0B1B3;*/
border-bottom:1px solid #B0B1B3;
height:23px;
}
.navigbgd{
background:url(../images/ditu_bg01.gif);
margin:0; padding:0;
/*border-left:1px solid #B0B1B3;*/
border-top:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
border-bottom:1px solid #B0B1B3;
height:24px;
}
.menubgc{
/*background:url(../images/menu_bgc01.gif);*/
background-color:#E2F0F6;
border-top:1px solid #8FB9D0;
border-bottom:1px solid #8FB9D0;
height:25px;
cursor:pointer;
}
.rbsideline{
/*border-left:1px solid #B0B1B3;*/
border-right:1px solid #B0B1B3;
border-bottom:1px solid #B0B1B3;
}
.middlesplit{
border:0;
padding:0;
margin:0;
/*background-color:#F2F9FF;
border-top:1px solid #B0B1B3;
border-left:1px solid #B0B1B3;
border-right:1px solid #B0B1B3;
border-bottom:1px solid #B0B1B3;*/
}
.submenubgc0{
background-color:#FFFFFF;
color:#000000;
}
.submenubgc1{
background-color:#FFFAB3;
color:#8B0016;
}
.submenubgc2{
background-color:#FEEBD0;
color:#FF0000;
}
.clabel_btn01{
    background:url(../images/label_btn01.gif);
    color:#006AB5;
    cursor:pointer;
}
.clabel_btn02{
    background:url(../images/label_btn02.gif);
    color:#A30000;
    cursor:pointer;
}
.clabel_btn03{
    background:url(../images/label_btn03.gif);
    color:#000000;
    cursor:pointer;
}


.search_bt01 {
 border:1px solid #B0B1B3;
 background:url(img/search_btn01.gif); 
 CURSOR: pointer; 
 height:22px;
 width:104px;
 }
 .search_bt02 {
 border:1px solid #E46208;
 background:url(img/search_btn02.gif);
 CURSOR: pointer; 
 height:22px;
 width:104px;
 } 
 
 .down_bt01 {
 border:1px solid #B0B1B3;
 background:url(icons/downfiles.gif) no-repeat 10% 50%; /** x% y% **/
 color:#123E80;
 CURSOR: pointer; 
 height:22px;
 width:84px;
 }
 .down_bt02 {
 border:1px solid #E46208;
 background:url(icons/downfiles.gif) no-repeat 10% 50%; 
 color:#FF0000;
 CURSOR: pointer; 
 height:22px;
 width:84px;
 } 
    .span_text{
        border-bottom:1px solid #cccccc;text-align:center;color:#EB1000;padding-left:5px;padding-right:5px;
    }
    
/******PDA操作界面样式************/
.div_btn{
    width:50px; height:50px;text-align:center; font-weight:bold;  cursor:pointer;
}
.td_title{
    font-size:16px; font-weight:bold;
}


/**阻塞界面**/
.loading-indicator-overlay {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.ui_loading-indicator {
	height: 80px;
	width: 80px;
}

.loading-text{
	float:left;	
	margin-top:60px;
	letter-spacing:0;
}

/*block*/
.ui_loading-indicator {
	background: url('img/block_loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
}
.section-title{
	background:-webkit-gradient(linear,0 0,0 bottom,from(#09C7F7),to(#5CACEE));
    background:-o-linear-gradient(top,#09C7F7,#5CACEE);
    background:-moz-linear-gradient(top,#09C7F7,#5CACEE);
	background-color:#5CACEE;
	height:25px;
	text-align:left;
	margin-bottom:5px;
}
.section-open-flag{
	margin-right:10px;
}
.section-title span{
	font-weight:bold;
	color:white;
	line-height:25px;
	margin-left:10px;
	cursor: pointer;
}

.section-icon {
	background:url(../images/section.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.input-contain{
	float: left;
	width:97%;
	height:25px;
}
.input-contain label{
	float: left;
	text-align: left;
	margin: 2px;
	margin-left: 10px;
}
.filed-contain{
	padding-left:95px;
}

.filed-text {
	width: 98%;
	border: 1px solid #B0B1B3;
	height: 22px;
	padding: 1px 3px;
}


.filed-text-short{
	 width:180px;
}

.filed-text:focus{
	border-color: #FFA500;
}
.filed-select{
	
}

.section{
	border: 1px solid #B0B1B3;
	border-top: 0px;
}
.section-body{
	padding:0px 3px;
}
.section-body:after{
	 content:".";   height:0;  visibility:hidden;  display:block;  clear:both;  zoom:1
}

.section{
	display:block;
	width: 100%;
	padding-bottom: 5px;
	margin-top:5px;
	
 }

.btn-bar{
	margin:10px;
}

.field-hide{
	display:none;
}


.not-null{
	background-color: #FFFACD;
}


.field-disabled{
	background-color: #FFF5EE;
}

.btn-search{
	width: 16px;
	background: #fff url('icons/search.png') no-repeat right;
	border: 1px solid #B0B1B3;
	border-left: 0px;
	height: 22px;
	float:right;
	cursor: pointer;
	position: relative;
	left:-6px;
}
.row-selected{
	background-color: #FBEC88 !important;
}
.row-active{
	background-color: #DBEED0;
}

/**********按钮样式//开始************/
 .query_btn {
 border:1px solid #D28B05;
 background:url(icons/search.png) no-repeat 5% 40%; 
 color:#EB6710;
 cursor: pointer; 
 height:20px;
 width:50px;
 padding-left:15px;
 }
 .add_btn {
 border:1px solid #B0B1B3;
 background:url(icons/add.gif) no-repeat 5% 40%; 
 color:#2E744E;
 cursor:pointer; 
 height:20px;
 width:50px;
 padding-left:15px;
 }
 .ok_btn {
 border:1px solid #B0B1B3;
 background:url(icons/ok.png) no-repeat 5% 40%; 
 color:#2E744E;
 cursor:pointer; 
 height:20px;
 width:50px;
 padding-left:15px;
 }
  .close_btn {
 border:1px solid #FF9B00;
 background:url(icons/close.gif) no-repeat 5% 40%; 
 color:#FF0000;
 cursor:pointer; 
 height:20px;
 width:50px;
 padding-left:15px;
 }
  .xls_btn {
 border:1px solid #B0B1B3;
 background:url(icons/excel_ico12.png) no-repeat 5% 40%; 
 color:#2E744E;
 cursor:pointer; 
 height:20px;
 width:50px;
 padding-left:15px;
 }
 
 /**********按钮样式//结束************/
 .xiazhai01{
   width:60px;
   background:url(icons/xiazhai01.png) no-repeat 4% 40%; 
   padding-left:20px;
   color:#7EADD2;
   cursor: pointer; 
} 
 .xiazhai02{
   width:60px;
   background:url(icons/xiazhai02.png) no-repeat 4% 40%; 
   padding-left:20px;
   color:#FF6C00;
   cursor: pointer;  
}
/***分页页数显示和总记录数显示的样式***/
.page_num{
   background-color: transparent; /*透明色*/
   text-align:center;
   color:#FF0000; 
   border:1px solid #B0B1B3;
   overflow-x:visible;overflow-y:visible;
   /**min-width:30px;width:auto;**/
}
.page_total{
  	border:0;
  	background-color: transparent; /*透明色*/
  	text-align:center;
  	padding-left:2pt;padding-right:2pt;
  	color:#B511D4; 	
}
.left5{
	text-align:left;padding-left:5pt;
}
.right5{
	text-align:right;padding-right:5pt;
}

/* button   
---------------------------------------------- */  
.button {  
    display: inline-block;  
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */  
    *display: inline;  
    vertical-align: baseline;  
    margin: 0 2px;  
    outline: none;  
    cursor: pointer;  
    text-align: center;  
    text-decoration: none;  
    font: 14px/100% Arial, Helvetica, sans-serif;  
    padding: .5em 2em .55em;  
    text-shadow: 0 1px 1px rgba(0,0,0,.3);  
    -webkit-border-radius: .5em;   
    -moz-border-radius: .5em;  
    border-radius: .5em;  
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);  
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);  
    box-shadow: 0 1px 2px rgba(0,0,0,.2);  
}  
.button:hover {  
    text-decoration: none;  
}  
.button:active {  
    position: relative;  
    top: 1px;  
}  
  
.bigrounded {  
    -webkit-border-radius: 2em;  
    -moz-border-radius: 2em;  
    border-radius: 2em;  
}  
.medium {  
    font-size: 12px;  
    padding: .4em 1.5em .42em;  
}  
.small {  
    font-size: 11px;  
    padding: .2em 1em .275em;  
}  
  
/* color styles   
---------------------------------------------- */  
  
/* black */  
.black {  
    color: #d7d7d7;  
    border: solid 1px #333;  
    background: #333;  
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));  
    background: -moz-linear-gradient(top,  #666,  #000);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');  
}  
.black:hover {  
    background: #000;  
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));  
    background: -moz-linear-gradient(top,  #444,  #000);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');  
}  
.black:active {  
    color: #666;  
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));  
    background: -moz-linear-gradient(top,  #000,  #444);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');  
}  
  
/* gray */  
.gray {  
    color: #e9e9e9;  
    border: solid 1px #555;  
    background: #6e6e6e;  
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));  
    background: -moz-linear-gradient(top,  #888,  #575757);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');  
}  
.gray:hover {  
    background: #616161;  
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));  
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');  
}  
.gray:active {  
    color: #afafaf;  
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));  
    background: -moz-linear-gradient(top,  #575757,  #888);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');  
}  
  
/* white */  
.white {  
    color: #606060;  
    border: solid 1px #b7b7b7;  
    background: #fff;  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));  
    background: -moz-linear-gradient(top,  #fff,  #ededed);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');  
}  
.white:hover {  
    background: #ededed;  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));  
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');  
}  
.white:active {  
    color: #999;  
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));  
    background: -moz-linear-gradient(top,  #ededed,  #fff);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');  
}  
  
/* orange */  
.orange {  
    color: #fef4e9;  
    border: solid 1px #da7c0c;  
    background: #f78d1d;  
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));  
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');  
}  
.orange:hover {  
    background: #f47c20;  
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));  
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');  
}  
.orange:active {  
    color: #fcd3a5;  
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));  
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');  
}  
  
/* red */  
.red {  
    color: #faddde;  
    border: solid 1px #980c10;  
    background: #d81b21;  
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));  
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');  
}  
.red:hover {  
    background: #b61318;  
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));  
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');  
}  
.red:active {  
    color: #de898c;  
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));  
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');  
}  
  
/* blue */  
.blue {  
    color: #d9eef7;  
    border: solid 1px #0076a3;  
    background: #0095cd;  
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));  
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');  
}  
.blue:hover {  
    background: #007ead;  
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));  
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');  
}  
.blue:active {  
    color: #80bed6;  
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));  
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');  
}  

/* 深蓝 */  
.deep_blue {  
    color: #fff;  
    border: solid 1px #005AB1;  
    background: #003263;  
    background: -webkit-gradient(linear, left top, left bottom, from(#004687), to(#003568));  
    background: -moz-linear-gradient(top,  #004687,  #003568);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#004687', endColorstr='#003568');  
}  
.deep_blue:hover {  
    background: #004687;  
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));  
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');  
}  
.deep_blue:active {  
    color: #fff;  
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00adee));  
    background: -moz-linear-gradient(top,  #0095cc,  #004687);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#004687');  
}

/* rosy */  
.rosy {  
    color: #fae7e9;  
    border: solid 1px #b73948;  
    background: #da5867;  
    background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));  
    background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');  
}  
.rosy:hover {  
    background: #ba4b58;  
    background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));  
    background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');  
}  
.rosy:active {  
    color: #dca4ab;  
    background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));  
    background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');  
}  
  
/* green */  
.green {  
    color: #e8f0de;  
    border: solid 1px #538312;  
    background: #64991e;  
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));  
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');  
}  
.green:hover {  
    background: #538018;  
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));  
    background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');  
}  
.green:active {  
    color: #a9c08c;  
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));  
    background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');  
}  
  
/* pink */  
.pink {  
    color: #feeef5;  
    border: solid 1px #d2729e;  
    background: #f895c2;  
    background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));  
    background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');  
}  
.pink:hover {  
    background: #d57ea5;  
    background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));  
    background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');  
}  
.pink:active {  
    color: #f3c3d9;  
    background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));  
    background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');  
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){  
/*兼容IE11 将样式复制在内*/  
  
}

 .query_btn1 {
 	background:url('icons/search.png') no-repeat;
 }
 .add_btn1 {
 	background:url('icons/add.gif') no-repeat;
 }
 .ok_btn1 {
 	background:url('icons/ok.png') no-repeat;
 }
 .close_btn1 {
	background:url('icons/close.gif') no-repeat;
 }
.xls_btn1 {
	 background:url('icons/excel_ico12.png') no-repeat;
 }
 .btn_font1{
 	width:50px;height:18px;padding:0;padding-left:16px;border:1px solid #FF9B00;color:#000;font-weight:bold;cursor:pointer;
 }
 .more1{
 	background:url(icons/more.png) no-repeat;  
}
.bgc{
	background:#EFEFEF;
}
.tdc{
	border:1px solid #B0B1B3;
}
.tdlc{
	border-left:1px solid #B0B1B3;
}
.tdrc{
	border-right:1px solid #B0B1B3;
}
.tdtc{
	border-top:1px solid #B0B1B3;
}
.tdbc{
	border-bottom:1px solid #B0B1B3;
}

.Wdate{
	height:18px;background-color:#FFFFE5;
}

.zfftable{empty-cells:show;border-collapse:collapse;border-spacing:0}
.zfftable{font-family:宋体; font-size:10pt;border:1px #B0B1B3 solid;background-color:white;}
.zfftable td{height:19pt;text-align:center;border:1px #B0B1B3 solid;}
.zfftable .tabTh{color:#000;font-weight:bold;background-color:#F0F0F1;}