﻿body
{ 
	margin: 0px;
	/*scrollbar-base-color: #efefef*/
	SCROLLBAR-FACE-COLOR: #7088ae; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #3b598f; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
SCROLLBAR-BASE-COLOR: #ffffff;
}

td
{
	font-size: 9pt;
	color:#3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
}



/*链接*/
a
{
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

a:active
{
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

a:visted
{
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;	
}

a:active
{
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;	
}

.link
{
	font-size: 9pt;
	color: #ff850e;
	text-decoration: underline;
}

.link:active
{
	font-size: 9pt;
	color: #ff5215;
	text-decoration: underline;
}

.link:hover
{
	font-size: 9pt;
	color: #ff5215;
	text-decoration: none;
}

.link:visted
{
	font-size: 9pt;
	color: #ff850e;
	text-decoration: underline;	
}

.link:active
{
	font-size: 9pt;
	color: #ff850e;
	text-decoration: underline;	
}

.linkToolbox
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.linkToolbox:active
{
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

.linkToolbox:hover
{
	font-size: 9pt;
	color: #3775e5;
	text-decoration: underline;
}

.linkToolbox:visted
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;	
}

.linkToolbox:active
{
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;	
}

.linklogout
{
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

.linklogout:active
{
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;
}

.linklogout:hover
{
	font-size: 9pt;
	color: #ececec;
	text-decoration: underline;
}

.linklogout:visted
{
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;	
}

.linklogout:active
{
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;	
}

/*菜单标题栏*/
.menuHeader
{
	border-top: 1px solid #a0b4cc;
/*	color: #3f5884;
	background-color: #d7e7f6;*/
    background-image: url(../_images/leftframe_menubg.gif);
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 5px 8px;
	margin-top: 0px;
	cursor: pointer;
}
.menuHeader-back {
    border-top: 1px solid #a0b4cc;
    /*	color: #3f5884;
	background-color: #d7e7f6;
    background-image: url(../_images/leftframe_menubg.gif);*/
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0px 5px 8px;
    margin-top: 0px;
    cursor: pointer;
    background: #263644;
}

/*菜单内容栏*/
.menuContent
{
    background-color: #e7f1fa;
    border-top: 1px solid #a0b4cc;    

   
}

.navigator
{
}

/*当前位置栏*/
.navigatorBar
{
	height: 29px;
	padding-left: 10px;
	vertical-align: middle;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f9fafb,endcolorstr=#e7eaf0,gradientType=0.1); 
	border-bottom:1px solid #a0b4cc; 
}

.navigatorSeparation
{
	height: 10px;
}

/*数据输入表格*/
.dataFormTable
{
	background-color: #a0b4cc;
	border: #ffffff 1px solid;
}

/*数据输入标题栏*/
.dataFormCaption
{
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e7f1fa,endcolorstr=#f5faff,gradientType=1); 
	height: 24px;
	text-align:right;
	padding-right: 10px;
}

/*数据输入标题栏*/
.dataFormCaptionUgly
{
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aaddFF,endcolorstr=#f5faff,gradientType=1); 
	height: 24px;
	text-align:right;
	padding-right: 10px;
}

/*数据输入标题栏(必填)*/
.dataFormCaptionMandatory
{
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e7f1fa,endcolorstr=#f5faff,gradientType=1);
	height: 24px;
	padding-right: 10px;
	color :Red;
	text-align:right
}


/*数据输入内容栏*/
.dataFormContent
{
	background-color: #ffffff;
	text-align:left;
	padding-left:10px;
}

/*默认控件*/
.defaultControl
{
	font-size: 9pt;
	border: #006699 1px solid;
	background-color:#f1f9ff;
}
/*只读控件*/
.readonlyControl
{
	font-size: 9pt;
	border: #c0c0c0 1px solid;
	background-color: #dcdcdc;
}


.tool
{

}

/*列表页查询栏*/
.toolBar
{
/*	border: #b0c4de 1px solid;*/
	height: 30px;
	text-align: right;
}

.toolBarleft
{
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	border-bottom: #b0c4de 1px solid;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e7f1fa,endcolorstr=#f5faff,gradientType=1);
	height: 30px;
	text-align: center;
}

.toolSeparation
{
	height: 10px;
}

.toolBox
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	cursor: hand;
	background-color: #ffcc99;
}
.toolBoxHover
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	cursor: hand;
	background-color: #ffcc33;
}


/*列表页数据显示区域*/
.data
{

}

/*按钮样式*/
.button
{
	width: 60px;
	height: 20px;
	BORDER: #718bc7 1px solid; PADDING-RIGHT: 2px;  PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#c3dcf0);  CURSOR: hand; COLOR:#2e3540; PADDING-TOP: 2px; 

}

.login_button
{
	width: 80px;
	height: 27px;
	border: 0;
	font-size: 9pt;
	background-image: url(../_images/login_button.jpg);

}


.Tab_Selected
{
	top: 35px;
    position: absolute; 
    width: 100px; 
    height: 24px;
    border-right: lightgrey 1px solid; 
    border-top: lightgrey 1px solid; 
    border-left: lightgrey 1px solid; 
    border-bottom: #f5f5f5 1px solid; 
    background-color: #f5f5f5;
    font-size: 9pt; 
    line-height: 24px; 
    text-align: center;
}
.Tab_Default
{
	top: 35px;
    position: absolute;
    width: 100px; 
    height: 24px; 
    border-right: lightgrey 1px solid; 
    border-top: lightgrey 1px solid; 
    border-left: lightgrey 1px solid; 
    border-bottom: #f5f5f5 1px solid; 
    background-color: #e5e5e5; 
    font-size: 9pt;
    line-height: 24px; 
    text-align: center;
    cursor: pointer;
}
.Tab_Default a:link 
{
}
.Tab_Default a:visited
{
}
.Tab_Default a:hover
{
}
.Tab_Default a:active
{
} 

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.progressPanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	background-color: #c0c0c0;
	filter: alpha(opacity=70);
	opacity: 0.7;
	font-weight: bold;
	font-size: 9pt;
	color: #3333ff;
}

