BODY
{
	FONT-FAMILY: "宋体";
	FONT-SIZE: 9pt;
	background-color:#ffffff;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #46a7d2;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #D7ECF5;
}
TD
{
	FONT-FAMILY: "宋体";
	FONT-SIZE: 9pt;
}
Input
{
	FONT-SIZE: 9pt;
}
Button
{
	FONT-SIZE: 9pt;
	HEIGHT: 20px; 
}
Select
{
	FONT-SIZE: 9pt;
	HEIGHT: 20px;
}
A:link {
	COLOR: #4E7A9F;
	text-decoration: none;
}
A:visited {
	COLOR: #4E7A9F;
	text-decoration: none;
}
A:active {
	COLOR: #4E7A9F;
	text-decoration: none;
}
A:hover {
	COLOR: #40A4D1;
	text-decoration: none;
}

#Bold A
{
	TEXT-DECORATION: none;
	color: #4E7A9F;
	font-weight:bold;
}
#Bold A:hover
{
	COLOR: #40A4D1;
	text-decoration: none;
	font-weight:bold;
}


#white A
{
	TEXT-DECORATION: none;
	color: #ffffff;
}
#white A:hover
{
	COLOR: #f5f5f5;
	text-decoration: none;
}
.fontGreen{color:#4E7A9F}

INPUT.buttonface{ 
background-color: #f5f5f5;
COLOR: #000000;
FONT-SIZE: 9pt; 
FONT-WEIGHT: normal;
HEIGHT: 20px;
padding-top:1px;
border-bottom:inset 3px #e1e1e1;
border-right:inset 3px #e1e1e1;
border-top:outset 2px #f5f5f5;
border-left:outset 2px #f5f5f5;
}
INPUT.smallInput{border:1 solid #50acd5;FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal; HEIGHT: 18px; LINE-HEIGHT: normal}
INPUT.pageInput{FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal; HEIGHT: 18px; width:30px;LINE-HEIGHT: normal}
.title
{
	background:url(Images/topBar_bg.gif);
	color:#ffffff;
	font-weight:bold;
}
.border
{
	border: 1px solid #50acd5;
}
.tdbg{
	background:#F1F8FB;
}
.tdbgFoot{
border-top: 1px solid #50acd5;
	background:#F1F8FB;
	height:25px;
	text-align:right;
}
.topbg
{
	background:url(Images/topbg.gif);
	color: #FFFFFF;

}
.bgcolor {
	background-color: #6E90E4;
}
.tdtiltle
{
    background-color:#F1F8FB;
	FONT-SIZE: 9pt;
	color:red;
	line-height:18px;
}
textarea.smallarea
     {font-size:9pt;
     background-color: white;
	 border:1 solid #50acd5;}
.6pt{font-size:6pt;}
.7pt{font-size:7pt;}
.8pt{font-size:8pt;}
.9pt{font-size:9pt;}
.10pt{font-size:10pt;}
.button-small  
{
   font: FONT-FAMILY: 宋体; FONT-SIZE: 8pt;
   line-height: 9px;
   height: 18px;
   color: #FFFFFF;
   background: #6E90E4;
   border: 2px #b9ceef outset;
   cursor: hand;
} 
.scyhidden { display:none;}

/********************************************************
* 
* 编辑对象的样式,
* 
********************************************************/

/*
框
*/
.GirdViewManager
{
	width: 96%;
	font-size: 12px;
}
/*
	标题部分
*/
.GirdViewManager CAPTION
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #4bb3d8;
	font-variant: normal;
	text-align: left;
	padding: 5px;
}
/*
	
*/
.GirdViewManager INPUT
{
	Height:auto;
}
/*
	标题行
*/
.GirdViewManager .Header
{
	background:url(Images/topBar_bg.gif);
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	height:21px;
	color:#ffffff;
}
.GirdViewManager .Header1
{
	/*
	background:url(Images/topBar_bg.gif);
	*/
	background-color: #FCFCFC;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	height:21px;
	color:#000000;
}
/*
	标题行的连接样式
*/
.GirdViewManager .Header A
{
	color:#ffffff;
}
/*
	普通行的样式
*/
.GirdViewManager .Rows
{
	background-color: #F1F8FB;
}
/*
	交替行的样式
*/
.GirdViewManager .AlterRows
{
	background-color: #FCFCFC;
}
/*
	编辑行的样式
*/
.GirdViewManager .Row_edit,.GirdViewManager .SelectedRows
{
	background-color: #33ccff;
}
/*
	数据为空时显示的行
*/
.GirdViewManager .Row_EmptyData
{
	height: 88px;
	background-color: #ffffff;
	text-align: center;
}
/*
	数据空时　空行的单元格
*/
.GirdViewManager .Row_EmptyData td
{
	
}
/*
	分页部分
*/
.GirdViewManager .Pager
{
	text-align: right;
}
/*
	编号字段部分
*/
.GirdViewManager .Row_ID
{
	width: 55px;
	text-align: center;
}
/*
	排序字段部分
*/
.GirdViewManager .Row_Order
{
	width: 55px;
	text-align: center;
}
/*
	操作部分
*/
.GirdViewManager .Row_Operate
{
	width: 108px;
	text-align: center;
}





.DetailsView
{
	
}
.DetailsView .Header
{
	background:url(Images/topBar_bg.gif);
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	height:21px;
	color:#ffffff;
}
.DetailsView .FieldHeader
{
	width:88px; text-align:center;
}