BODY DIV TD{
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 10pt;
	SCROLLBAR-FACE-COLOR: #F6F9FC; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #C0CDDF; 
	SCROLLBAR-ARROW-COLOR:  #666666; 
	SCROLLBAR-TRACK-COLOR: #EDF4FB; 
	SCROLLBAR-DARKSHADOW-COLOR: #87ACCB;
	ALIGN:CENTER;
}
/*========body区域样式单设置========*/

/* 页面控制table */
table.main {
	border-width: 0px;
	cell-Space: 0px;
	cell-Pad: 0px;
	width: 100%;
}

/* 页面导航控制table */
table.submenu {
	border-width: 1px;
	border-style: solid;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #6689BD;
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	color: #406CB0;
	width: 100%;
	height:24px;
    /*10号字体定义*/	
}

/* 按钮控制table */
table.TableButtonStyle {
	background-color: #ffffff;
	width: 100%;
}

/* 查询条件控制table */
table.TableSearchStyle {
/*	background-color: #6689BD; 
	bordercolor-light ="#848284";
	bordercolor-dark ="#FFFFFF";*/
	width: 100%;
	background-color: #C0CDDF;
}

/* 列表控制table */
table.TableMainStyle {
	background-color: #C0CDDF;
	VERTICAL-ALIGN: MIDDLE;
	border: 0px;
	align: center;
	width: 98%;
}

/* 表单控制table */
table.formTableStyle {
	background-color: #6689BD;
	width: 100%;
	border: 0px;
	border-style: solid;
	border-color: #6689BD;
	/*table-layout: fixed;
    word-wrap:break-all;*/
}
/* 表单控制table */
table.formTableStyle_sys {
	background-color: #6689BD;
	width: 98%;
	border: 0px;
	border-style: solid;
	border-color: #6689BD;
	/*table-layout: fixed;
    word-wrap:break-all;*/
}

/* 列表表头显示th */
th.TableTitleThStyle {
	background-image: url(../images/title_bk.gif);
	font-family: "宋体";
	height: 22px;
	VERTICAL-ALIGN: MIDDLE;
	font-weight: bold; 
	text-decoration:none; 
	font-size: 10pt; 
	color: #2B64A8;
}

.TitleBackground {
	background-image: url(../images/title_bk.gif);
	font-family: "宋体";
	height: 22px;
	VERTICAL-ALIGN: MIDDLE;
	font-weight: bold; 
	text-decoration:none; 
	font-size: 10pt; 
	color: #2B64A8;
}

/* 表单显示th */
th.TableFormThStyle {
	background-image: url(../images/title_bk.gif);
	font-family: "宋体";
	height: 22px;
	VERTICAL-ALIGN: MIDDLE;
	font-weight: bold; 
	text-decoration:none; 
	font-size: 10pt; 
	color: #2B64A8;
}

/* 列表内容显示tr-奇数列 */
tr.TableMTrBgColor {
	background-color: #EDF4FB;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	height: 23px;
	cursor: hand;
}

/* 列表内容被选中状态 */
tr.TableMTrSelectedColor {
	background-color: #FFE8D5;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	height: 23px;
	cursor: hand;
}

/* 当鼠标滑过 */
tr.GrayColor {
	background-color: #FFEBD7;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	height: 23px;
}

/* 列表内容显示tr-偶数列 */
tr.TableMTrBgColorA {
	background-color: #FFFFFF;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	height: 23px;
	cursor: hand;
}

/* 按钮距内容高度 */
tr.butContHeight {
	height: 6px;
}

/*  表单显示内容tr */
tr.formTR {
	background-color: #ffffff;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	height: 23px;
}

/* 查询表格显示内容tr */
tr.TableSTrBgColor {
	background-color: #FFFFFF;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	height: 23px;
}

/* 选中状态 */
tr.selectedtr {
	background-color: #0000FF;
	font-family: "宋体";
	font-size: 10pt;
	color: #FFFFFF;
	height: 23px;
}

/* 主页面表格td */
td.submenuTDAlign {
	text-align: left;
}

/* 页面导航表格td */
td.formSubTD {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	color: #406CB0;
}

/* 按钮表格td */
td.buttonTDAlign {
	text-align: right;
}