.noWrapText
{
	height: 20px;
	line-height: 20px;
	overflow: auto;
	word-break:break-all;
}

.tbord{
background-color:#f5f6f8;
border:#a0b4cc 1px solid;}

.biao{font-size: 12px;border-collapse:collapse;}
.biao td {border:1px solid #69a0c7;}

.ListBox1{
OVERFLOW: hidden;
background-color:#F9FBFD;
font-size:12px;
SCROLLBAR-FACE-COLOR: #d7e7f6; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #3b598f; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
SCROLLBAR-BASE-COLOR: #ffffff;}

.gridDiv
{
   width: 100%;
   overflow-y: auto;
   height: 20px;
   overflow-x: hidden;
   margin: 0px;
   padding: 0px;
   word-break:break-all;
}

.fontblack
{
  color:Red;
	
}


　
　.paginator { font: 11px Arial, Helvetica, sans-serif;padding:2px; margin: 0px; }

　　.paginator a {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin-right:2px}

　　.paginator a:visited {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}

　　.paginator .cpb {padding: 1px 6px;font-weight: bold; font-size: 13px;border:none}

　　.paginator a:hover {color: #fff; background: #ffa501;border-color:#ffa501;text-decoration: none;}

.pagergo{font: 11px Arial, Helvetica, sans-serif; margin: 2px; margin-bottom:-1px; height:11px; text-align:center}

.pagerbutton{height:20px; width:30px; font: 11px , sans-serif;padding:0px 0px 0px 0;margin:2px; margin-bottom:-2px}

 .page{
	text-align:center;

	height:30px;
	 padding-top:10px; margin-top:10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.page a{ padding:0 8px; height:18px;line-height:18px;background:#fff; border:1px solid #eee; margin:0 3px; color:#666666;}
.page a:hover{color:#fff; height:18px;line-height:18px; background:#2a87c6;}
.page .page_p{ padding:0 8px; background:#2a87c6;margin:0 2px; color:#fff; font-weight:bold;}