/* 样式部份 */
body,td,th {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;SCROLLBAR-FACE-COLOR: #f7f8fd; SCROLLBAR-HIGHLIGHT-COLOR: #f7f8fd; SCROLLBAR-SHADOW-COLOR: #a2baea; SCROLLBAR-3DLIGHT-COLOR: #f7f8fd; SCROLLBAR-ARROW-COLOR: #a2baea; SCROLLBAR-TRACK-COLOR: #ffffff; BACKGROUND-REPEAT: repeat; SCROLLBAR-DARKSHADOW-COLOR: #f7f8fd; SCROLLBAR-BASE-COLOR: #f7f8fd; BACKGROUND-COLOR: #ffffff 
}
/* 链接样式 */

a.menu:link {
	text-decoration: none;
	color: #1E5DC7;
}
a.menu:visited {
	text-decoration: none;
	color: #1E5DC7;
}
a.menu:hover {
	text-decoration: none;
	color: #000000;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
}


/* 链接样式 End */

.inputLogin {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #DB1111;
}
.inputbox1 {
	border: 1px solid #999999;
}
.tableright {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #386B9E;
	border-right-color: #386B9E;
	border-bottom-color: #386B9E;
	border-left-color: #386B9E;
}
.fontbig1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
.fonttitle {
	font-family: "微软繁综艺";
	font-size: 24px;
	color: #FFFFFF;
}
.fontbottomline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.tableborder {
	border: 1px solid #417CB8;
}
.fontwhite {color: #FFFFFF}
.tableborder1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F76C5;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #1F76C5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1F76C5;
	height :25px;
}


.subFunName
{
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	color: #3300ff;
}

.subOperName
{
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	color: #3300ff;
}

.Control_ItemInput
{
	width: 100%;
	border-top-style: none;
	border-bottom: gray 1px solid;
	border-right-style: none;
	border-left-style: none;
}
.Control_ItemMustInput
{
	width: 100%;
	border-top-style: none;
	border-bottom: red 1px solid;
	border-right-style: none;
	border-left-style: none;
}
.Control_ItemMustSelect
{	
	border-top-style: none;
	border-bottom: red 1px solid;
	border-right-style: none;
	border-left-style: none;
}
.Control_HostDiv
{
	font-weight: bold;
	font-size: 12px;
	color: orangered;
}

.Control_ItemTextArea
{
	width: 100%;
	border-top-style: none;
	border-bottom: gray 1px solid;
	border-right-style: none;
	border-left-style: none;		
	white-space:nowrap:
}


/* 信息列表的表格样式 */
.DataGrid {
	background-color:White;
	border-collapse:collapse;
	width: 99%;
	border: 1px solid #A2BAEA;
} 
.DataGrid_Header {
	vertical-align:middle;
	font-weight:bold;
	height: 22px;
	background-color: #888888;
	background-image: url(../images/tableHead_bg.gif);
	cursor: default;
	color: #000000;
} 
.DataGrid_HeaderLink {
	color: #000000;
	font-weight:bold;
} 
.DataGrid_Item {
	background-color: #E8EEFA;
	height: 24px;
	behavior: url(../jscript/DataGrid_Item.htc);
} 
.DataGrid_AltItem {
	background-color: #f6f6f6;
	height: 24px;
	behavior: url(../jscript/DataGrid_AltItem.htc);
} 
.DataGrid_Select {
	color: #F6F9FF;
	background-color: #738A9C;
	height:24px;
} 
.DataGrid_Pager {
	height: 24px;
	background-color: #dfdfdf;
	text-align:right;
	cursor: default;
} 
.DataGrid_Footer {
	height: 25px;
	background-color: #dfdfdf;
	cursor: default;
} 
/* 信息列表的表格样式 End */
/* 查询列表的表格样式 */
.SchTable {
	height: 22px;
	background-color: #f8f8f8;
	background-image: url(../images/dotback.gif);
	cursor: default;
	padding:4px 4px 4px 4px;
}
/* 查询列表的表格样式 End*/

