* {
	font-size: 12px;
	font-family: "宋体";
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 20px;
	LIST-STYLE-TYPE: none;
	TEXT-DECORATION: none
}

a {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #800080;
	text-decoration: none;
}

a:active {
	color: #000;
}

/*********************************************************************	
 *  以pg_result开头的风格类为DataGrid控件所引用，也可因需要用在页面其它地方。
 *	具体使用如下：
 *	
 *	表格风格：TABLE.pg_result
 *	标题风格：TR.pg_result_title	，TD.pg_result_title
 *	字段显示名称风格：TR.pg_result_head，TD.pg_result_head
 *	底部翻页风格：TR.pg_result_bottom，TD.pg_result_bottom
 *	单行结果集风格：TR.pg_result_content，TD.pg_result_content
 *	双行结果集风格：TR.pg_result_content_，TD.pg_result_content_
 *	鼠标所指行风格：TR.pg_onmouseover，TD.pg_onmouseover
 *******************************************************************/
TABLE.pg_result {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 1px;
	border-collapse: collapse;
}

.pg_result td {
	border: 1px solid #8fbeb7;
	cursor: default;
}

.pg_result_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	HEIGHT: 22px;
	cursor: default;
	text-indent: 3px;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	background: #74a9d2;
	background: url(images/tpage1.gif) repeat-x;
}

.pg_result_title img {
	padding: 0 3px;
}

.pg_result_head {
	FONT-SIZE: 12px;
	COLOR: #262626;
	FONT-FAMILY: "宋体";
	cursor: default;
	text-align: center;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color: #dadadb;
	background: url(images/listbg.gif) repeat-x;
	background-position: left bottom;
}

.pg_result_content {
	FONT-SIZE: 12px;
	BACKGROUND: #e5f0f2;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
	color: #262626;
}

.pg_result_content_ {
	FONT-SIZE: 12px;
	BACKGROUND: #f7f7f7;
	FONT-FAMILY: "宋体";
	color: #262626;
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
}

.onmouseover {
	FONT-SIZE: 12px;
	BACKGROUND: #ADD2DA;
	color: #262626;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
}

.pg_result_bottom {
	FONT-SIZE: 12px;
	BACKGROUND: #000;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	text-align: right;
	HEIGHT: 20px;
	cursor: default;
	text-decoration: none;
	text-indent: 3px;
	border: 0px solid #a0a0a0;
}

.pg_result_bottom td {
	border: 1px solid #d0d0d0;
	background: #f4f4f4;
	padding: 1px;
}

.pg_result_divide {
	FONT-SIZE: 12px;
	BACKGROUND: #EFEFEF;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
}

/*弹出查看页面*/
.tpg_result_head {
	FONT-SIZE: 12px;
	COLOR: #262626;
	FONT-FAMILY: "宋体";
	cursor: default;
	padding-right: 1px;
	text-align: right;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background: #ADD2DA;
}

.tpg_result_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #3333CC;
	FONT-FAMILY: "宋体";
	HEIGHT: 28px;
	cursor: default;
	text-indent: 3px;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	background: url(images/tpage1.gif) repeat-x;
}

.tpg_result_title img {
	padding: 0 3px;
}

.tcborder1 {
	margin: 0 auto;
	width: 100%;
	border: #a0a0a0 solid 0px;
	font-family: "宋体";
	color: #000000;
	font-size: 12px;
}

.tpg_result_content {
	FONT-SIZE: 12px;
	BACKGROUND: #e5f0f2;
	FONT-FAMILY: "宋体";
	HEIGHT: 20px;
	text-indent: 2px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
	color: #262626;
}

/*******************************************************************************	
 *	以pg_add开头的风格类为DataForm,QueryForm控件所引用，也可因需要用在页面其它地方。
 *	具体使用如下：
 *
 *	表格风格：TABLE.pg_add
 *	标题风格：TR.pg_add_title，TD.pg_add_title
 *	字段显示名称风格：TR.pg_add_head，TD.pg_add_head
 *	字段值输入控件所在行和单元格风格：TR.pg_add_content，TD.pg_add_content
 *	表格提交控制按钮所在行和单元格风格：TR.pg_add_bottom，TD.pg_add_bottom
 ******************************************************************************/
TABLE.pg_add {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-collapse: collapse;
	BACKGROUND: #f4f4f4;
}

.pg_add td {
	border: 1px solid #a0a0a0;
}

