<!--

body{font-family: Arial;font-size: 9pt}
table, td, tr{font-family: Arial;font-size: 9pt}

h1 {  font-family: Arial; font-size: 14pt;}
h2 {  font-family: Arial; font-size: 14pt; font-style:italic}
h3 {  font-family: Arial; font-size: 12pt;}
h4 {  font-family: Arial; font-size: 12pt; font-style:italic}
h5 {  font-family: Arial; font-size: 10pt; font-weight:bold}
h6 {  font-family: Arial; font-size: 10pt; font-style:italic}

p { text-indent: 2.5em; text-align: justify}

ol, ul { text-align: justify; margin-top: 5px}

small { font-size: 9pt;}

.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: #ffc600;
	width: 128;
	height: 20
}

.losercell
{
	border-style: solid;
	border-color: #000000;
	border-width: 1;
	text-align: center;
	background-color: #d6d6d6;
	width: 128;
	height: 20
/* #eeb003; */

}

.tableheader
{
	border-style: solid;
	border-color: #000000;
	border-width: 1;
	background-color: #fff;
	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;
	height: -1;
	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: url(/images/tourney/lcenter.gif);
       background-position: center center;
  	width: 20;
	height: 20
}

.trcornercell
{
	background: url(/images/tourney/trcorner.gif);
       background-position: top center;  
	width: 20;
	height: 20

}

.brcornercell
{
	background: url(/images/tourney/brcorner.gif);
       background-position: bottom center;  
	width: 20;
	height: 20
}

.lvlinecell, .rvlinecell
{
	background: url(/images/tourney/vline.gif);
       background-position: center center;  
}

.voidcell
{
	background-color: #F6F6F6;
	width: 20;
	height: 20
}

.narrowvoidcell
{
	background-color: #FFFFFF;
	width: 20;
	height: 20
}

.hlinecell
{
	background: url(/images/tourney/hline.gif);
       background-position: center center;  
	width: 20;
	height: 20
}

.bigvlinecell
{
	background: url(/images/tourney/bigvline.jpg);
	width: 120;
	height: 20
}

.tlcornercell
{
	background: url(/images/tourney/tlcorner.jpg);
	width: 20;
	height: 20
}

.blcornercell
{
	background: url(/images/tourney/blcorner.jpg);
	width: 20;
	height: 20
}

.rcentercell
{
	background: url(/images/tourney/rcenter.jpg);
	width: 20;
	height: 20
}

.score {text-align: center;}

-->