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

#playerBlock 		{ font: 11px/1.3 Arial,Helvetica,Sans-Serif; color: rgb(0,0,0); }
#playerBlock a 		{ text-decoration: none; }

#playerBlock #playerPhoto 	{ background: rgb(28,92,159); }
#playerBlock #playerPhoto a { font-size: 10px; color: rgb(255,255,255); }

#playerBlock #playerInfo #teamInfo h1		{ font: bold 54px/100% "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(28,92,159); font-size: 54px;}
#playerBlock #playerInfo h2					{ font: bold 22px/100% "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(28,28,28); }

#playerBlock #playerSummary					{ background: rgb(235,235,235); }
#playerBlock #playerSummary td				{ font-size: 12px; line-height: 140%; }

#playerBlock #playerInfo  h1 + p 			{ padding: 0 8px;}
#playerBlock #playerInfo h1,
#playerBlock h1#controlBar					{ background: rgb(28,92,159); font: normal 12px "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(255,255,255); }
#playerBlock h1#controlBar a				{ color: rgb(255,255,255); }

/*STATS FORMATTING*/
#playerBlock table.statsTable thead td 			{ background: rgb(230,230,230); border-bottom: 1px solid white; font-size: 12px; font-weight: bold; line-height: 23px; text-transform: uppercase; color: rgb(28,28,28); }
#playerBlock table.statsTable thead th			{ background: rgb(28,92,159); font-size: 10px; font-weight: bold; text-align: left; color: white; line-height: 1.5; }
#playerBlock table.statsTable thead th a 		{ color: white; }
#playerBlock table.statsTable tbody a 			{ font-weight: bold; color: rgb(104,0,0); }
#playerBlock table.statsTable thead th a:hover,
#playerBlock table.statsTable tbody a:hover 	{ color: rgb(248,128,26); }
#playerBlock table.statsTable table tr:hover 	{ background: rgb(255,255,230); }
#playerBlock #teamInfo							{ height: 65px; }
#playerBlock #playerPhoto a						{ line-height: 25px; }