﻿body 
{
	padding: 0;
	margin: 20px;
	color: #333;
	background: #fff;
	font: 12px arial,verdana,sans-serif;
	scrollbar-face-color: #cecede; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #848484; 
	scrollbar-3dlight-color: #e7e7ef; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #e6edf7; 
	scrollbar-darkshadow-color: #a0aedd;
    margin:10px 10px 0px 10px;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #e82929;
}
a:active {
	text-decoration: none;
	color: #e82929;
}
form {
	margin: 0;
	padding: 0;
}

/*文字列表前修饰点颜色，橙色*/
.orange {font-size: 9pt; line-height: 150%; color: #FF9900; text-decoration: none}
a.orange:link {font-size: 9pt; line-height: 150%; color: #FF9900; text-decoration: none}
a.orange:visited {font-size: 9pt; line-height: 150%; color: #FF9900; text-decoration: none}
a.orange:hover {font-size: 9pt; line-height: 150%; color: #FF9900; text-decoration: underline;}
a.orange:active {font-size: 9pt; line-height: 150%; color: #FF9900; text-decoration: none}

/*文本框样式*/
.textbox
{
	height:15px;
	 COLOR:#000000; 
	BORDER-BOTTOM: Silver 1px solid; 
	BORDER-LEFT: Silver 1px solid; 
	BORDER-RIGHT: Silver 1px solid; 
	BORDER-TOP: Silver 1px solid; 
	FONT-SIZE: 9pt;
    width:120px;
	}
	
/*按钮样式*/
.Btn01 
{
	font-size:12px;
	background: #FDEFEF;
	border-bottom: 1px solid #E82929;
	border-right: 1px solid #E82929;
	border-left: 1px solid #FDCFCF;
	border-top:1px solid #FDCFCF;
	color:#000000;
	height:19px;
	text-decoration:none;
	cursor: hand;
	width:70px;
     }
.Input01 
{
    COLOR: #000000; 
	BORDER-BOTTOM: #666666 1px solid; 
	BORDER-LEFT: #666666 1px solid; 
	BORDER-RIGHT: #666666 1px solid; 
	BORDER-TOP: #666666 1px solid; 
	FONT-SIZE: 9pt;
	width:140px;
    }
.Pager
{
	border-top:solid 1px DimGrey;
	}
.textarea01
{
	height:expression(this.scrollHeight+8);
	overflow:hidden;
	background-color:Transparent;
	width:100%;
	border:0px;
	font-size:12px;
	font-family:Arial;
	}	
.but 
{
	width :55px;
	background: #FDEFEF;
	border-bottom: 1px solid #E82929;
	border-right: 1px solid #E82929;
	border-left: 1px solid #FDCFCF;
	border-top:1px solid #FDCFCF;
	color:#000000;
	height:19px;
	text-decoration:none;
	cursor: hand;
  }	