
/* @group stat */

table.stat
{	border-collapse: collapse;
}
table.stat th,
table.stat td
{	border: 1px solid #333;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
table.stat td a:link,
a.stat:link
{	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;

	background: #0F0;
	padding: 2px 5px;
}
table.stat td a:visited,
a.stat:visited
{	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;

	background: #f3f;
	padding: 2px 5px;
}
table.stat td a:hover,
a.stat:hover
{	background: yellow;
}

/* @end */



