div.playerLink a, div.playerLink a:hover
{
	display:block;
	font-weight:bold;
	padding:2px 9px;
}

div.playerLink_odd, div.playerLink_odd a, div.playerLink_odd a:hover
{
	background:transparent url(images/table-bkgr.jpg) no-repeat 0 0;
	color: white;
	width:220px;
	
}

div.playerLink_even, div.playerLink_even a, div.playerLink_even a:hover
{
	background: white;
	color: black;
	width:220px;
}

#testTable{
	margin-top:10px;
}
