@CHARSET "UTF-8";
.table_tr_title {
	height: 32px;
	font-size: 14px;
	text-align: center;
/* 	background:rgb(241,244,248); */
	background:#f1f4f8;
/* 	border-top:4px solid #1985db; */
	broder-bottom:1px solid #92b1d2;
}

.table_tr_content {
	height: 32px;
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

/* .table_tr_title td,.table_tr_content td{
	width:5%;
} */

.normalEvenTD {
	background: #FFFFFF;
}

.normalOddTD {
	background: #ebebeb;
}

.hoverTD {
	background-color: #eafcd5;
	height: 32px;
	text-align: center;
	font-size: 14px;
}

.trSelected {
	background-color: #98FB98;
	height: 32px;
	text-align: center;
	font-size: 14px;
}