.activetable th {
	background:transparent url('../images/table_th.gif') repeat-x bottom;
	font-weight:normal;
	height: 73px;
	vertical-align: bottom;
}

.table_datat {
	background-color:#4C4C4C;
	font-weight:normal;
	color: #FFFFFF;
	vertical-align: middle;
	border-bottom:#555555 1px solid;
	padding-left: 5px;
}

.table_data {
	background-color:#4C4C4C;
	font-weight:normal;
	color: #FFFFFF;
	vertical-align: middle;
	border-bottom:#555555 1px solid;
	text-align: center;
	height:25px;
}


.table_data_active {
	background-color:#D8D8D8;
	font-weight:normal;
	color: #2F2F2F;
	vertical-align: middle;
	border-bottom:#555555 1px solid;
	text-align: center;
	height:25px;
}

.th {
	height: 73px;
	vertical-align: bottom;
}

.th_active {
	background:transparent url('../images/table_02.gif') no-repeat bottom;
	height: 73px;
	vertical-align: bottom;
}

.delimiter {
	background:transparent url('../images/th_delimiter.gif') no-repeat bottom right;
	height: 73px;
}

.first {
	background:transparent url('../images/th_left.gif') no-repeat bottom left;	
}

.last {
	background:transparent url('../images/th_right.gif') no-repeat bottom right;	
}

.th_text {
	padding-top: 40px;
}

.td_footer {
	background:#303030 url('../images/td_footer.gif') repeat-x top;	
	border:none;
}

.f_first {
	background:transparent url('../images/td_footer_left.gif') no-repeat top left;	
	height: 47px;
	border:none;
}

.f_last {
	background:transparent url('../images/td_footer_right.gif') no-repeat top right;	
	height: 47px;
	border:none;
}

.td_footer_active {
	background:transparent url('../images/table_10.gif') no-repeat top right;	
	border:none;
}

