/*

bright blue 	#987703
darker blue 	#987703
darkest blue 	#D5A604
  
*/

.gamestats td {
	color: #fff;
}

.gamestats tr {
	background: #222;
}	

tr.head {
	background: #D5A604; 
	background-image: none;
}
td.head {
	color: #987703;/*was white*/
}
tr.stat {
	background: transparent; 
}

td.stat-number {
	color: #fff;
}
td.stat-name {
	color: #fff;
}

td.stat-value {
	color: #fff;
}
td.stat-zero {
	color: #987703;
}

td.stat-value-darker {
	background: #987703; background: #111;
	color: #fff;
}
td.stat-zero-darker {
	background: #987703; background: #222;
	color: #5e7222;color: #ccc;
}	

td.stat-value-darkest {
	background: #987703; 
	color: #fff;
}
td.stat-zero-darkest {
	background: #D5A604; 
	color: #5e7222;
}	

a.stat {
	font-size: 10px; 
	color: #fff;
}
tr.totals {
	color: yellow; 
	background: #D5A604;
	background-image: none;
}

a.highlight-link {color:#987703;}
a.highlight-link:hover {color:#D5A604;}
