﻿body 
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	FONT-SIZE: 12px; 
	LINE-HEIGHT: 15pt; 
	FONT-FAMILY: " 宋体";
	background:url(image/DefaultBg.jpg) repeat-x top center #FFF587;
}

img {border:0px} 

/*登录页面*/
.mainBody{width:1034px;height:624px; background:url(image/Default.jpg); margin:auto;}


/*主页*/
.MainPage{background:url(image/MainBgg.jpg) repeat-x top center #FEF354;}
.mainBody1{width:100%;height:695px; background:url(image/MainBg.jpg) no-repeat top center; margin:auto;padding-top:50px;}
.pngDiv{float:left;width:33%;height:240px;text-align:center;}




/*******************************************************************************************************
 *常用样式
 ********************************************************************************************************
 */
html
{
	
	scrollbar-3dlight-color: #b5b5b5; /*滚动条样式*/
	scrollbar-arrow-color: #111111;/*#cccccc;*/
	scrollbar-base-color: #ffffff;/*#ffffff;*/
	scrollbar-darkshadow-color: #454545;/*#f2f2f2;*/
	scrollbar-face-color: #ECE9D8;/*#f4f4f4;*/
	scrollbar-highlight-color:#f1f1f1;
	scrollbar-shadow-color: #cccccc;
}


TD { FONT: 9pt "宋体" }
TH { FONT: 9pt "宋体" }

/*超链接*/
 a:link { text-decoration: none ; color: black }
 a:active { text-decoration: none ; color: black }
 a:visited { text-decoration: none ; color: black }
 a:hover {color: #bc2931; }


/*两字按钮，字体大小13px*/
.button2
{
	background-position: center center;
	font-weight: normal;
	font-size: 13px;
	BACKGROUND: url(../../image/button-2.jpg);
	width: 45px;
	cursor: hand;
	border-top-style: none;
	line-height: normal;
	background-repeat: no-repeat;
	font-style: normal;
	border-right-style: none;
	border-left-style: none;
	height: 21px;
	text-align: center;
	font-variant: normal;
	border-bottom-style: none;
	margin-left: 2px;
	margin-right: 2px;
}
/*三字按钮*/
.button3  { BACKGROUND-POSITION: center center; BACKGROUND: url(../../image/button-3.jpg); WIDTH: 55px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:13px;margin-left: 2px;margin-right: 2px;}
/*四字按钮*/
.button4  { BACKGROUND-POSITION: center center; BACKGROUND: url(../../image/button-4.jpg); WIDTH: 70px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:13px;margin-left: 2px;margin-right: 2px; }
.button4s  { BACKGROUND-POSITION: center center; BACKGROUND: url(../../image/button-4.jpg); WIDTH: 60px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 19px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:12px;margin-left: 2px;margin-right: 2px; }
/*五字按钮*/
.button5  { BACKGROUND-POSITION: center center; BACKGROUND: url(../../image/button-5.jpg); WIDTH: 85px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:13px;margin-left: 2px;margin-right: 2px; }
/*六字按钮*/
.button6  { BACKGROUND-POSITION: center center; BACKGROUND: url(../../image/button-6.jpg); WIDTH: 100px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:13px;margin-left: 2px;margin-right: 2px; }
/*九字按钮*/
.button9  { BACKGROUND-POSITION: center center; BACKGROUND: url(../../image/button-9.jpg); WIDTH: 145px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:13px;margin-left: 2px;margin-right: 2px; }


/*系统管理-用户管理中“修改”、“删除”、“顺序”等按钮的样式*/
.buttonclass{ width:30px;  height:16px; BORDER-RIGHT: #f1efe3 1px solid; BORDER-TOP: #f1efe3 1px solid; FONT-SIZE: 9pt;BORDER-RIGHT: #f1efe3 1px solid; BORDER-LEFT: #f1efe3 1px solid; COLOR: #67645f; BORDER-BOTTOM: #f1efe3 1px solid; BACKGROUND-COLOR: #f1efe3 }

/*输入框*/
.input_text
{
	border: darkgray 1px solid;
	font-size: 9pt;
	height:16px;
	background-color:#FFFFFF;
}

/*输入框*/
.input_text_flow
{
	border: darkgray 1px solid;
	font-size: 9pt;
	height:16px;
	background-color:#FFFFFF;
}
.input_text1
{
	border-right: darkgray 0px solid;
	border-top: darkgray 0px solid;
	font-size: 9pt;
	border-left: darkgray 0px solid;
	border-bottom: darkgray 0px solid;
	height: 15px;
	background-color: #f5f5f5;
}

/*高度为13px的输入框，用于AxGridView的TextBoxCss属性*/
.input_height_13
{
	border: darkgray 1px solid;
	font-size: 9pt;	
	height:13px;
	background-color:#FFFFFF;
}

/*多行输入框*/
.area_text
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 9pt;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	height:50px;
	background-color:#FFFFFF;
	word-break:break-all;
}

/*顶部包含功能按钮的表格*/
.toptable{
	border-left:#73A6DB 1px solid; /*#73A6DB 1px solid;*/
	border-right: #73A6DB 1px solid;
	
	/*border-top:#73A6DB 1px solid;*/
	BACKGROUND-IMAGE: url(image/newStyleBlue/backLine.jpg);
	background-color:#BAE1FF;
	background-repeat:repeat-x;
	border-collapse:collapse;
	border-spacing:0px;
	height:36px;
	top:0px;
}



/*网页对话框里左上方的图标,建议用设置该样式的div标签代替img标签*/
.leftop{
  background-image:url(../../image/leftop.jpg);
  height:23px;
  width:21px;
  background-repeat:no-repeat;
  vertical-align:middle;
}

/*网页对话框标题*/
.dlgtitle{
  font-weight:bold;
  color:#000000;
}

/*==========================================表格=============================================*/
/**
 *注：表格页眉样式使用.header，单元格样式使用.item。详见“AxGridView的CSS样式”
 **/
/*内容表格，最基本的表格*/
.oatable{
	border:#73A6DB 1px solid;
	border-spacing:0px;
	border-collapse:collapse;
	BACKGROUND-COLOR:#EBF5FF;/*#EDF7F9;*/ /*表格背景色*/
}

/*表格单元格,边框颜色、粗细*/
.oatable td
{
  border:1px solid #CEE0EC;
}

/**
 *为了布局，某些表格会嵌套表格。该样式用于取消内嵌表格的边框和底色。
 *除非内嵌表格指定了其他样式，如innertable或upload5table，否则不会显示其边框和底色
 */
.oatable table{
  border:0; /*无边框*/
	/*border-spacing:0px;
	border-collapse:collapse;*/
  background-color:transparent;/*背景色透明*/
}
/*取消内嵌表格单元格的边框*/
.oatable table td{
  border:0;/*取消表格内线*/
}

/*带特别背景色的内嵌表格，背景色不同于oatable,如修改密码和代理设置内的小表格*/
.oatable .innertable{
	BACKGROUND-COLOR:#EFF3FB; /*表格背景色*/
	border:1px solid #73A6DB; 
	border-spacing:0px;
	border-collapse:collapse;
}
/*表格单元格,边框颜色、粗细*/
.oatable .innertable td{
  border:1px solid #CEE0EC;
}


/**
 *注：表格页眉样式使用.header，单元格样式使用.item。详见“AxGridView的CSS样式 去掉顶部边框”
 **/
/*还没用上*/
/*内容表格，最基本的表格 去掉顶部边框*/
.oatable2{
	border-left:#73A6DB 1px solid;
	border-right: #73A6DB 1px solid;
	border-bottom: #73A6DB 1px solid;
	border-spacing:0px;
	border-collapse:collapse;
	BACKGROUND-COLOR:#EBF5FF;/*#EDF7F9;*/ /*表格背景色*/
}

/*表格单元格,边框颜色、粗细*/
.oatable2 td{
  border:1px solid #CEE0EC;
}

/**
 *为了布局，某些表格会嵌套表格。该样式用于取消内嵌表格的边框和底色。
 *除非内嵌表格指定了其他样式，如innertable或upload5table，否则不会显示其边框和底色
 */
.oatable2 table{
  border:0; /*无边框*/
	/*border-spacing:0px;
	border-collapse:collapse;*/
  background-color:transparent;/*背景色透明*/
}
/*取消内嵌表格单元格的边框*/
.oatable2 table td{
  border:0;/*取消表格内线*/
}

/*带特别背景色的内嵌表格，背景色不同于oatable,如修改密码和代理设置内的小表格*/
.oatable2 .innertable{
	BACKGROUND-COLOR:#EFF3FB; /*表格背景色*/
	border:1px solid #73A6DB; 
	border-spacing:0px;
	border-collapse:collapse;
}
/*表格单元格,边框颜色、粗细*/
.oatable2 .innertable td{
  border:1px solid #CEE0EC;
}

/*==========================================================================================*/




/********************************************************************************************************
 *特殊样式
 ********************************************************************************************************
 */

/*=========================================oa系统登陆页面==============================================*/
/*登陆页面图片*/
.login{
  height:550px;
  background-image: url(../../image/login.jpg);
  background-repeat:no-repeat;
}

.logintitle{
	font-size: 28px;
	color: #0791BC; 
	font-family:黑体;
}
/*======================================================================================================*/



/*=========================================oa系统顶部==============================================*/
/*oa系统顶部背景图*/
.oatop{
	background: url(image/newStyleBlue/111.jpg) no-repeat;
	background-color:#A1D1F5;
	height:65px;		
}

.oatop .topbtn,
.oatop .topbtn a
{
	color:Black!important;
}

.oatop .hellomsg
{
	color:Black;
	position:relative;
	top:15px;
}

.oatop .topbtnbar
{
	position:relative;
	top:15px;
}

/*oa系统标题(top.aspx页面)*/
.oatitle{
  /*filter:progid:DXImageTransform.Microsoft.Glow(color=#FFFFFF,Strength=5); 发光滤镜*/
  font-size: 20px; 
  color: #1A619C; 
  font-family: 黑体;
  position:relative;
  top:20px;
  left:10px;
}

/*oa系统顶部4个小图标，建议用设置该样式的div标签代替img标签*/
/*桌面*/
.topico1{
  background-image: url(image/newStyleBlue/11.jpg);
	background-repeat:no-repeat;
	height:18px;
  width:18px;
}
/*后退*/
.topico2
{ 
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/newStyleBlue/12.png');
  background-image: url(image/newStyleBlue/12.png);  
	background-repeat:no-repeat;
	height:14px;
  width:14px;	
  position:relative;
  top:-3px;
}
/*向前*/
.topico3
{
	
  background-image: url(image/newStyleBlue/13.png);  
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/newStyleBlue/13.png');
	background-repeat:no-repeat;
	height:14px;
  width:14px;
  position:relative;
  top:-3px;
}
/*注销*/
.topico4{
  background-image: url(../../image/ax_exit.gif);
	background-repeat:no-repeat;
	height:18px;
  width:18px;
}
/*=======================================================================================*/



/*===========================================树形菜单============================================*/
/*左边树形菜单顶部背景图*/
.menutop{
	/*background-image: url(image/menu_top.jpg);
	background-repeat:no-repeat;*/
}

.menubody
{
	background:url(image/newStyleBlue/10.jpg) no-repeat;
	background-color:#C7E6FA;
}

#oamenu
{	
	margin:0 auto;
}

#oamenu dt
{
    padding:5px;
    /*background:#99CC00;*/
    color:#343841;    
    cursor:pointer;
    font-weight:;
    background:url(image/newStyleBlue/8.jpg) no-repeat 50% 0%;
    height:26px;
    text-align:center;
    margin-top: 2px;    
}

#oamenu dd
{
    overflow:auto;
    margin:0px;
	padding:0px;
}

#oamenu .link
{
	display:block;
	height:15px;
}

#oamenu .link:hover
{
	color:Black;
}

#oamenu .header_highlight
{
    padding:5px;
    color:#083F6D;
    cursor:pointer;
    font-weight:bold;
    text-align:center;
    /*background:#00CCFF;*/
    background:url(image/newStyleBlue/7.jpg) no-repeat 50% 0%;
}
/*=======================================================================================*/



/*========================================subpage.aspx===============================================*/
/*subpage.aspx页面背景*/
.subpage{
	background: url(image/newStyleBlue/5.jpg) no-repeat left bottom; /*背景图片*/
	border-collapse:collapse;
	height:100%;
}

.subpage td{
	BORDER-bottom:#A8D0F3 1px solid;/*#73A6DB 1px solid;*//*底部线条样式*/
}

/*subpage.aspx页面里作为标题的文字(menuName)*/
.title{
  font-size: 16px;
  color:#0791BC; /*#0791BC; */
  font-family: 黑体;
 	position:relative;
 	left:30px;
 	top:4px;
}

/*subpage.aspx页面里的help图标,建议用设置该样式的div标签代替img标签*/
.help{
  background-image:url(../../image/help.jpg);
  width:24px;
  height:24px;
  cursor:hand;
  background-repeat:no-repeat;
}

/*激活时的分页选项卡*/
.subpage .activepage{
	border-bottom:0px;
	width:89px;
	height:24px;
	cursor:hand;
	background-image:url(image/newStyleBlue/11.png);
	background-repeat:no-repeat;
	background-position-y:bottom;
	margin:0;
	padding:0;
}

/*正常状态的分页选项卡*/
.subpage .normalpage{
	/*border-bottom:#E28D33 1px solid; 底部线条样式*/
	width:89px;
	height:24px;
	cursor:hand;
	background-image:url(image/newStyleBlue/22.png);
	background-repeat:no-repeat;
	background-position-y:bottom;
	margin:0;
	padding:0;
}
/*===================================================================================================*/


/*========================================文件上传表格===============================================*/
/*用于已上传文件列表的表格*/
.oatable .upload5table{
  border:1px solid #CCC5B7;
  background-color:#FFFFFF;
  border-collapse:collapse;
	border-spacing:0px;
}

/*上传文件列表单元格*/
.oatable .upload5table td{
  border-top: 1px solid #e8e3d6; /*分隔每行的线条的样式*/
}

/*已上传文件列表每行左边的图标,建议用设置该样式的div标签代替img标签*/
.fileico{
  background-image:url(../../image/attach.gif);
  background-repeat:no-repeat;
  width:15px;
  height:12px;
  float:LEFT;
}

 .a-addfile{
	  background-image:url(../../image/addfile.gif);
	  background-repeat:no-repeat;
	  background-position:px 0px;
	  display:block;
	  float:none;
	  height:17px;
	  margin-top:auto;
	  position:relative;
	  text-decoration:none;
	  top:0pt;
	  width:70px;
}
.addfile{
      /*left:-18px;*/
}
.input-addfile {
	  cursor:pointer !important;
	  height:23px;
	  left:-7px;
	  filter:alpha(opacity=0); 
	  position:absolute;
	  top:-4px;
	  width:1px;
	  z-index: -1;
}
/*===================================================================================================*/



/*=========================================日程安排日历样式==============================================*/
/*当前日期*/
.currday{ 
  COLOR:#495BBC;
  BACKGROUND-COLOR: #FDF6EE
}

/*本月日程*/
.currdayMonth {
  BACKGROUND-COLOR: #FAEBE0 
}

/*已完成的安排*/
.compplanbt {
 FONT-SIZE: 10pt;
 
 color:Gray;
}

/*未完成的安排*/
.uncompplanbt{
 FONT-SIZE: 10pt 
}

/*超时的安排*/
.aauncompplanbt {
 FONT-SIZE: 10pt;
 COLOR: red;
}
/*===================================================================================================*/



/*=========================================AxGridView的CSS样式==============================================*/
/*页眉，所有表格的页眉都使用该样式*/ 
.header{
background-color: #BAE1FF;
/*height:22px; */
text-align:center;
color:#000000;
}

/*奇数行,某些有底色的单元格也使用该样式，
 *如在线交流-已发-签阅情况、系统管理-用户管理-查看用户-兼职等的样式*/ 
.item{ 
  height:22px; 
  background-color: #EFF3FB;
} 

/*偶数行*/ 
.alternatingitem{
  background-color: white; /*白色*/
  height:22px; 
} 

/*页眉分页样式*/
.pagetop{  
  background-color: #FAFAFA; 
  border:0;
}

/*页脚分页样式*/ 
.pagebottom{ 
  background-color: #FAFAFA; 
  border:0;
}

/*axgridview的整体样式，包括边框颜色，字体大小等等*/ 
.axgview_body{
  font-size: 9pt;
   color:#000000;
  border: #73A6DB 1px solid;
}

/*axgridview的整体样式，包括边框颜色，字体大小 等等  去掉顶边框 */
/*还没用上*/ 
.axgview_body_2{
  font-size: 9pt;
   color:#000000;
  /*为了置顶表格，而要置顶表格保持线条 而要忽略axgridview的顶线*/
  border-left: #73A6DB 1px solid;
  border-right: #73A6DB 1px solid;
  border-bottom: #73A6DB 1px solid;
}


.item td, .alternatingitem td, .header th{ 
  border: 1px solid #FFFFFF; 
}
/*===================================================================================================*/



/*=========================================桌面样式==============================================*/
/*桌面分栏标题图标*/
/*最新动态,建议用设置该样式的div标签代替img标签*/
.desktop1{
  background-image:url(MainPage/images/dongtai.jpg);
  background-repeat:no-repeat;
  width:127px;
  height:31px;
}

/*日程安排,建议用设置该样式的div标签代替img标签*/
.desktop2{
  background-image:url(MainPage/images/richeng.jpg);
  background-repeat:no-repeat;
  width:127px;
  height:31px;
}

/*论坛,建议用设置该样式的div标签代替img标签*/
.desktop3{
  background-image:url(MainPage/images/luntan.jpg);
  background-repeat:no-repeat;
  width:127px;
  height:31px;
}

/*桌面more小图片，建议用设置该样式的div标签代替img标签*/
.more{
  background-image:url(../../image/more.gif);
  width:34px;
  height:9px;
  cursor:hand;
  background-repeat:no-repeat;
}

/*桌面右侧工具栏*/
.rightbg{
  height:541px;
  background-image: url(MainPage/images/rightbg.jpg);
  background-repeat:no-repeat;
}

/*桌面栏目分隔*/
.line{
  background-image: url(MainPage/images/line.gif);
  background-repeat:repeat-x;
}
/*===================================================================================================*/


/*========================================只有上边框的表格===============================================*/
/*用于“按姓氏首字母查找”、论坛添加新帖里的“标题”这类表格*/
.toplinetable{
  border-top:1px solid #73A6DB;
  background-color:transparent;
}
/*===================================================================================================*/



/*========================================论坛===============================================*/
/*页眉*/ 
.bbs-header{
	background-color: #BAE1FF;
	text-align:center;
	color:#000000;
}

/*奇数行*/ 
.bbs-item{ 
  height:22px; 
  background-color: #FFFBF4;
}

/*偶数行*/ 
.bbs-alternatingitem{
  background-color: white; /*白色*/
  height:22px; 
} 

.bbs-item td, .bbs-alternatingitem td{ 
	border-left:0;
	border-right:0;
	border-top:0;
  border-bottom:1px solid #CAD9EA;
}

.bbs-header th{
	/*页眉底色渐变*/
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#AAD6FA, EndColorStr=#E6F4FD);
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:1px solid #CEE0EC;
}
        
/*论坛板块前面的图标*/
.boradico{
	background-image: url(Forum/image/i00.gif);
	background-repeat:no-repeat;
	height:31px;
  width:31px;
}

/*一般主题*/
.normaltopic{
	background-image: url(Forum/image/normal_folder.gif);
	background-repeat:no-repeat;
	height:25px;
  width:23px;
}

/*新主题*/
.newtopic{
	background-image: url(Forum/image/new_folder.gif);
	background-repeat:no-repeat;
	height:25px;
  width:23px;
}

/*投票主题*/
.votetopic{
	background-image: url(Forum/image/vote.gif);
	background-repeat:no-repeat;
	height:18px;
    width:18px;
}

/*热门主题*/
.hottopic{
	background-image: url(Forum/image/hot_folder.gif);
	background-repeat:no-repeat;
	height:25px;
  width:23px;
}

/*置顶*/
.toptopic{
	background-image: url(Forum/image/top_folder.gif);
	background-repeat:no-repeat;
	height:25px;
  width:23px;
	position:relative;
}
/*===================================================================================================*/
/*========================================流程===============================================*/
/*流程应用中左边框架的边框样式*/
.FlowFrameBorder
{
	border-left: 1px solid #73A6DB;
	border-right: 1px solid #73A6DB
}

.flowtable
{
	border-top:0px solid #73A6DB;
	border-left:1px solid #73A6DB; 
	border-right:1px solid #73A6DB; 
	border-bottom:1px solid #73A6DB; 
	border-spacing:0px;
	border-collapse:collapse;
	BACKGROUND-COLOR:#EDF7F9; /*表格背景色*/
}
/*表格单元格,边框颜色、粗细*/
.flowtable td{
  border:1px solid #CEE0EC;
  border-top:0px solid #E28D33;
}

.flowtable table{
  border:0; /*无边框*/
	/*border-spacing:0px;
	border-collapse:collapse;*/
  background-color:transparent;/*背景色透明*/
}

/*取消内嵌表格单元格的边框*/
.flowtable table td{
  border:0;/*取消表格内线*/
}
/*流程设置的节点按扭样式*/
.nodeButton
{
	background-color:#EDF7F9;
	border:1px solid #000000;
	height:20px;
}
.flowPointBtn
{
BORDER-RIGHT: #719FE5 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #719FE5 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#7EC6FE); BORDER-LEFT: #719FE5 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #719FE5 1px solid;
}
.flowPointBtnCurr
{
     BORDER-RIGHT: #E36543 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #E36543 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#F77C0F); BORDER-LEFT: #E36543 1px solid;   PADDING-TOP: 2px; BORDER-BOTTOM: #E36543 1px solid;
}
/*===================================================================================================*/

/*下拉列表的样式*/
.list{font-size:12px;background:#f9f9f9;border-color:#7F9DB9;border-width:1px;border-style:solid;text-align:left;vertical-align:top;}
.list  a:link { text-decoration: none ; color: black }
.list a:active { text-decoration: none ; color: black }
.list a:visited { text-decoration: none ; color: black }
.list a:hover {color: #bc2931; }
.list td{font-size:12px;}
.listmain{border-color:#7F9DB9;border-width:1px;border-style:solid;}

/*查询列表的样式*/
.resultlist
{
    list-style:none;        
    border-color:#7F9DB9;border-width:1px;border-style:solid;
    font-size:12px;background:#f9f9f9;text-align:left;
}
.resultlistmain
{
    list-style:none; 
    text-align:left;
    margin:0px;
    padding:1px;
    height:96%;
}
.sealistover
{
  color:#000000;
  /*background:#316AC5;*/
  background:#FFCC99;
  padding-bottom:2px;
  padding-top:2px;
   border-bottom: LightGrey 1px solid;
}
.sealistout
{
  color:#000000;
  background:#f9f9f9;
  padding-top:2px;
  padding-bottom:2px;
   border-bottom: LightGrey 1px solid;
}

/*===================================================================================================*/
/*收缩左边菜单的页面样式*/
.middle
{
	height:100%;
    background-color:#FFFFFF;
    margin-top:10px;
}

/*中间收缩左侧菜单的按钮*/
.middle .closeico
{
	position:absolute;
	top:30%;
}

/*=================================================GridView列表图片模式下的样式=============================================*/

/*首页按钮样式*/
.FirstBtnCSS
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_sy.gif);
	cursor: hand;
}

/*上一页按钮样式*/
.BackBtnCSS
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_syy.gif);
	cursor: hand;
}

/*下一页按钮样式*/
.NextBtnCSS
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_xyy.gif);
	cursor: hand;

}

