body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
}

a:link { text-decoration: underline; color: #000000;}
a:active { text-decoration: none; color: #BCBCBC; }
a:visited { text-decoration: underline; color: #000000; }
a:hover	{ text-decoration: none; color : #000000; }

div.PageHeader {
	 display: none; /* This will not show on the print version */
}

div.Menu {
	 display: none; /* This will not show on the print version */
}

table.TablePlayers {
	background-color:#FFFFFF;
	color: #000000;
	width: 75%;
	padding: 0;
	margin: auto;
}
table.TablePlayersNoGear {
	background-color:#FFFFFF;
	color: #000000;
	width: 75%;
	padding: 0;
	margin: auto;
}
/*
To make the player table centered, set the margin above to 0 (zero)
and set text-align below to left.
*/
div.TablePlayerContainer {
	text-align: center;
}

td.PlayerColumn {
	width: 175px;
}
td.TaggerColumn {
	width: 100px;
}
td.AgeColumn {
	width: 20px;
}

td.ARColumn {
	width: 30px;
}

td.GPColumn {
	width: 30px;
}

td.InventoryColumn {
	width: 30px;
	text-align:center;
}
th.PlayerHeaders {
	background-color: #DDDDDD;
	color: #000000;
	font-weight:bold;
	text-align:left;
}

tr.PlayerRowA {
	background-color: #EEEEEE;
	text-align:left;

}
tr.PlayerRowHighlightA {
	background-color: #EEEEEE;
	text-align:left;

}
tr.PlayerRowB {
	background-color: #FFFFFF;
	text-align:left;

}
tr.PlayerRowHighlightB {
	background-color: #FFFFFF;
	text-align:left;

}
tr.PlayerRowQual {
	background-color: #666666;
	font-weight: bolder;
	text-align:left;

}
tr.PlayerRowQualHighlight {
	background-color: #888888;
	font-weight: bolder;
	text-align:left;

}
tr.PlayerRowDisQual {
	background-color: #555555;
	text-align:left;

}
tr.PlayerRowDisQualHighlight {
	background-color: #888888;
	text-align:left;

}
td.PlayerCount {
	text-align:left;
	font-weight:bold;
}

td.SummaryValues {
	text-align:center;
	font-weight:bold;
}