/* 查询表格标签td-居左 */
td.serchTDAlignL {
	background-color: #C4D8F7;
	text-align: left;
}

/* 查询表格标签td-居中 */
td.serchTDAlignC {
	background-color: #C4D8F7;
	text-align: center;
}

/* 查询表格标签td-居右 */
td.serchTDAlignR {
	background-color: #C4D8F7;
	text-align: right;
}

/* 查询表格输入域td-普通 */
td.serchTDInput {
/*	background-color: #EDF3FE;*/
	background-color: #EDF4FB;
}


/* 查询表格输入域td-居左 */
td.serchTDInputL {
/*	background-color: #EDF3FE;*/
	background-color: #EDF4FB;
	text-align: left;
}

/* 查询表格输入域td-居中 */
td.serchTDInputC {
/*	background-color: #EDF3FE;*/
	background-color: #EDF4FB;
	text-align: center;
}

/* 查询表格输入域td-居右 */
td.serchTDInputR {
/*	background-color: #EDF3FE;*/
	background-color: #EDF4FB;
	text-align: right;
}

/* 数据表格td-居左 */
td.mainTDAlignL {
	text-align: left;
}

/* 数据表格td-居中 */
td.mainTDAlignC {
	text-align: center;
}

/* 数据表格td-居右 */
td.mainTDAlignR {
	text-align: right;
}

/* 表单表格标签td-居左 */
td.formTDLabelL {
/*	text-decoration: none;
	text-align: left;
	background-color: #C4D8F7;*/
	text-align: left;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	background-color:#D8E6F5
    /*9号字体定义*/	
}

/* 表单表格标签td-居中 */
td.formTDLabelC {
/*	text-decoration: none;
	text-align: center;
	background-color: #C4D8F7;*/
	text-align: center;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	background-color:#D8E6F5
    /*9号字体定义*/	
}

/* 表单表格标签td-居右 */
td.formTDLabelR {
/*	text-decoration: none;
	text-align: right;
	font-size: 10pt;
	background-color: #C4D8F7;*/
	text-align: right;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	background-color:#D8E6F5
    /*9号字体定义*/		
}

/* 表单表格输入域td-居左 */
td.formTDInputL {
/*	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #EDF3FE;*/
	text-align: left;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	background-color:#EDF4FB;
    /*9号字体定义*/	
}
td.formTDInput{
	/*	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #EDF3FE;*/
	text-align: left;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
    /*9号字体定义*/	
}

/* 表单表格输入域td-居中 */
td.formTDInputC {
/*	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #EDF3FE;*/
	text-align: center;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	background-color:#EDF4FB;
    /*9号字体定义*/	
}
/* 表单表格输入域td-居中 */
td.formTDInputCn {
/*	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #EDF3FE;*/
	text-align: center;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
    /*9号字体定义*/	
}

/* 表单表格输入域td-居右 */
td.formTDInputR {
/*	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	background-color: #EDF3FE;*/
	text-align: right;
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	background-color:#EDF4FB;
    /*9号字体定义*/	
}

/* 表单表格标题div */
div.formTitle {
	font-family: "宋体";
	font-size: 15pt;
	font-weight: bold;
	color: #406CB0;
	text-align: center;
}

/* 页面导航表格链接a */
A.formASub:link {
	text-decoration: none;
	font-size: 12px;
	color: #DE2020;
}