.pg_add_title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	HEIGHT: 22px;
	cursor: default;
	background: url(images/tpage.gif) repeat-x;
	text-indent: 0;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

.pg_add_title img {
	padding: 0 3px;
}

.pg_add_head {
	FONT-SIZE: 12px;
	COLOR: #262626;
	FONT-FAMILY: "宋体";
	text-align: right;
	text-decoration: none;
	text-indent: 3px;
	cursor: default;
	HEIGHT: 23px;
	line-height: 23px;
	BACKGROUND-color: #dadadb;
}

.pg_add_content {
	FONT-SIZE: 12px;
	COLOR: #262626;
	BACKGROUND-color: #f4f4f4;
	FONT-FAMILY: "宋体";
	HEIGHT: 23px;
	line-height: 23px;
	text-decoration: none;
	border-bottom: 1px solid #f4f4f4;
	vertical-align: middle;
}

.pg_add_bottom {
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	text-align: right;
	HEIGHT: 30px;
	cursor: default;
	text-decoration: none;
	text-indent: 3px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background: #f4f4f4;
}

/* 新增弹出页面样式开始*/
.tcborder {
	margin: 0 auto;
	width: 100%;
	border: #a0a0a0 solid 0px;
	font-family: "宋体";
	color: #000000;
	font-size: 12px;
}

TABLE.tc {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 1px;
	border-collapse: collapse;
	background: #efefef;
}

.tc td {
	border: 1px solid #a0a0a0;
}

.tc_title {
	background: url(images/tpage.gif) repeat-x;
	background-position: left bottom;
	line-height: 28px;
	height: 28px;
	font-size: 12px;
	font-family: "宋体";
	font-weight: bold;
	color: #3333CC;
}

.tc_title img {
	padding: 0 3px;
}

