/* ===================================== *\
	CLIENT:				LEAGUESTAT
	BUILT & POWERED BY:	LEAGUESTAT
	DATE:				NOVEMBER 2006
	------------------------------------
	TITLE: 		GAMEBYGAME COLOUR STYLESHEET
\* ===================================== */

#gamebygameBlock 		{ font: 11px/1.3 Arial,Helvetica,Sans-Serif; color: rgb(0,0,0); }
#gamebygameBlock #playerInfo 		{ padding: 15px 0 0; }
#gamebygameBlock #playerInfo h1		{ font: bold 54px/100% "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(28,92,159); }
#gamebygameBlock #playerInfo h2		{ font: bold 22px/100% "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(28,28,28); }

#gamebygameBlock #controlBar		{ background: rgb(28,92,159); font: normal 12px/22px "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(255,255,255); }
#gamebygameBlock .borderLeft		{ border-left: 1px solid rgb(255,255,255); }

#gamebygameBlock #message			{ background: rgb(230,230,230); color: rgb(28,28,28) }

/*STATS FORMATTING*/
#gamebygameBlock table.statsTable tr:hover			{ background: rgb(255,255,230); }
#gamebygameBlock table.statsTable th				{ background: rgb(28,92,159); color: rgb(255,255,255); }
#gamebygameBlock table.statsTable .totals			{ background: rgb(230,230,230); font-size: 11px; line-height: 150%; font-weight: bold; color: rgb(28,28,28); }
#gamebygameBlock table.statsTable thead th a:hover,
#gamebygameBlock table.statsTable tbody a:hover 	{ color: rgb(248,128,26); }
#gamebygameBlock table.statsTable tbody a 			{ color: dodgerBlue; }
