/* ===================================== *\
	CLIENT:				LEAGUESTAT
	BUILT & POWERED BY:	LEAGUESTAT
	DATE:				NOVEMBER 2006
	------------------------------------
	TITLE: TOPSCORERS COLOURS STYLESHEET
\* ===================================== */
#statsBlock 							{ font-family: Arial,Helvetica,sans-serif; }

#statsBlock table.lead					{ border: 1px solid rgb(2,100,162); background: white; font-size: 11px; text-transform: uppercase; }
#statsBlock table.lead th				{ background: rgb(180,180,180); font-weight: bold; font-style: italic; color: white; text-shadow: 0 0 2px black; }
#statsBlock table.lead th,
#statsBlock table.lead tfoot td			{ border-left: 1px solid rgb(2,100,162); border-right: 1px solid rgb(2,100,162); border-bottom: 1px solid rgb(125,125,125); }
#statsBlock table.lead tfoot td			{ border-bottom: 1px solid rgb(2,100,162); border-top: 1px solid rgb(125,125,125); }
#statsBlock table.lead a				{ color: darkRed; }

#statsBlock #navigation					{ background: rgb(2,100,162); }
#statsBlock #navigation h1,
#statsBlock #navigation h2				{ font-size: 13px; font-weight: bold; font-style: italic; color: white; letter-spacing: .1em;}
#statsBlock #navigation h2				{ font-size: 11px; }

#statsBlock table.statsTable h1			{ font-size: 14px; }
#statsBlock table.statsTable .divHeader	{ background: rgb(213,215,255); }
#statsBlock table.statsTable 			{ font-size: 11px; color: rgb(28,28,28 ); } 
#statsBlock table.statsTable thead 		{ background: rgb(204,204,255); }
#statsBlock table.statsTable tr:hover 	{ background: rgb(255,255,200); }
#statsBlock .arrows a,
#statsBlock table.statsTable a 			{ color: darkRed; text-decoration: none; }

#statsBlock .arrows						{ background: rgb(180,180,180); border-top: 1px solid rgb(118,118,118); }

/* 	// DO THE STRETCH UNIFIDED BUTTONS ADJUSTMENTS */

/* IE 6 */
#statsBlock #UnifiedButtons li.s7 { text-align: center; width: 108px;  }
#statsBlock #UnifiedButtons li.s6 { text-align: center; width: 107px;  }
#statsBlock #UnifiedButtons li.s5 { text-align: center; width: 107px;  }
#statsBlock #UnifiedButtons li.s4 { text-align: center; width: 108px;  }
#statsBlock #UnifiedButtons li.s2 { text-align: center; width: 153px;  }
#statsBlock #UnifiedButtons li.s3,
#statsBlock #UnifiedButtons li.s1	{ text-align: center; width: 151px;  }

/* W3C BROWSERS */
#statsBlock #UnifiedButtons li[class~="s6"] { text-align: center; width: 108px;  }
#statsBlock #UnifiedButtons li[class~="s5"] { text-align: center; width: 109px;  }
#statsBlock #UnifiedButtons li[class~="s4"] { text-align: center; width: 103px;  }
#statsBlock #UnifiedButtons li[class~="s3"] { text-align: center; width: 110px;  }
#statsBlock #UnifiedButtons li[class~="s2"],
#statsBlock #UnifiedButtons li[class~="s1"]	{ text-align: center; width: 120px;  }
