﻿html
{
	height: 100%;
	overflow: hidden;
}
body 
{
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: 宋体;
	font-size: 9pt;
	background-color: white;
}
a img { border: 0px; }
div
{
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: skyblue;/*两端箭头背景*/
	scrollbar-track-color: #CCFFCC;/*内背景*/
	scrollbar-3dlight-color: skyblue;
	scrollbar-darkshadow-color: skyblue;
}
.tb
{
	font-family: 宋体;
	font-size: 9pt;	
	border-collapse: collapse;
	border: 1px solid #99ccff;
	text-align: center;
}
/*---报表头部---*/
.rptHeadTr {
	text-align: center;
	background-color: #99ccff;
	border: 0;
	border-spacing: 0;
	font-weight: bold;
	font-family: 宋体;
	font-size: 9pt;
	height: 25px;
}
/*---明细报表头部---*/
.rptHeadListTr {
	text-align: center;
	background-color: #C6E4F6;
	border: 0;
	border-spacing: 0;
	font-weight: bold;
	font-family: 宋体;
	font-size: 9pt;
	height: 25px;
}
/*---报表内容---*/
.rptConnentTr {
	text-align: center;
	border: 0;
	background-color: #FAF3DC;
	font-family: 宋体;
	font-size: 9pt;
	height: 20px;
}
input, span, select
{
	font-family: 宋体;
	font-size: 9pt;
}
.bg {   
	display:none;   
	background-color: #666;   
	filter:alpha(opacity=50);/*IE*/  
	opacity:0.5;/*FF*/  
	z-index:10;   
	position:absolute;   
}  
/*最后一行:文中并未涉及*/
.rptFooter
{
  cursor: default; 
  padding: 2px;
  background-color:#99CCCC;
  border-color:#003399;
  font-weight:bold; 
  font-size: 9pt;
  height:17px;
  line-height:17px;
  text-align:center;
}
/*被选中行样式*/
.selRow
{
	background-color: Green;
	font-weight: bold;	
}
.btn 
{
	border: 1px solid darkgray;	
}
.txt
{
	width: 328px;
	font-family: 宋体;
	font-size: 9pt;	
}