A 
{
	color: #000000;
	text-decoration: none;
	font-size:9pt
}
A:hover {
	color: #FF0000
}
A:active {
	color: #FF0000
}
BODY 
{
	scrollbar-face-color: rgb(218,234,247);
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color:#ABD4F8;
	scrollbar-darkshadow-color: #006699;
	scrollbar-track-color:rgb(218,234,247);
	scrollbar-arrow-color: #336699;
	background-color: #DAEAF7;
	top:0px;

 }
.BodyBj {
	background-color: #FFE8C9;
	font-size: 9pt;
}
.BodyBjMain {
	background-color: #FFF8EE;
	font-size: 9pt;
}

.Boxwbk {
	border: none;
	font-size: 9pt;
	color: #000000;
	background-color: #FEC375;
	background-position: center;
	font-family: "宋体";
}

/* 所有查询边框样式控制，应用于 */
.fieldset{ BORDER-RIGHT: #0080C0 1px solid; BORDER-TOP: #0080C0 1px solid; BORDER-LEFT: #0080C0 1px solid; BORDER-BOTTOM: #0080C0 1px solid}
/* 所有查询框字样式控制，应用于 */
.legend{COLOR: #000000}
/* 所有文本框、密码框、文件框和文本域的样式控制，应用于 */
.box { background-color: #ffffff; border: 1px #639A9C solid; text-decoration: none; font-family:"宋体"}
.box_unline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	background-color: #eef7ff;
	border-bottom-width: 1px;


}

/* 页面中所有的按钮的样式控制 */
.button
{
	HEIGHT: 20; 
	font-family: 宋体; 
	color: rgb(21,61,83);
	font-size: 12; 
	cursor:hand;
	BACKGROUND-COLOR: #E6F0F9;
	BORDER-BOTTOM: rgb(171,212,248) 2px solid;
	BORDER-LEFT: #ffffff 1px solid; 
	BORDER-RIGHT: rgb(171,212,248) 2px solid;
	BORDER-TOP: #ffffff 2px solid;
}
/* Button 按钮样式无边框 */
.ButtonNon
{
	border-right: #3170c3 0px solid;
	border-top: #3170c3 0px solid;
	font-size: 9pt;
	background-image: none;
	border-left: #3170c3 0px solid;
	cursor: hand;
	color: black;
	padding-top: 3px;
	border-bottom: #3170c3 0px solid;
	background-color: transparent;
}



.ButtonSelect {
	font-family: "宋体";
	font-size: 9pt;
	background-image: url(../Image/tb1.gif);
	background-position: center center;
	border: none;
}
.Menu {
	font-size: 9pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../Image/4_1.jpg);
	font-size: 9pt;
}
.Menur {
	background-color: #BCDAED;
	border: 1px solid #4296CE;
	font-size: 9pt;

}
.Text9pt {
	font-family: "宋体";
	font-size: 9pt;
}
.text_title 
{
	font-family: "宋体";
	font-size: 10pt;
}
.ImageOpacity {
	FILTER: alpha(opacity=100)
}
.opacity {
	FILTER: alpha(opacity=100)
}
.ImageTc {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	font-size: 9pt;

}
.Error
{
	color:Red;
	font-weight:bold;
	}

/* 页面中所有 查询 颜色的控制，*/
.TB_table
{
	border-right: #abd4f8 1px solid;
	border-top: #abd4f8 1px solid;
	border-left: #abd4f8 1px solid;
	border-bottom: #abd4f8 1px solid;
	font-family: "宋体";
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-color:#abd4f8;
	font-size: 9pt;
}

/* 页面中所有 查询 颜色的控制，*/
.TB_title{bgcolor:#C2E3F1}
.TB_bg{ bgcolor:#EEF7FF}


.DataGridTitle {
	font-family: "宋体";
	font-size: 9pt;
	color: #D0E3F8;
	background-color: #D0E3F8;
}
.DataGridRim{
	font-family: "宋体";
	font-size: 9pt;
	color: #000000;
	background-color: #FFE5BD;
}
.SelectNull 
{
	font-family: "宋体";
	font-size: 9pt;
	background-color: #FFFFFF;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;

	
}
/* 页面中所有的翻滚颜色的控制，这个应用有点特别,它是采用css和javascript一起实现的，具体操作如下：
   由于<td>内的颜色翻滚有三种事件：onmouseout() onmouseover() onclick(),所以在<td>中加入这些事件
   时调用的是javascript事件,而不是直接调用css样式控制，举例如下：
   <td id="change" onmouseover="over()" onmouseout="out()" onclick="theClick()">
   其中over()操作是这样的
   <script> function over(){ window.change.bgcolor="over" } </script>
*/
.over{background-color:#eeeeee; font-family:"宋体"}
.out{background-color:#ffffff; font-family:"宋体"}
/*  登陆页面中按钮样式*/
.button_logon
{
	HEIGHT: 20; 
	font-family: 宋体; 
	color: rgb(21,61,83);
	font-size: 12; 
	cursor:hand;
	BACKGROUND-COLOR: #E6F0F9;
	BORDER-BOTTOM: rgb(171,212,248) 2px solid;
	BORDER-LEFT: #ffffff 2px solid; 
	BORDER-RIGHT: rgb(171,212,248) 2px solid;
	BORDER-TOP: #ffffff 2px solid;
}
/* 页面标题样式*/
.title {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #000066;
}
/* 页面表格头标题样式 */
.table_title {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #000066;
	background-color:#abd4f8;
}
/* 页面表格头标题样式 */
.table_lable {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #000066;
	background-color:#c2e3f1;
}
/* 页面表格foot样式 */
.table_foot {
	font-family: "宋体";
	font-size: 9pt;
	color: #000066;
	background-color:#abd4f8;
}
/* 页面表格头标题样式 */
.table_bg 
{
	background-color:#eef7ff;
}
 

