/**************************************************************/
/*Button样式*/
.ButtonOne 
{
	border-right: #7b9ebd 1px solid;
	padding-right: 2px; 
	border-top: #7b9ebd 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); 
	border-left: #7b9ebd 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #7b9ebd 1px solid
}
.ButtonOne_mouseout 
{
	border-right: #7EBF4F 1px solid; 
	padding-right: 2px; 
	border-top: #7EBF4F 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#B3D997); 
	border-left: #7EBF4F 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #7EBF4F 1px solid
}
.ButtonOne_mouseover 
{
	border-right: #7EBF4F 1px solid; 
	padding-right: 2px; 
	border-top: #7EBF4F 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#CAE4B6); 
	border-left: #7EBF4F 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #7EBF4F 1px solid
}

.ButtonTwo 
{
	padding: 2 4 0 4;
	font-size:12px;
	height:23;
	background-color:#ece9d8;
	border-width:1;
}
.ButtonThree_mouseout 
{
	border-right: #2C59AA 1px solid; 
	padding-right: 2px; 
	border-top: #2C59AA 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5); 
	border-left: #2C59AA 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #2C59AA 1px solid
}
.ButtonThree_mouseover 
{
	border-right: #2C59AA 1px solid; 
	padding-right: 2px; 
	border-top: #2C59AA 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#D7E7FA); 
	border-left: #2C59AA 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #2C59AA 1px solid
}
.ButtonThree_mousedown
{
	border-right: #FFE400 1px solid; 
	padding-right: 2px; 
	border-top: #FFE400 1px solid; 
	padding-left: 2px; 
	font-size: 12px;  
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5); 
	border-left: #FFE400 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 	
	border-bottom: #FFE400 1px solid
}
.ButtonThree_mouseup 
{
	border-right: #2C59AA 1px solid; 
	padding-right: 2px; 
	border-top: #2C59AA 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5); 
	border-left: #2C59AA 1px solid; 
	cursor: hand; 
	color: black;
	padding-top: 2px; 
	border-bottom: #2C59AA 1px solid
}

/**************************************************************/
/*input悬停交互样式*/
.inputOne { border:1px solid #2C59AA;}
.inputOne { star: expression(onmouseover=function(){this.style.borderColor="#F4A460"},onmouseout=function(){this.style.borderColor="#2C59AA"})}

inputTwo {border:1px solid #c00; background:#fff; }
inputTwo {star: expression(onmouseover=function(){this.style.backgroundColor="#eee"},onmouseout=function(){this.style.backgroundColor="#fff"})}

/**************************************************************/

html
{
	overflow-x:hidden;
}

*
{
	font-size:13px;
	font-family:宋体;
}
body
{
	margin:0px;
	
	background-color:#fff;
}

/* 顶栏 */
div.topBar
{
	height:21px;
	padding:3px;
	background-color:#7288AC;
	border:#abc0e7 1px solid;
	border-right:#00377a 1px solid;
	border-bottom:#00377a 1px solid;
	text-align:left;
}

div.MaintopBar
{	
	padding:3px;
	background-color:#7288AC;
	border:#abc0e7 1px solid;
	border-right:#00377a 1px solid;
	border-bottom:#00377a 1px solid;
	text-align:left;
}

/* 工具栏 */
div.toolBar
{
	float:left;
}

/* 工具按钮 */
.toolBarBtn
{
	font-family:Tahoma;
	padding:1px;
	cursor:hand;
	behavior:url(../../Script/toolBarBtn.htc);
	border:0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#f7f9fd, EndColorStr=#aab7cc);
}
.toolBarBtnOver
{
	font-family:Tahoma;
	padding:1px;
	cursor:hand;
	behavior:url(../../Script/toolBarBtn.htc);
	border: #0a246a 1px solid;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #bec5d8;
}

/* 模块名称 */
div.moduleName
{
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#f4f4f4;
	text-align:right;
	vertical-align:text-bottom;
	padding-right:5px;
	padding-top:4px;
}

/* 导航区域 */
div.navArea
{
	width:200px;
	overflow:auto;
	background-color:#eeeeee;
	border-right:#555555 1px solid;
	float:left;
}

/* 右侧主区域 */
div.mainArea
{
	padding:15px;
	float:right;
}

/* 横跨主区域 */
div.crossMainArea
{
    width:auto;
	overflow:auto;
	float:left;
}

/* 表格导航栏 */
div.gridNavbar
{
    border-top:#555555 1px solid;
    padding:4px;
    padding-bottom:5px;
    text-align:right;
    float:left;
    width:100%;
	background-color:#eeeeee;
}

/* 状态栏 */
div.statusBar
{
    height:14px;
	background-color:#666666;
	border:#bbbbbb 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	padding:0px;
	padding-right:8px;
	padding-bottom:1px;
	text-align:right;
	color:White;
	font-family:Tahoma;
	font-size:11px;
	clear:both;
}

/* 输入框 */
.textBox
{
	border:#aaaaaa 1px solid;
}

/* 滚动区域 */
div.scrollArea
{
    padding:1px;
    overflow-y:auto;
    border:#aaaaaa 1px solid;
    background-color:#ffffff;
}

/* 红色粗体 */
span.redSpanCheck
{
    font-weight:bold;
    color:#990000;
    width:14px;
    text-align:center;
}
.redCheck
{
    font-weight:bold;
    color:#990000;
    border:#aaaaaa 1px solid;
}


/* 按钮 */
input.button
{
    border:#7b9ebd 1px solid;
    padding-right:5px;
    padding-left:5px;
    vertical-align:bottom;
    height:20px;
    width:60px;
    cursor:hand;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#EBEBE5);
}

/* 警告消息 */
div.alert
{
	color:#990000;
	margin:0px;
	padding:5px;
	padding-bottom:3px;
	border:#999999 1px solid;
	background-color:#e2e2e2;
	height:14px;
	text-align:left;
}

/*GreadView样式*/
.GridHeader		{	text-align: left;text-indent: 2px;height: 20px;color:#FFFFFF; background-color:#aab7cc;}
.GridRow		{	text-indent: 2px;height: 18px;background-color :#EFF3FB; }
.GridItemAltern {	background-color: White;text-indent: 2px;	height: 18px;}
.GridView		{	border:solid 1px Silver;font-family: Tahoma;font-size: 8pt; width:100%}
.GridPager		{	background-color: #aab7cc;	height: 18px; color:white; }
.GridViewExport{	padding-left:5px; color:#000; cursor:hand;}

IMG
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
img.icon
{
	vertical-align: middle;
}
A
{
	color: #003399;
	text-decoration: none;
}
A:visited
{
	color: #003399;
	text-decoration: none;
}
A:hover
{
	color: #ff3300;
	text-decoration: underline;
}

.globalToolBar
{
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}

.globalToolBar A, .globalToolBar A:visited
{
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
}

.globalToolBar A:hover
{
	color: #DAA520;
	text-decoration: none;
	padding: 2px;
}

.pageheading
{
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #4682b4;
	background-image: url(../Images/dark_blue_back.gif);
}
/*明细表单下点线*/
td.Item { border-bottom: black 1px dotted }

/*隐藏查询条件*/
div.HideSearch
{
	display:none;	
}

Panel
{
	width:100%;
}

td.ViewContent
{
	width: 200px; 
	border-bottom: black 1px dashed;
}
