table.stats {
	border-collapse: collapse;
	width: 100%;
}
table.stats th, table.stats td {
	text-align: left;
	height: 16px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 10px;
	margin: 0px;
}
table.stats th {
	background-image: url('../images/glass/title_red.gif');
}
table.stats td {
	background-image: url('../images/glass/title.gif');
}
table.stats td * {
	color: white;
}
table.stats td.stats_type_number,
table.stats th.stats_type_number {
	text-align: right;
}