A.formASub:alink {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

A.formASub:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

A.formASub:active {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

A.formASub:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #7388C8;
}

/* button样式 */
input.pagebut {
	background-image: url(../images/title_bk.gif);
	BORDER-BOTTOM: white outset thin;
	BORDER-LEFT: white thin;
	BORDER-RIGHT: white outset thin;
	BORDER-TOP: white thin;
	color: #000000;
	font-family: "宋体";
	/**background-image: url(../images/title_bk.gif);*/
	FONT-SIZE: 10pt;
	HEIGHT: 18px;
	VERTICAL-ALIGN: bottom;
	border: 1;
	border-style: solid;
	border-color: #484495;
	cursor: hand
}

/* input样式-表单表格 */
input.formtext {
	BACKGROUND-COLOR: #FFFFFF;;
	FONT-SIZE: 10pt;
	FONT-FAMILY: "宋体, Arial, Helvetica";
	HEIGHT: 20px;;
	color: #000000;;
	text-decoration: none;;
	border: 1px solid #6689BD;
}

input.formtext_bak {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 100%;
	border: 1;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #ffffff;
}

input.readonlyformtext {
/*	font-size: 12px;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 100%;
	border: 1px;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #EDF3FE;*/
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width:95%;
	font-family: "宋体";
	border: 1px;
	vertical-align: middle;
	background-color: #EFF6FE;
}

textarea.formtext {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 60px;
	overflow-y: auto;
	border: 1px;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #ffffff;
}

textarea.readonlyformtext {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 60px;
	overflow-y: auto;
	border: 1px;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #EFF6FE;
}

input.formdate {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	border: 1px;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #ffffff;
}

/* input样式-查询表格 */
input.searchtext {
/*	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 100%;
	border: 1px solid #6689BD;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #ffffff;*/
	font-size: 10pt;
	color: #000000;
	text-align: left;
	text-decoration: none;
	height: 18px;
	width: 100%;
	border: 1px solid #A2B2CB;
	font-family: "宋体";
	vertical-align: middle;
}

input.searchdate {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	border: 1px solid #6689BD;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #ffffff;
}

/* select样式-表单表格 */
select.formtext {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 80%;
	border: 0px;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #ffffff;
}

/* select样式-查询表格 */
select.searchtext {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 80%;
	border: 0px;
	font-family: "宋体";
	vertical-align: middle;
	background-color: #ffffff;
}

/* option样式-表单表格 */
option.formtext {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-weight: normal;
	FONT-SIZE: 12px;
	color: 000000;
	background-color: #ffffff;
}

/* option样式-查询表格 */
option.searchtext {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-weight: normal;
	FONT-SIZE: 12px;
	color: 000000;
	background-color: #ffffff;
}

p {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 12px;
	line-height: 20px
}

br {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 10pt
}

hr {
	color: #7388C8
}

/* 必须输入框 */
span.multiInputEx1 {
	color: red;
}

/* 列表表格底部样式 */
tr.TableBottomTrStyle {
	background-color: #C4D8F7;
	height: 5px;
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 10pt
}

/* button样式 */
input.btnA {
	background-image: url(../images/title_bk.gif);
	BORDER-BOTTOM: white outset thin;
	BORDER-LEFT: white thin;
	BORDER-RIGHT: white outset thin;
	BORDER-TOP: white thin;
	color: #000000;
	font-family: "宋体";
	/**background-image: url(../images/title_bk.gif);*/
	FONT-SIZE: 10pt;
	HEIGHT: 20px;
	VERTICAL-ALIGN: bottom;
	border: 1px;
	border-style: solid;
	border-color: #334990;
	cursor: hand
}

input.btnB {
	background-image: url(../images/titleB_bk.gif);
	BORDER-BOTTOM: white outset thin;
	BORDER-LEFT: white thin;
	BORDER-RIGHT: white outset thin;
	BORDER-TOP: white thin;
	color: #000000;
	font-family: "宋体";
	/**background-image: url(../images/title_bk.gif);*/
	FONT-SIZE: 10pt;
	HEIGHT: 20px;
	VERTICAL-ALIGN: bottom;
	border: 1px;
	border-style: solid;
	border-color: #334990;
	cursor: hand
}

/*页面流程指示文字导航栏被选中的状态*/
.formSubCurFont {
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	color: #FF0000;
	font-size: 12px;
}

.fontcolor {
	font-family: "宋体";
	font-size: 14pt;
	color: #B7C6EC;
}

.editableArea {
	width: 100%;
	overflow-y: auto;
	font-size: 12px;
	font-family: "宋体, Arial, Helvetica";
	border: 1px solid #6689BD;
}

/*tab ???ù????*/
.BodyLeftTabBgSlant {
	BACKGROUND: url(../images/buttonA_1.gif) no-repeat left top
}

.BodyLeftTabForeSlant {
	BACKGROUND: url(../images/buttonB_1.gif) no-repeat left top
}

.BodyRightTabBgCurve {
	BACKGROUND: url(../images/buttonA_3.gif) no-repeat right top
}

.BodyRightTabForeCurve {
	BACKGROUND: url(../images/buttonB_3.gif) no-repeat right top
}

.BodyForePropertyTab {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: "Arial", "Helvetica";
	BACKGROUND: url(../images/buttonB_2.gif);
	FONT-FAMILY: "????";
	BORDER-RIGHT: #336699 0px solid;
	BORDER-LEFT: #336699 0px solid;
	BORDER-TOP: #336699 0px solid;
	BORDER-BOTTOM: #336699 0px solid;
	height: 20px;
}

.BodyBackPropertyTab {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: "Arial", "Helvetica";
	BACKGROUND: url(../images/buttonA_2.gif);
	FONT-FAMILY: "????";
	BORDER-RIGHT: #336699 0px solid;
	BORDER-LEFT: #336699 0px solid;
	BORDER-TOP: #336699 0px solid;
	BORDER-BOTTOM: #336699 0px solid;
	height: 20px;
}

.BodyTableLeftLine {
	background-color: #79A5C8;
}

.BodyTableBottomLine {
	background-image: url(../images/line.gif);
}

.BodyTableBgcolor {
	background-color: #f0f8ff;
}

.BodyTableTitleFont {
	font-family: "????";
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.BodyTableForm {
	font-size: 10pt;
	color: #000000;
}

<!--只读域样式单   -->.EgovReadOnly {
/*	BACKGROUND-COLOR: #FAFAFA;;
	border: 1px solid #808080;;
	FONT-FAMILY: "宋体, Arial";;
	FONT-SIZE: 10pt;;
	color: #000000;;
	text-decoration: none;;
	width: 100%;*/
	font-size: 10pt;
	FONT-FAMILY: "宋体, Arial";
	color: #7AA3D1;
	text-decoration: none;
	height: 18px;
	width:95%;
	border: 1px solid #A2B2CB;
	background-color: #EFF6FE;
}

}
A.flowtyle:link {
	COLOR: #000000;
	TEXT-DECORATION: none;;
	font-family: "宋体";
	font-size: 12px;
}

A.flowtyle:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;;
	font-family: "宋体";
	font-size: 12px;
}

