@charset "utf-8";
/* CSS Document */

table.stats_table {
	width: auto !important;
}

div.stats_table_wrapper {
width:469px;
}

table.stats_table_wrapper tr td{
padding:0;
text-align:center;
}

table.stats_table_wrapper tr td img{
margin:auto;
}

table.stats_table_wrapper {
font-size:0.9em;
}

table.stats_table tr th {
	font-size:11px;
	padding:3px 0px 2px 0px;
	margin-bottom: 4px;
	text-align:left;
	text-indent:4px;
	vertical-align:middle
}

table.stats_table tr td {
font-size:11px;
padding: 5px;
text-align:center;
vertical-align:middle;
}

table.stats_table tr td.name {
width:30%;
text-align:left;
}
table.stats_table tr td.first_column {
	width:2px;
}
table.player_stats_table {
	width:50%;
}
table.player_stats_table .fields td{
	text-align:right;
}
table.player_stats_table td.field_middle{
	text-align:center;
}

table.player_stats_table .border_right{
	border-right:1px solid #cccccc;
}

table.player_stats_table tr td {
	font-size:11px;
	padding: 2px 5px;
	text-align:right;
	vertical-align:middle;
}

table.player_stats_table tr.alternate{
background-color:#f1f1f1;}