/* 样式部份 */
body { SCROLLBAR-FACE-COLOR: #f7f8fd; BACKGROUND-IMAGE: url(../images/menu_bk.jpg); MARGIN: 0px; 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 }



body,td,th {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subFunName
{
	font-weight: bold;
	font-size: 14px;
	vertical-align: sub;
	color: #ff6600;
}

.subOperName
{
	font-weight: normal;
	font-size: 12px;
	vertical-align: sub;
	color: #3300ff;
}

.Control_ItemInput
{
	width: 100%;
	border-top-style: none;
	border-bottom: gray 1px solid;
	border-right-style: none;
	border-left-style: none;
}
.Control_ItemInput2
{
	width: 45%;
	border-top-style: none;
	border-bottom: gray 1px solid;
	border-right-style: none;
	border-left-style: none;
}

.Control_HostDiv
{
	font-weight: bold;
	font-size: 12px;
	color: orangered;
}

/* 链接样式 */

a:link{color: #003399;text-decoration: none;}
a:visited{color: #003399;text-decoration: none;}
a:hover{color: #FF0000;text-decoration: underline;}


A.black:link {
	COLOR: black; TEXT-DECORATION: none
}
A.black:visited {
	COLOR: black; TEXT-DECORATION: none
}
A.black:active {
	COLOR: black; TEXT-DECORATION: none
}
A.black:hover {
	COLOR: blue; TEXT-DECORATION: none
}

A.red:link {
	COLOR: red; TEXT-DECORATION: none
}
A.red:visited {
	COLOR: red; TEXT-DECORATION: none
}
A.red:active {
	COLOR: red; TEXT-DECORATION: none
}
A.red:hover {
	COLOR: blue; TEXT-DECORATION: none
}
/* 链接样式 End */


/* 信息列表的表格样式 */
.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 */

/* 提交信息的表格样式 */
.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_eight
{
	font-size: 12px;
	background-image: url(../images/Button_Eight.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_ten
{
	font-size: 12px;
	background-image: url(../images/Button_Ten.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.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;
}