
/*通用字体大小*/
td,body { font-size: 9pt;}

/*滚动条样式*/
BODY
{
   background-color: #FFFFFF;
   scrollbar-face-color: #DEE4F4;
   scrollbar-shadow-color: #5B67AF;
   scrollbar-highlight-color: #5B67AF;
   scrollbar-3dlight-color: #D6DCF4;
   scrollbar-darkshadow-color: #D6DCF4;
   scrollbar-track-color: #EBEFFA;
   scrollbar-arrow-color: #2D4F7C;
   
   font-size:9pt;
}





/*通用输入框样式*/
input{border-top-width: 1px; padding-right: 1px; padding-left: 1px; border-left-width: 1px; font-size: 9pt; border-left-color: #cccccc; border-bottom-width: 1px; border-bottom-color: #cccccc; padding-bottom: 1px; border-top-color: #cccccc; padding-top: 1px; height: 18px; border-right-width: 1px; border-right-color: #cccccc; font-family: "宋体"; font-size: 12px}
textarea{border-top-width: 1px; padding-right: 1px; padding-left: 1px; border-left-width: 1px; font-size: 9pt; border-left-color: #cccccc; border-bottom-width: 1px; border-bottom-color: #cccccc; padding-bottom: 1px; border-top-color: #cccccc; padding-top: 1px; height: 200px; border-right-width: 1px; border-right-color: #cccccc; font-family: "宋体"; font-size: 12px}


/*有虚线的表格背景*/
/*备注：用于“我的桌面”部分表格
  用该样式的表格不能设置一下属性,否则字和背景不相符
  border="0" cellspacing="0" cellpadding="0"
*/
.linetbl{
background-image: url(../Images/dashlinebg.gif);
line-height:20px;
}


/*DataGrid样式*/
/*DataGrid属性应设置BorderWidth=0,CellSpacing=1*/
.dgtbl{
	background-color: #f5f5f5;
	font-size:9pt;
}
/*设置LABEL的行高
 07-12-20 */
#Lb_Content {
        float: right;
        width: 100%;
        margin-left: -200px;
        line-height:45px;

}

/*DataGrid页眉*/
.EG_HeaderCSS{
	COLOR: #000000; BACKGROUND-COLOR: #CBE0F5; font-size: 9pt; height:27px;
}

/*DataGrid奇数行*/
.EG_ItemCSS{
	
	BACKGROUND-COLOR: #F6F7FB; font-size: 9pt; height:26px;
}

/*DataGrid偶数行*/
.EG_AlternatingItemCSS{
	BACKGROUND-COLOR: #FFFFEA; height:26px;
}

.title2{
font-weight:bold;
font-size:10.5pt;
}

/*通用超级链接各种样式*/
a:visited{text-decoration: none;color:143B5A}
a:active{text-decoration: none;color:143B5A}
a:hover{text-decoration: none;color:#FE611B}
a:link{text-decoration: none;color:143B5A}


/********************Create by wjunjun ************/

A.Button:link
{
	border-right: #999 1px solid;
	padding-right: 12px;
	border-top: #999 1px solid;
	display: block;
	padding-left: 12px;
	font-weight: bold;
	background: #904;
	float: left;
	padding-bottom: 3px;
	border-left: #999 1px solid;
	color: #fff;
	padding-top: 3px;
	border-bottom: #999 1px solid;
}
A.Button:visited
{
	border-right: #999 1px solid;
	padding-right: 12px;
	border-top: #999 1px solid;
	display: block;
	padding-left: 12px;
	font-weight: bold;
	background: #904;
	float: left;
	padding-bottom: 3px;
	border-left: #999 1px solid;
	color: #fff;
	padding-top: 3px;
	border-bottom: #999 1px solid;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}


#Blot {
	position: absolute;
	background-color: #DADADA;
	filter: alpha(opacity=20);
	display: none;
}
