﻿body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
		background-color:#f0f1f6;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
a:link
{
  /*display: block;
  text-decoration: none;
  margin: 6px 10px 6px 0px;
  padding: 2px 6px 2px 6px;
  color: #00527f;
  background-color: #d9e8f3;
  border: 1px solid #004266;*/
	color: #000033;
	text-decoration: none;
}

a:hover {
	color: #000033;
	text-decoration: none;
}

a:visited {
	color: #000033;
	text-decoration: none;
}

a:visited:hover {
	color: #ff3300;
	text-decoration: underline;
}
/*底部表格*/
.Bottom_tab
{
	border: 0px;
	cellPadding:expression(this.attributes.cellPadding.nodeValue="0");
	cellSpacing:expression(this.attributes.cellSpacing.nodeValue="0");
	text-align:right;
	width:100%;
	padding:5px;
}
.Bottom_tab td
{
	text-align:right;
	width:70%;
}

/*顶部表格*/
.Top_tab
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
.Top_tab th
{
	height: 25px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5995e4,endColorStr=#ffffff);
	border:0px;
	font-weight:bold;
	border-bottom: #999999 1px solid;
	text-align:left;
	padding-left:5px;
}
.Top_tab td
{
	height:30px;
	vertical-align:middle;
	line-height:30px;
	/*text-align:expression((this.cellIndex==2)?("right"):("left"));
	padding-right:expression((this.cellIndex==2)?("5px"):(""));*/
	padding-left:4px;
}
.Top_tab td input
{
	border-top: solid 1px #7285AF;
	border-bottom: solid 1px #7285AF;
	border-left: solid 1px #7285AF;
	border-right: solid 1px #7285AF;
}
/*编辑表格*/
.Edit_tab
{
	border: 0px; 
	cellPadding:expression(this.attributes.cellPadding.nodeValue="0");
	cellSpacing:expression(this.attributes.cellSpacing.nodeValue="1");
	padding-left: 2px;
	width: 100%;
	background-color: darkgray;
}
.Edit_tab input
{
	border-right: #807f85 1px solid;
	border-top: #807f85 1px solid;
	border-left: #807f85 1px solid;
	border-bottom: #807f85 1px solid;
}
.Edit_tab textarea
{
	width:80%;
	}

.Edit_tab tr
{
	height:30px;
	font-size:12px;
}
.Edit_tab td
{
	vertical-align:middle;
	background-color:expression((this.children.length>0)?("#FFFFFF"):("#e9e9e9"));
}
.Edit_tab_ToolBar
{
	width:100%;
	text-align:right;
	padding-right:5px;
}
/*======================================================*/
/*结果表格*/
.Result_tab
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	color:#000000;
	border: 0px;
	cellPadding:expression(this.attributes.cellPadding.nodeValue="0");
	cellSpacing:expression(this.attributes.cellSpacing.nodeValue="0");
	background-color:#999999;
}
.Result_tab th
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5995e4,endColorStr=#ffffff);
	height: 25px; 
	/*background-color: #e0e0e8;*/
	font-weight: normal; 	
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	text-align:center;
}

.Result_tab td
{
		background-color:#FFFFFF;
	height:24px;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	color:#000000;
	text-align:center;
	overflow:hidden;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis;
	
	}
.Result_tab tr
{
/*	*/
	/*onmouseover:expression(onmouseover=function(){this.style.backgroundColor="#AFDDE4";});
	onmouseout:expression(onmouseout=function(){this.style.backgroundColor="#F7F8FA";});*/
	 /*设置onmouseover事件*/
 /* onmouseover: expression(onmouseover=function (){this.style.color='red';this.style.backgroundColor="#AFDDE4";});

  /*设置onmouseout事件*/
  /*onmouseout: expression(onmouseout=function (){this.style.color='';this.style.backgroundColor="#AFDDE4";});*/
 
background-color: #F7FAFF;



}
.Result_tab td input
{
	/*border : expression((this.type=="text" && this.className=="")? "solid 1px #7A7E7F":"");
	width : expression((this.type=="text")?"96%":"");*/
	border:0px;
	text-align:center;
}
.Result_tab td select
{
	width:100%;
}
.Result_tab td textarea
{
	width:96%;
}

