/*******************************************************************************************************
 *常用样式
 ********************************************************************************************************
 */
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;
}

body {
	background-attachment: fixed;
	/* 置顶表格，防止在ie6刷屏 */
	background-color: #ffffff;
	/*#edf7f9;*/
	/*网页背景色*/
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	/*网页字体大小*/
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

/*超链接*/
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: pointer;
	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: pointer;
	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: pointer;
	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: pointer;
	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: pointer;
	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: pointer;
	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: pointer;
	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: 12px;
	height: 17px;
	background-color: #ffffff;
	padding-left: 3px;
	padding-top: 3px;
}

.input_text2 {
	border: darkgray 1px solid;
	font-size: 12px;
	height: 20px;
	background-color: #ffffff;
	padding-left: 3px;
}

.input_text3 {
	font-size: 12px;
	height: 23px;
}

/*输入框*/
.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: 12px;
	background-color: #ffffff;
	text-align: center;
	width: 20px !important;
	margin: 0 4px;
}

/*多行输入框*/
.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 {
	background: #ffffff;
	padding: 10px 10px;
	display: flex;
	align-items: center;
}

	.toptable input[type="text"] {
		height: 23px;
	}

	.toptable input {
		margin-right: 4px;
	}

/*网页对话框里左上方的图标,建议用设置该样式的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;
	font-size: 15px;
}

/*==========================================表格=============================================*/
/**
  *注：表格页眉样式使用.header，单元格样式使用.item。详见“axgridview的css样式”
  **/
/*内容表格，最基本的表格*/
.oatable {
	/*	border: #cccccc 1px solid;*/
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #ffffff;
	/*#edf7f9;*/
	/*表格背景色*/
}

	/*表格单元格,边框颜色、粗细*/
	.oatable td {
		/*		border: 1px solid #cccccc;*/
		font-size: 12px;
	}

	/**
  *为了布局，某些表格会嵌套表格。该样式用于取消内嵌表格的边框和底色。
  *除非内嵌表格指定了其他样式，如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: #ffffff;
		/*表格背景色*/
		border: 1px solid #cccccc;
		border-spacing: 0px;
		border-collapse: collapse;
	}

		/*表格单元格,边框颜色、粗细*/
		.oatable .innertable td {
			border: 1px solid #cccccc;
		}


/**
  *注：表格页眉样式使用.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-color: #f2f3f5;
}

#oamenu {
	margin: 0 auto;
}

	#oamenu dt {
		/*background:#99cc00;*/
		color: #343841;
		cursor: pointer;
		background: url(image/leftbartop.jpg) no-repeat;
		height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#oamenu dd {
		overflow: auto;
		margin: 0px;
	}

	#oamenu .link {
		display: block;
		height: 15px;
	}

		#oamenu .link:hover {
			color: black;
		}

	#oamenu .header_highlight {
		color: #083f6d;
		cursor: pointer;
		font-weight: bold;
		background: url(image/leftbartop.jpg) no-repeat;
	}


/*=======================================================================================*/



/*========================================subpage.aspx===============================================*/
/*subpage.aspx页面背景*/
.subpage {
	border-collapse: collapse;
	height: 100%;
}

	.subpage td {
		/* box-shadow: inset 0 -1px rgba(169, 169, 169, .46); */
		/* border-bottom: #a8d0f3 1px solid; */
		/*#73a6db 1px solid;*/
		/*底部线条样式*/
	}

/*subpage.aspx页面里作为标题的文字(menuname)*/
.title {
	font-size: 20px;
	color: #145e99;
	/*#0791bc; */
	font-family: 微软雅黑;
	position: relative;
	left: 5px;
	top: 4px;
}

/*subpage.aspx页面里的help图标,建议用设置该样式的div标签代替img标签*/
.help {
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-repeat: no-repeat;
}

