/*文档基本定义*/
body
{
	font-size: 12px;
	color: black;
}

/*通用的输入框和按钮*/
.flatInput
{
	font-family: SimSun;
	font-size: 12px;
	border: #7f9db9 1px solid;
	height: 18px;
}

.flatButton
{
	padding-top: 2px;
	font-family: SimSun;
	font-size: 12px;
	border-left:none;
	border-top:none;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	background-color:gray;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f0ffffff', EndColorStr='#50ffffff')progid:DXImageTransform.Microsoft.Glow(color='silver', Strength='1')
}

/*Form Label*/
.formTitleCell
{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	width:96px;
}

/*左右布局的表单*/
.twoColsFormTitleCell
{
	padding: 8px;
	font-size: 12px;
	background-color: #e0dfe3;
	text-align: right;
}

.twoColsFormContentCellOddRow
{
	padding: 8px;
	font-size: 12px;
	background-color: #f1f4fe;
}

.twoColsFormContentCellEvenRow
{
	padding: 8px;
	font-size: 12px;
	background-color: #ffffff;
}

.twoColsFormBorders
{
	background-color: #999999;
}

/*通用元素设置*/
select
{
	font-family: SimSun;
	font-size: 12px;
}

/*Page Persist*/
.userData
{
	behavior: url(#default#userdata);
}

.saveHistory
{
	behavior: url(#default#savehistory);
}

/*表格类的定义*/
table
{
	border-right: medium none;
	border-top: medium none;
	font-size: 12px;
	border-left: medium none;
	border-bottom: medium none;
}

/*Grid的定义*/
.gridHead /*定义表头*/
{
	border-right: solid 2px gray;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 2px silver;
	background-color: #e5e8f7;
	height: 28px;
	font-size: 12px;
	font-family: 黑体;
}

.gridPager
{
	border-right: solid 1px gray;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px gray;
	background-color: #bfc5e7;
	font-size: 12px;
}

.gridHighlight /*定义鼠标放置于对应行的背景颜色*/
{
	background-color: #E6F2FF;
}

.gridSelectedHighlight /*定义选定行的背景颜色*/
{
	background-color: #E6E6E6;
}

.gridOddRow /*定义奇行的字体和背景颜色*/
{
	font-size: 12px;
	background-color: #eeeeee; /*#F9FCFF #F7F7F7*/
}

.gridEvenRow /*定义偶行的字体和背景颜色*/
{
	font-size: 12px;
	background-color: white;
}

/*Table Strip styles*/
.tabStripBackground
{
	font-size: 12px;
	background-color: Transparent;
}

.tabStripBand
{
	font-size: 12px;
	border-bottom: solid #eeeeee 1px;
}

.tabStrip
{
	font-size: 12px;
	background-color: white;
	border-top: solid white 1px;
	border-bottom: solid black 1px;
}

.tabStripSelected
{
	font-size: 12px;
	font-weight: BOLD;
	background-color: #eeeeee;
	border-left: solid white 1px;
	border-top: solid white 1px;
	border-right: solid black 1px;
	border-bottom: solid #eeeeee 1px;
}

.tabStripText
{
	width: 100%;
	border-right: solid #cccccc 1px;
}

.tabStripTextSelected
{
	width: 100%;
}

a.grid:link
{
	color: #000000;
	text-decoration: none;
}

a.grid:visited
{
	color: #800080; /*0092DF*/
	text-decoration: none;
}

a.grid:hover
{
	color: #cc0066;
	font-family: 宋体;
	text-decoration: underline;
}

a.grid:active
{
	text-decoration: none;
}
.Hand
{
	cursor:hand;
}
.table{

	background:#AEC4DC;}
	
.tr1{
	background:#FFFFFF;
	font-family: "Arial";
	color:
	text-decoration: none;
	text-align:center;
	
	}
.tr2{
	background:#DBE6FA;
	font-family: "Arial";
	color:
	text-decoration: none;
	text-align:center;
	
	
	}
	



	