.tc_head {
	BACKGROUND: #dadadb;
	cursor: default;
	text-align: right;
	text-decoration: none;
	padding-right: 1px;
	HEIGHT: 20px;
	line-height: 20px;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.tc_content {
	BACKGROUND: #f4f4f4;
	HEIGHT: 20px;
	text-decoration: none;
	border-bottom: 1px solid #a0a0a0;
	padding-left: 1px;
}

.tc_bottom {
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "宋体";
	HEIGHT: 30px;
	cursor: default;
	text-decoration: none;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background: #f4f4f4;
}

/*弹出页面样式结束*/
.current {
	background: url(images/bg3.gif) repeat-x;
	line-height: 41px;
	text-indent: 10px;
	height: 41px;
}

/*首页标题文字*/
.title {
	background: url(images/index_83.gif) repeat-x;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 30px;
	font-size: 13px;
	height: 23px;
}

/*更多信息*/
.more {
	text-align: right;
	color: #0000ff;
	height: 20px;
	line-height: 20px;
}

.more:link {
	text-align: right;
	color: #0000ff;
}

.more:hover {
	color: #ff0000;
	text-align: right;
}

.more:active {
	color: #0000ff;
	text-align: right;
}

.more:visited {
	color: #0000ff;
	text-align: right;
}

.img {
	border-color: #9f9f9f;
	text-align: center;
	padding: 2px;
	margin: 6px;
}

.imgtxt {
	border: 1px solid #41D7E2;
	padding: 2px;
	margin: 0 8px 5px 8px;
	text-align: left;
	background: #C9EFFA;
	display: block;
	width: 205px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

/*中间标题样式*/
.mtitle0 {
	background: url(images/title.gif) no-repeat;
	background-position: 0 0;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	color: #2f2c89;
	text-decoration: none;
	filter: glow(color = #ffffff, strength = 1)
		dropshadow(color = #ffffff, offx = 0.5, offy = 0.5);
	height: 1;
	letter-spacing: 1.5pt;
	font-weight: bold;
	text-indent: 22px;
}

.mtitle {
	background: url(images/title_bg.gif) no-repeat;
	font-size: 14px;
	color: #2f2c89;
	text-decoration: none;
	height: 1;
	letter-spacing: 1.5pt;
	font-weight: bold;
	padding: 0 15px;
	line-height: 29px;
}

.mtitle span {
	letter-spacing: 1.5pt;
	font-weight: bold;
	line-height: 29px;
	font-size: 14px;
	color: #2f2c89;
	height: 29px;
	filter: glow(color = #ffffff, strength = 1)
		dropshadow(color = #ffffff, offx = 0.5, offy = 0.5);
	height: 1;
}

/*浮动标签*/

.fdbj {
	OVERFLOW: hidden;
}

.fdbj_title {
	BACKGROUND: url(images/title_bg.png) no-repeat;
	OVERFLOW: hidden;
	WIDTH: 318;
	HEIGHT: 29px;
	margin-bottom: 3px;
}

.fdbj_title LI {
	DISPLAY: inline;
	FLOAT: left;
	font-size: 14px;
	color: #2f2c89;
	text-decoration: none;
	filter: glow(color = #ffffff, strength = 1)
		dropshadow(color = #ffffff, offx = 0.5, offy = 0.5);
	height: 1;
	letter-spacing: 1.5pt;
	font-weight: bold;
	padding: 0 15px;
	line-height: 29px;
}

.fdbj_title LI A {
	DISPLAY: block;
	WIDTH: 106px;
	LINE-HEIGHT: 29px;
	height: 29px;
	font-size: 14px;
	color: #2f2c89;
	text-decoration: none;
	filter: glow(color = #ffffff, strength = 1)
		dropshadow(color = #ffffff, offx = 0.5, offy = 0.5);
	font-family: "Arial", "Helvetica", "sans-serif";
	letter-spacing: 1pt;
	font-weight: bold;
}

.fdbj_title LI A:hover {
	COLOR: #ff0000;
	TEXT-DECORATION: none;
}

.fdbj_title_bg1 {
	BACKGROUND-POSITION: 0px 0px
}

.fdbj_title_bg2 {
	BACKGROUND-POSITION: 0px -30px
}

.fdbj_title_bg3 {
	BACKGROUND-POSITION: 0px -60px
}

.fdbj_con {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 530px;
	HEIGHT: 200px;
	text-align: center;
}

/*图片提示框*/
TABLE.tishi {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-collapse: collapse;
	BACKGROUND: #f4f4f4;
}

.tishi td {
	border: 1px solid #a0a0a0;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	BACKGROUND-color: #b7cffd;
	padding-left: 5px;
}

.tip {
	position: relative;
	color: #000;
	text-decoration: none;
}

.tip img {
	z-index: 0;
}

.tip:hover {
	background: none;
	color: #000;
}

.tip span {
	display: none;
}

.tip:hover span {
	display: block;
	position: absolute;
	top: 65px;
	left: 10px;
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
	z-index: 1;
}

.tip:hover span p {
	color: #f60;
	text-align: left;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
	width: 150px;
	z-index: 2;
}

.bg5 {
	background-color: #fff;
	border: 1px dashed #8FBDEC;
	margin: 5px;
}

.border1 {
	border: 1px solid #8FBDEC;
	padding: 10px;
	background-color: #e5fdfa;
}

.border2 {
	border: 1px solid #8FBDEC;
	padding: 10px 20px;
	background-color: #fcfcfc;
}

.titleinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d362b;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

/*信息说明内容*/
.infotime {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d362b;
	text-align: center;
}

.infotime:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d362b;
}

.infotime:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d362b;
}

.infotime:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff8000;
}

.infotime:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff8000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 25px;
	text-indent: 30px;
}

.text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000ff;
	text-decoration: none;
	line-height: 25px;
	text-indent: 30px;
}

.text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 25px;
	text-indent: 30px;
}

/*left menu*/
.title16 {
	font-family: "黑体";
	width: 204px;
	font-size: 16px;
	font-weight: normal;
	color: #722dfa;
	letter-spacing: 4px;
	vertical-align: bottom;
	text-align: center;
	line-height: 42px;
	background: url(images/sub_02.gif) no-repeat;
}

/*左边菜单背景*/
.submenubg {
	background-image: url(images/sub_13.gif);
	height: 40px;
	width: 140px;
	line-height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}

.submenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}

.submenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}

.submenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
	letter-spacing: 1px;
}

.submenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}

.kuang {
	
}

.kuang:hover {
	border: 1px solid #E0E0E0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-bottom: 2px;
}

#sch {
	position: absolute;
	left: 720px;
	top: 23px;
	z-index: 10;
	padding: 3px;
}

.txt14 {
	font-size: 14px;
}

.schbtn {
	background: url(images/btnbg.jpg) no-repeat;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 0;
	width: 45px;
	color: #FF3300;
}

.schbox {
	border: 1px solid #E0E0E0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-bottom: 2px;
}

/*版权信息*/
.copyright {
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #413E3E
}

.copyright:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000ff
}

.copyright:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000ff
}

.copyright:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ff8000
}

.copyright:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000ff
}