<!--

.playercell
{
	border-style: solid;
	border-color: #000000;
	border-width: 1;
	text-align: center;
	background-color: #DDDDDD;
	width: 128;
	height: 20
}

.winnercell
{
	border-style: solid;
	border-color: #000000;
	border-width: 1;
	text-align: center;
	background-color: #DDDDFF;
	width: 128;
	height: 20
}

.losercell
{
	border-style: solid;
	border-color: #000000;
	border-width: 1;
	text-align: center;
	background-color: #EEDDEE;
	width: 128;
	height: 20
}

.tableheader
{
	border-style: solid;
	border-color: #0000DD;
	border-width: 1;
	background-color: #DDDDFF;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	height: 20
}

.infownd
{
	border-style: solid;
	border-color: #0000DD;
	border-width: 1;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	width: 300;
	visibility: hidden;
	position: absolute
}

.infowndtable
{
	border-style: solid;
	border-color: #0000DD;
	border-width: 1;

	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
}

.winnercell:hover{font-weight:bold}
.losercell:hover{font-weight:bold}

.lcentercell
{
	background-color: #FFFFFF;
	width: 20;
	height: 20
}

.trcornercell
{
	background-color: #FFFFFF;
	width: 20;
	height: 20
}

.brcornercell
{
	background-color: #FFFFFF;
	width: 20;
	height: 20
}

.lvlinecell, .rvlinecell
{
	background-color: #FFFFFF;
	width: 20;
	height: 20
}

.voidcell
{
	width: 20;
	height: 20
}

.narrowvoidcell
{
	width: 20;
	height: 20
}

.hlinecell
{
	background-color:white;
	width: 20;
	height: 20
}

.bigvlinecell
{
	background: url(../images/bigvline.jpg);
	width: 120;
	height: 20
}

.tlcornercell
{
	background-color: #FFFFFF;
	width: 20;
	height: 20
}

.blcornercell
{
	background-color: #FFFFFF;
	width: 20;
	height: 20
}

.rcentercell
{
	background-color: #FFFFFF;
	width: 20;
	height: 20
}

-->