A.flowtyle:active {
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
}

A.flowtyle:hover {
	COLOR: #EE0000;
	TEXT-DECORATION: none;;
	font-family: "宋体";
	font-size: 12px;
}

/*表头排序链接*/
A.asort {
	font-family: "宋体";
	font-weight: bold; 
	text-decoration:underline; 
	font-size: 10pt; 
	color: #2B64A8;
}
A.asort:link {
	font-family: "宋体";
	font-weight: bold; 
	text-decoration:underline; 
	font-size: 10pt; 
	color: #2B64A8;
}

A.asort:visited {
	font-family: "宋体";
	font-weight: bold; 
	text-decoration:underline; 
	font-size: 10pt; 
	color: #2B64A8;
}
A.asort:active {
	font-family: "宋体";
	font-weight: bold; 
	text-decoration:underline; 
	font-size: 10pt; 
	color: #2B64A8;
}
A.asort:hover {
	font-family: "宋体";
	font-weight: bold; 
	text-decoration:underline; 
	font-size: 10pt; 
	color: #324234;
}
TABLE.showMessage
{
    BACKGROUND-COLOR: #EDF4FB;
    BORDER-BOTTOM: #686868 1px solid;
    BORDER-LEFT: #686868 1px solid;
    BORDER-RIGHT: #686868 1px solid;
    BORDER-TOP: #686868 1px solid;
    COLOR: #000000;
}

DIV.showMessage
{
    HEIGHT: 50px;
    LEFT: 5px;
    POSITION: absolute;
    TOP: 5px;
    VISIBILITY: hidden;
    WIDTH: 210px;
}

.messageShow{
	font-family: "宋体";
	font-weight: bold; 
	font-size: 10pt; 
	color: green;
}
.DIVSCROLLPANEL{
	overflow:auto;
	BACKGROUND-COLOR: transparent;
	SCROLLBAR-FACE-COLOR: #E7EFF3; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #C0CDDF; 
	SCROLLBAR-ARROW-COLOR:  #666666; 
	SCROLLBAR-TRACK-COLOR: #Ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #87ACCB;
}
.DIVLABEL{
	font-family: "宋体", "Arial Narrow", "Times New Roman";
	font-size: 10pt;
}