/*橙色字体*/
.fontorange {
	font-family: "宋体";
	font-size: 10pt;
	font-weight: normal;
	color: #ff6000;
}
/*列表头*/
.listheader 
{
	background-color: #F8EAC8;
	font-family: "宋体";
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	line-height: 23px;
}
/*列表行*/
.listitem {
	background-color: #FFFFFF;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	color: #000000;

}
/*交替行*/
.listaltern {
	background-color: #F2F1ED;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}
/*鼠标所在行*/
.listitemhover {
	background-color: #C9C3A9;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}
/*选中行*/
.listitemselected {
	background-color: #DAD7CB;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}
/*列表脚*/
.listfooter {
	background-color: #E8E7E3;
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	color: #ff6000;
}
/*标签页*/
.yeqian {
	background-image: url(/WebClient/Images/Interactive/pic93.gif);
	background-repeat: repeat-x;
	background-position: top;
}
