body {
	background-color: #000000;
	background-image: url('../images/LTTO_Logo.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ABC80C;
	margin:0;
}

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

div.PageHeader {
	width: 600px;
	font-size:24px;
	font-weight:bolder;
}
div.Menu {
	width: 600px;
	font-size:9px;
}

table.TablePlayers {
	background-color:#333333;
	color: #AAAAAA;
	width: 600px;
	font-size:12px;
	padding: 0;
	margin: 0;
}
table.TablePlayersNoGear {
	background-color:#333333;
	color: #AAAAAA;
	width: 300px;
	font-size:12px;
	padding: 0;
	margin: 0;
}
/*
To make the player table centered, set the margin above to auto
and set text-align below to center.
*/
div.TablePlayerContainer {
	text-align: left;
}
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: #333333;
	color: #E96904;
	font-weight:bold;
	text-align:left;
}

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

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

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

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

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

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

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

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

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

}

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


