@CHARSET "UTF-8";

.stats_table
{
	border: thin solid white;
	border-collapse: collapse;
	table-layout: fixed;
}

.stats_table th
{
	border: thin solid white;
	font-family: arial;
	text-align: center;
	background-color: black;
	color: white;
}

.stats_table td
{
	border: thin solid white;
	font-family: arial;
	font-size: 13px;
	padding: 5px;
	text-align: right;
}

.stats_table2
{
	border: thin solid white;
	border-collapse: collapse;
	table-layout: fixed;
}

.stats_table2 th
{
	border: thin solid white;
	font-family: arial;
	text-align: center;
	background-color: black;
	color: white;
}

.stats_table2 td
{
	border: thin solid white;
	font-family: arial;
	font-size: 13px;
	padding: 5px;
	text-align: right;
}


.stats_row_odd
{
	background-color: #ffffff;
}

.stats_row_even
{
	background-color: #dddddd;
}

.stats_col_1
{
	width: 200px ;
	text-align: left ;
}

.stats_col
{
	width: 100px ;
	text-align: left;
}

.stats_col_Champagnier
{
	width: 100px ;
	text-align: left;
	color : blue;
}

th.stats_blue
{
color:blue;
font-stretch:expanded;
}
td.stats_blue
{
color:blue;
font-stretch:expanded;
}