/*尾页按钮样式*/
.EndBtnCSS
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_wy.gif);
	cursor: hand;
}

/*首页按钮样式*/
.FirstBtnCSSDis
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_sy1.gif);
	cursor:default;
}

/*上一页按钮样式*/
.BackBtnCSSDis
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_syy1.gif);
	cursor:default;
}

/*下一页按钮样式*/
.NextBtnCSSDis
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_xyy1.gif);
	cursor:default;
}

/*尾页按钮样式*/
.EndBtnCSSDis
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_wy1.gif);
	cursor:default;
}

/*Go按钮样式*/
.JumpBtnCSS
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_go.gif);
	cursor: hand;
}

/*设定按钮样式*/
.SetBtnCSS
{
	background-position: center center;
	BACKGROUND-IMAGE: url(../../image/btn_set.gif);
	cursor: hand;
}

/*分页条文字样式*/
.PageInfoCSS{color:#1C568A;padding-top:6px;border-collapse:collapse;}

/*======================================================END=====================================================*/

/*=====================================================自动完成控件样式=========================================*/
.sealistover{ height:23px; color:#000000; background:#FFFDD7; padding-bottom:2px;padding-top:2px;border-bottom: LightGrey 1px solid;} 
.seatab{border-spacing:0px;border-collapse:collapse;font-size:12px;}
.seatab  td{  border:1px solid #ffffff;font-size:12px; }

.sealistout{   color:#000000; padding-top:2px;background:#F5F5F5;  padding-bottom:2px; border-bottom: LightGrey 1px solid;height:23px;}
.seamain{border-color:#A9A9A9;border-width:1px;border-style:solid;}

/*======================================================END====================================================*/

/*=====================================================进度条控件=========================================

div.savedlg
    {
	position:absolute;
	top:40%;
        left:45%;
        z-index:1000;
        margin:0 auto;
        text-align:center;
    }
  div.cover {
        top: 0px;
        left: 0px;
        position: absolute;
        width:100%;
        height:100%;
        background-color: #000;
        filter: Alpha(opacity=50);
        z-index: 998;
    }
  div.dlgshadow
    {
	    background-image:url(../../image/wait.gif);
	    background-position:left center;
	    background-repeat:no-repeat;
	    padding-left:32px;
	    height:30px;
	    line-height:30px;
	    position:absolute;
	    top:20%;
        left:40%;
        z-index:999;
        margin:0 auto;
        font-size:14px;
        font-weight:bold;
    }
=====================================================END=========================================*/

/*=========================================WebIm======================================================*/


/*顶部包含功能按钮的表格*/
.toptools{
	/*border-left:#73A6DB 1px solid; /*#73A6DB 1px solid;
	border-right: #73A6DB 1px solid;*/
	background: url(image/imtopbg.gif);
	background-color:#BAE1FF;
	background-repeat:repeat-x;
	border-collapse:collapse;
	border-spacing:0px;
	height:56px;
	top:0px;
}

.boxtopbg
{
	background-color:#F7FBFF;
	background: url(../../webim/image/boxtopbg.jpg);
	background-repeat:repeat-x;
	border-collapse:collapse;
	border-spacing:0px;
	height:35px;
	top:0px;
}

.boxtopbg1
{
	background-color:#CBDAE7;
	border-collapse:collapse;
	border-spacing:0px;
	height:35px;
	top:0px;
}

.toolsbg
{
	background-color:#F7FBFF;
	background: url(../../webim/image/toolsbg.jpg);
	background-repeat:repeat-x;
	border-collapse:collapse;
	border-spacing:0px;
	height:25px;
	top:0px;
}
.imbtnsend  { background:url(../../webim/image/imsend.jpg); BACKGROUND-POSITION: center center; WIDTH: 70px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font-size:12px;color:#2F2F2F; padding-top:3px; }



.tipdivcss
{
    border-right: #73a6db 1px solid; 
    border-top: 0px;
    border-left: #73a6db 1px solid; 
    line-height: 24px;
    border-bottom: #73a6db 1px solid;
    background-color: snow; color:#606060;
}
/*=====================================================END=========================================*/



/*=======================================表格置顶所用的样式========================================*/


 /*固定在顶部的表格 body 还要加上 background-image:url(about:blank);background-attachment:fixed; */
.topTabWrapper 
{
	
	width: 100%;
	height:36px;/*固定层的高度 和遮盖gridview和oatable的顶部边框的关键*/
	margin: 0px auto;
	z-index:100;
	/* 防止在IE6刷屏 */
	_position: relative ;
	_top:0px;
	
}
.topTab 
{
	
	border-bottom: #73A6DB 1px solid;/*置顶表格底部边框*/
	width: 100%;
	float: left;
	display: block;
	z-index: 100;
	overflow: visible;
	position: fixed;
	top: 0px; 
	/* 防止在IE6刷屏 */
	_position: absolute;
	_top: expression(documentElement.scrollTop + "px");
}


/*==========================对话框样式===============================*/

.filedig{margin:0;padding:0;width:200px;height:130px;}
.filedig table{width:100%;height:100%; border:0px; border-collapse:collapse;}
.filedig_content{vertical-align:top;width:100%;height:100%;}
.filedig_inbox,.filedig_throbber{display:inline-block;background-color:#fff;overflow:auto;}
.filedig_leftTop,.filedig_rightTop{width:7px;height:8px;}
.filedig_leftTop{background-image:url(../../image/filedig/leftTop.png);}
.filedig_rightTop{background-image:url(../../image/filedig/rightTop.png);}
.filedig_leftBottom,.filedig_rightBottom{width:7px;height:8px;font-size:0;}
.filedig_leftBottom{background-image:url(../../image/filedig/leftBottom.png);}
.filedig_rightBottom{background-image:url(../../image/filedig/rightBottom.png);}
.filedig_top,.filedig_bottom{background-repeat:repeat-x;}
.filedig_top{background-image:url(../../image/filedig/top.png);}
.filedig_bottom{background-image:url(../../image/filedig/bottom.png);font-size:0;}
.filedig_left,.filedig_right{background-repeat:repeat-y;height:100%;}
.filedig_left{background-image:url(../../image/filedig/left.png);}
.filedig_right{background-image:url(../../image/filedig/right.png);}

/*==========================对话框样式（完）=========================*/