/* 提交信息的表格样式 */
.formTable {
	background-color:White;
	border-collapse:collapse;
	width: 100%;
	border: 1px solid #A2BAEA;
} 
.formTableDepTree {
	background-color:White;
	border-collapse:collapse;
	width: 100%;
	border: 1px solid #A2BAEA;
	height : expression(document.body.offsetHeight - offsetTop - 90);
} 
.formTable2 {
	background-color:White;
	border-collapse:collapse;
	width: 100%;
}
.formTable_Header {
	vertical-align:middle;
	font-weight:bold;
	height: 22px;
	background-color: #eeeeee;
	background-image: url(../images/tableHead_bg.gif);
	cursor: default;
	padding:4px 4px 4px 4px;
} 
.formTable_Item{
	background-color: #eeeeee;
	padding:4px 4px 4px 4px;
}
.formTable_ItemInput{
	background-color: #f6f6f6;
	padding:4px 4px 4px 4px;
	work-break : break-all;
}
.formTable_Footer
{
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(../images/formTable_Footer_bk.jpg);
	padding-bottom: 4px;
	padding-top: 4px;
	background-repeat: repeat;
	background-color: transparent;
}
.formTable_Footer_center
{
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(../images/formTable_Footer_BK_center.gif);
	padding-bottom: 4px;
	padding-top: 4px;
	background-repeat: repeat;
	background-color: transparent;
	height:30px;
}
.formTable_Footer_left
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/formTable_Footer_BK_left.gif);
	padding-bottom: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width:20px;
	height:30px;
}
.formTable_Footer_right
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/formTable_Footer_BK_right.gif);
	padding-bottom: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width:20px;
	height:30px;
}
/* 提交信息的表格样式 End */

/* 主体区标外框的背景样式 */
.frameCloseBg {
	background-image: url(../images/icon3.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.frameArrowBg {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position-y: 2px;
	width: 14px;
	height: 9px;
}
.frameTopBg {
	background-image: url(../images/frameTop_bg.jpg);
	background-repeat: repeat-x;
}
.frameColorBg {
	background-image: url(../images/frameColor_bg.jpg);
	background-repeat: repeat;
	text-align:center;
}
.frameBottomBg {
	background-image: url(../images/frameBottom_bg.jpg);
	background-repeat: repeat-x;
}
.frameBodyLeftBg {
	background-image: url(../images/frameBody_leftBg.jpg);
	background-repeat: repeat-y;
}
.frameBodyRightBg {
	background-image: url(../images/frameBody_rightBg.jpg);
	background-repeat: repeat-y;
}
.frameLineBg {
	background-image: url(../images/frameLine_bg.jpg);
	background-repeat: repeat-x;
	
}
.frameLineTopBg {
	background-image: url(../images/frameLine_bg.jpg);
	background-repeat: repeat-x;
	display:expression(top.location.href == location.href ? '' : 'none');
}
.frameBodyLeft{
	background-image: url(../images/frameBody_1.jpg);
}
.frameBodyRight{
	background-image: url(../images/frameBody_2.jpg);
}
.frameLineRight{
	background-image: url(../images/frameLine_right.jpg);
}
.frameEmpty{
	background-color:#F7F8FD;
}
.frameMain{
	background-color:#FFFFFF;
	vertical-align:top;
	width:98%;
}
.tableMain{
	width: 100%;
	height:expression((location.href == top.location.href) ? (document.body.offsetHeight-offsetTop-35) : (document.body.offsetHeight-offsetTop-30));
}
.frameHeadMain {
	height:expression(document.body.offsetHeight - offsetTop - 2);
}
.lastTr {
	height:expression(document.body.offsetHeight-offsetTop-40- Header_TableMain.offsetTop-offsetParent.offsetTop);
}


input.button_sel
{
	font-size: 12px;
	background-image: url(../images/Button_Select.jpg);
	width: 25px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	
	border-bottom-style: none;
}

input.button
{
	font-size: 12px;
	background-image: url(../images/button1.jpg);
	width: 44px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	
	border-bottom-style: none;
}

input.button_four
{
	font-size: 12px;
	background-image: url(../images/Button_Four.jpg);
	width: 65px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	
	border-bottom-style: none;
}

input.button_six
{
	font-size: 12px;
	background-image: url(../images/Button_Six.jpg);
	width: 95px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	
	border-bottom-style: none;
}
input.button_Start
{
	font-size: 12px;
	background-image: url(../images/Button_Start.jpg);
	width: 65px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	
	border-bottom-style: none;
}
input.button_Stop
{
	font-size: 12px;
	background-image: url(../images/Button_Stop.jpg);
	width: 65px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	
	border-bottom-style: none;
}
input.inputbott
{
	font-size: 12px;
	background-image: url(../images/button1.jpg);
	width: 44px;
	cursor: hand;
	border-top-style: none;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: transparent;
	
	border-bottom-style: none;
}
input.inputline
{
	border-top-style: none;
	border-bottom: gray 1px solid;
	border-right-style: none;
	border-left-style: none;
}
.font_red
{
	color: red;
	font-size: 12px;
}