/*激活时的分页选项卡*/
.subpage .activepage {
	border-bottom: 0px;
	width: 89px;
	height: 24px;
	cursor: pointer;
	/* background-image: url(image/newstyleblue/11.png); */
	background-repeat: no-repeat;
	background-position-y: bottom;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

/*正常状态的分页选项卡*/
.subpage .normalpage {
	/*border-bottom:#e28d33 1px solid; 底部线条样式*/
	width: 89px;
	height: 24px;
	cursor: pointer;
	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: 0px 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: #333333;
	/*height:22px; */
	text-align: center;
}

	.header th {
		font-size: 12px;
		color: #ffffff!important;
	}

		.header th a {
			color: #ffffff!important;
		}

/*奇数行,某些有底色的单元格也使用该样式，
  *如在线交流-已发-签阅情况、系统管理-用户管理-查看用户-兼职等的样式*/

/*表格字体大小*/
#axgridview1 td {
	font-size: 12px;
}

.item {
	height: 22px;
	background-color: #f9f9f9;
}

/*偶数行*/
.alternatingitem {
	background-color: white;
	/*白色*/
	height: 22px;
}

/*页眉分页样式*/
.pagetop {
	background-color: #ffffff;
	border: 0;
}

/*页脚分页样式*/
.pagebottom {
	background-color: #ffffff;
	border: 0;
}

/*axgridview的整体样式，包括边框颜色，字体大小等等*/
.axgview_body {
	font-size: 9pt;
	color: #000000;
/*	border: #73a6db 1px solid;*/
	border:none;
}

/*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;*/
	border: none;
}


.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: pointer;
	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列表图片模式下的样式=============================================*/

/*首页按钮样式*/
.PageInfoCSS a {
	background-size: auto 24px;
	background-repeat: no-repeat;
	background-position: center;
	height: 24px !important;
	width: 24px !important;
}

.FirstBtnCSS {
	background-position: center center;
	background-image: url(image/page_first.png);
	cursor: pointer;
}

/*上一页按钮样式*/
.BackBtnCSS {
	background-position: center center;
	background-image: url(image/arrow_left.png);
	cursor: pointer;
}

/*下一页按钮样式*/
.NextBtnCSS {
	background-position: center center;
	background-image: url(image/arrow_right.png);
	cursor: pointer;
}

/*尾页按钮样式*/
.EndBtnCSS {
	background-position: center center;
	background-image: url(image/page_last.png);
	cursor: pointer;
}

/*首页按钮样式*/
.FirstBtnCSSDis {
	background-position: center center;
	background-image: url(image/page_first_1.png);
	cursor: default;
}

/*上一页按钮样式*/
.BackBtnCSSDis {
	background-position: center center;
	background-image: url(image/arrow_left_1.png);
	cursor: default;
}

/*下一页按钮样式*/
.NextBtnCSSDis {
	background-position: center center;
	background-image: url(image/arrow_right_1.png);
	cursor: default;
}

/*尾页按钮样式*/
.EndBtnCSSDis {
	background-position: center center;
	background-image: url(image/page_last_1.png);
	cursor: default;
}

/*go按钮样式*/
.JumpBtnCSS {
	background-position: center center;
	background-image: url(image/go-to-link.png);
	cursor: pointer;
}

/*设定按钮样式*/
.SetBtnCSS {
	background-position: center center;
	background-image: url(image/btn_set.png);
	cursor: pointer;
}

/*分页条文字样式*/
.PageInfoCSS {
	color: #666666;
	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: pointer;
	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;
}


/*==========================对话框样式===============================*/

.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);
}

/*==========================对话框样式（完）=========================*/

/*有点东西自定义*/
.toptable + div {
	padding: 0 10px 20px;
	background: #ffffff;
}

.PageInfoCSS tr {
	display: flex;
	justify-content: space-between;
}

	.PageInfoCSS tr > td {
		display: flex;
		align-items: center;
	}

		.PageInfoCSS tr > td:nth-of-type(2) {
			justify-content: right;
		}

.pagebottom > div {
	margin-top: 20px;
}
