﻿body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 9pt;
	text-align: center;
}
.divScroll
{
	scrollbar-face-color: #9EBFE8;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #9EBFE8;
	scrollbar-darkshadow-color: #9EBFE8;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}
.ListShowTitle
{
	background-image: url(../images/titile_bg.bmp);
	background-position: center top;
	width: 214px;
	height: 27px;
	border-bottom: solid 1px #cccccc;
}
.ListHideTitle
{
	background-color: White;
	width: 16px;
	border-bottom: solid 1px #cccccc;
}
.DoubleBorder
{
	border-left: double 3px #9EBFE8;
	border-right: double 3px #9EBFE8;
	border-top: double 3px #9EBFE8;
	border-bottom: double 3px #9EBFE8;
}
.divBorder
{
	filter: progid:DXImageTransform.Microsoft.Shadow(strength:3,color:#cccccc,direction=150);
}
.EditTable td
{
	font-size: 9pt;
	padding: 3px 3px 3px 3px;
}
.tdName
{
	text-align: right;
	color: #666666;
}
.tdEdit
{
	text-align: left;
}

a
{
	font-size: 9pt;
	text-decoration: none;
}
A:link
{
	color: #333333;
	text-decoration: none;
}
A:visited
{
	color: #333333;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: underline;
}
input
{
	font-size: 9pt;
}
.must
{
	color: Red;
	margin-right: 5px;
}
.buttonSize
{
	border: solid 1px #cccccc;
	cursor: hand;
}

/**普通控件项样式**/
#ProcessPrompt
{
	padding-top: 5px;
	width: 140px;
	position: absolute;
	height: 30px;
	background-color: white;
	text-align: center;
	border-top: solid 1px #7B9EBD;
	border-bottom: solid 1px #7B9EBD;
	border-left: solid 1px #7B9EBD;
	border-right: solid 1px #7B9EBD;
}
.button
{
	background-image: url(../images/button_bg.gif);
	border: none;
	width: 78px;
	height: 20px;
	font-size: 9pt;
}
.input
{
	border-top: solid 1px #7B9EBD;
	border-right: solid 1px #7B9EBD;
	border-bottom: solid 1px #7B9EBD;
	border-left: solid 1px #7B9EBD;
	height: 19px;
	width: 150px;
}
/**DataGrid样式**/
.dgHeader
{
	height: 27px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/titile_bg.bmp);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
}
.dgFooter
{
	background-color: #eff7fc;
	height: 25px;
	border-bottom: solid 1px #9cb6c5;
	border-left: solid 1px #9cb6c5;
	border-right: solid 1px #9cb6c5;
}
.DataGrid td
{
	padding: 3px 3px 3px 3px;
}
.dgHeader td
{
	padding: 0 3px 0 3px;
}
.btnPage
{
	margin-right: 5px;
}
.btnRedirect
{
	border: outset 1px #7B9EBD;
	height: 20px;
	width: 25px;
	background-color: White;
	vertical-align: middle;
	text-align: center;
}
/**操作等待框**/
.EditWaiting
{
	left: expression((this.offsetParent.clientWidth-this.clientWidth)/2+this.offsetParent.scrollLeft/2);
	top: expression((this.offsetParent.clientHeight-this.clientHeight)/2+this.offsetParent.scrollTop/2);
	position: absolute;
	width: 280px;
	padding: 5px 5px 5px 5px;
	background-color: White;
	border: solid 2px #cccccc;
	z-index: 1001;
}
.Disabled
{
	overflow: hidden;
	z-index: 1000;
	filter: alpha(opacity=80);
	left: 0px;
	width: expression(this.offsetParent.clientWidth+this.offsetParent.scrollLeft);
	position: absolute;
	top: 0px;
	height: expression(this.offsetParent.clientHeight+this.offsetParent.scrollTop);
	background-color: black;
}
.divButtonArea
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/**页面顶部工具栏**/
.tableToolBar td
{ text-align:center; vertical-align:middle; border-right:inset 1px white; }
.tableToolBar td img
{cursor:hand;margin-right:2px;}
.divToolBar{background-color: #FFCC66; height: 45px; border-bottom: outset 1px #cccccc;}
/**查询条件**/
.divCondition{ text-align:left; border-bottom:solid 1px #cccccc;}
.divCondition span{margin-left:15px;}