/*空数据表*/
.GV_Empty
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	border: 0px;
	cellPadding:expression(this.attributes.cellPadding.nodeValue="0");
	cellSpacing:expression(this.attributes.cellSpacing.nodeValue="0");
	background-color:#FFFFFF;
}
.GV_Empty td
{
	color:#000000;
	height:24px;
	border-right:expression((this.cellIndex==(this.parentElement.cells.length-1))?(""):("#999999 1px solid"));
	border-top: #999999 1px solid;
	border-left: #999999 0px solid;
	border-bottom: #999999 0px solid;
	background-color:#FFFFFF;
	/*text-align:expression((this.cellIndex==0 || this.cellIndex==1 || this.cellIndex==2)?("center"):("left"));
	width:expression((this.cellIndex==0 || this.cellIndex==1)?("35px"):(""));*/
	overflow:hidden;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis;	
	
}
.GV_Empty th
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5995e4,endColorStr=#ffffff);
	border-right:expression((this.cellIndex==(this.parentElement.cells.length-1))?(""):("#999999 1px solid"));
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	height: 25px;

	font-weight: normal;
	overflow:hidden;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis;
}
/*======================================================*/
#PageControl1_AllControls
{
	margin-top:0px;
}

hr
{
	color:#Dde3ec;
	height:1px;
	/*color: progid:DXImageTransform.Microsoft.Gradient(gradientType=2,startColorStr=#B0B7C1,endColorStr=#D9DADF);*/
	
}
.QuaryTag
{
	
}
.NewDivScroll
{
	overflow-y:none;
	overflow-x:auto;
	width:100%;
	height:expression((document.body.clientHeight-this.offsetTop-20>this.children[0].offsetHeight)?(this.children[0].offsetHeight+20) : (document.body.clientHeight-this.offsetTop-60));
}


.divScroll{
	/*overflow:auto; 
	height:expression((document.body.clientHeight-this.offsetTop-20>this.children[0].offsetHeight)?(this.children[0].offsetHeight+20) : (document.body.clientHeight-this.offsetTop-60)); 
	width:expression(document.body.clientWidth); */
	overflow-y:none;
	overflow-x:auto;
	width:100%;
	height:expression((document.body.clientHeight-this.offsetTop-20>this.children[0].offsetHeight)?(this.children[0].offsetHeight+20) : (document.body.clientHeight-this.offsetTop-60));
}


.BtuInput{
	/*BACKGROUND-COLOR: #F6F6F6;
	BORDER-BOTTOM: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	COLOR: #094972;
	border-color: #094877 #094877 #094877 #094877;
	font-size: 9pt
	background:url("../../template/images/input_BG.gif");*/
		FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d2d2d2,endColorStr=#ffffff);
	BORDER-BOTTOM: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	COLOR: #094972;
	border-color: #999999 #999999 #999999 #999999;
	font-size: 9pt
}
.disableImg{
	border :0px;
	filter :Gray(enabled=bEnabled);
 }
 .titlebody{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2A0000;
	font-weight: bold;
}

.Tinput
{
   border-right: #807f85 1px solid;
   border-top: #807f85 1px solid;
   border-left: #807f85 1px solid;
   border-bottom: #807f85 1px solid;
}

.Rinput
{
   border-right: #ffffff 1px solid;
   border-top: #ffffff 1px solid;
   border-left: #ffffff 1px solid;
   border-bottom: #ffffff 1px solid;
}

/*-------------------------------------*/
/*编辑表格，没有表达式，速度较快*/
.Edit_tab11
{
	border: 0px; 
	padding-left: 2px;
	background-color: darkgray;
}
.Edit_tab11 input
{
	border-right: #807f85 1px solid;
	border-top: #807f85 1px solid;
	border-left: #807f85 1px solid;
	border-bottom: #807f85 1px solid;
	text-align:center;
}
.Edit_tab11 textarea
{
	width:80%;
}

.Edit_tab11 tr
{
	height:30px;
	font-size:12px;
}
  .dc input
    {
    text-align:center;
    border:0px;
    }
    .DetailHead
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5995e4,endColorStr=#f5f8fd);
	border-right:expression((this.cellIndex==(this.parentElement.cells.length-1))?(""):("white 1px solid"));
	border-top: #FFFFFF 0px solid;
	border-left: white 0px solid;
	border-bottom: #FFFFFF 0px solid;
	height: 25px;
	font-weight:bold;
	overflow:hidden;white-space:nowrap;word-break:keep-all;text-overflow:ellipsis;
	text-align:center;
font-size:16px;
	  height:40px;
}
.table 
{
	 border-collapse:collapse;
	 border-spacing: 0px;
	 border-bottom-color:#b8d2f3;
	 width:100%;
	 border-color:#b8d2f3; 
	 border:1;
}
.btn { 
BORDER-RIGHT: #002D96 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: 
#002D96 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: 
progid:DXImageTransform.Microsoft.Gradient(GradientType=0, 
StartColorStr=#FFFFFF, EndColorStr=#9DBCEA); BORDER-LEFT: #002D96 
1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; 
BORDER-BOTTOM: #002D96 1px solid ;

} 
