/*add scroll bar control*/
body
{
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #d1d1d1; 
	SCROLLBAR-SHADOW-COLOR: #d1d1d1; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #d1d1d1; 
	SCROLLBAR-TRACK-COLOR: #eeeeee; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	padding: 0px;
	margin:				0px;
	
	
	background-color:	#ffffff;
	font-size: 9pt;
	font-family:Times New Roman,Arial,宋体,Sans-serif;
	
}/*behavior: url(../cssLib/invalid_key.htc);*/
INPUT
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: 宋体;
    BACKGROUND-COLOR: #e9e9e9;
    
}
.welTitle
{
text-valign:middle;text-align:center;height:500px;font-size:18px;font-family:Times New Roman;font-weight:bold;
}
.cashierTitle
{
text-valign:middle;text-align:center;font-size:18px;font-family:Times New Roman;font-weight:bold;color:red;
}
table
{
font-family:Times New Roman,Verdana, 华文行楷;
font-size: 9pt;
}
span
{
 cursor:hand;
}
a:link{color:#000000;text-decoration:none}
a:visited{color:#000000;text-decoration:none}
a:hover{color:000000;text-decoration: none}
a:active{color:#000000;text-decoration:none}


/*datagrid行头*/
.vorGrid-hc
{
	border-right: gray 1px solid;
	table-layout: fixed;
	padding-right: 1px;
	border-top: white 1px solid;
	
	font-weight: normal;
	font-size: 9pt;
	padding-bottom: 1px;
	vertical-align:middle;
	overflow: hidden;
	padding-left: 1px;
	border-left: white 1px solid;
	cursor: default;
	color: black;
	padding-top: 1px;
	border-bottom: gray 1px solid;
	font-family: Times New Roman,Verdana;
	position: static;
	background-color: dbdbdb;
	text-align: center;
	
	z-index:10;
	position:relative;
	top:expression(this.offsetParent.scrollTop);
	height:22px;
}
/*设置单行锁定**/
.tr-lock
{
	z-index:10;
	position:relative;
	top:expression(this.offsetParent.scrollTop);
	
}
/*table表头风格*/
.vortable-hc
{
	border-right: gray 1px solid;
	table-layout: fixed;
	padding-right: 1px;
	border-top: white 1px solid;
	
	font-weight: normal;
	font-size: 9pt;
	padding-bottom: 1px;
	vertical-align:middle;
	overflow: hidden;
	padding-left: 1px;
	border-left: white 1px solid;
	cursor: default;
	color: black;
	padding-top: 1px;
	border-bottom: gray 1px solid;
	font-family: Times New Roman,Verdana;
	position: static;
	background-color: dbdbdb;
	text-align: center;

	height:22px;
}

/*锁定动态查询table表头*/
.LockHeadTable-query 
{
	behavior:url(CssLib/LockHeadTable-query.htc);
	
}

.clerkdatagrid_sel
{
behavior: url(CssLib/DataItemsel.htc);
}
/*设置页面功能table选定行*/
.table_sel
{
behavior: url(CssLib/tableItemsel.htc);
}
/*设置动态查询选定行*/
.query_sel
{
behavior: url(CssLib/queryItemsel.htc);
}
/*表格*/
.vorRowtd
{
font-family:Times New Roman,Verdana;
font-size:9pt;
border-bottom: #d1d1d1 1px solid;
border-top: #ffffff 0px solid;
border-left-width:0px;

border-right-width:1px;
border-right-color:#d1d1d1;
border-right-style:solid;
cursor:hand;

 cursor:default;
 overflow:hidden;
 table-layout :fixed ;
 vertical-align:middle;
 height:22px;

 }


/*表体Mouseover*/
.vorGrid-hic
{
font-family:Times New Roman,Verdana;font-size:9pt;
 background-color:#0055E5;
 border-color:Gray;
 border-style:Solid;
 border-width:1px;
 border-left-width:0px;
 border-top-width:0px;

 color:#FFFFFF;
padding:1px 1px 1px 1px;
 cursor:Default;
 overflow:hidden;
 table-layout :fixed ;
}
/*设置按钮风格*/
.nobBtn{border:0;background-color:White;FONT-SIZE: 9pt;cursor:hand;font-family:Times New Roman;}

.even {background:	#ffffff;}
.odd {background:	#ececec;}
.selected {	background:	Highlight;	color:		HighlightText;}


/*设置页面导航字体*/
.info_class
{
	color:#d24747;
	font-size:11pt;
	font-family:@华文新魏;
	font-weight:bold;

}
/*设置帐项计划设置的导航字体*/
.buget_font
{
color:#d24747;
	font-size:11pt;
	font-family:@华文新魏;
	font-weight:bold;
}
.sys_button
{
 background:url(../images/new-1.gif) no-repeat;

}
/*设置页面div风格*/
.sys_div
{
	border:1px solid gray;
	width:100%;
	height:508px;
	 overflow:auto;
}

/*设置查看详细的列表样式*/
.tab01
{
 background-color:#d1d1d1;
  
}
.view_td
{
 background-color:#ffffff;
 height:22px;
}
/**交替色***/
.view_altd
{
	background-color:#ececec;
	height:22px;
}
/*************************************/
/*设置背景按钮风格*/
.bgBtn{ border:#6a6a6a 1px solid; border-bottom:#6a6a6a 1px solid;background-color:#c9c9c9;FONT-SIZE: 9pt;cursor:hand;font-family:Times New Roman; vertical-align:middle; height:22;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#c9c9c9', endColorStr='#ffffff', gradientType='0');
	}



