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

#navBlock 		{ background: rgb(28,92,159); }

#navBlock h1		{ padding-top: 35px; }
#navBlock h1,
#navBlock h4		{ font: bold 18px/1 "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(28,28,28); }
#navBlock h3		{ font: normal 14px/1 Arial,Helvetica,Sans-Serif; }
#navBlock h4		{ font-size: 11px; color: lightGray; }

#navBlock #controlBar			{ background: rgb(28,92,159); }

/* STATS FORMATTING */
#rosterBlock thead td 				{ background: rgb(230,230,230); border-bottom: 1px solid white; font-size: 12px; font-weight: bold; color: rgb(28,28,28); }
#rosterBlock thead th				{ background: rgb(28,92,159); font-size: 10px; font-weight: bold; text-align: left; color: white; }
#rosterBlock thead th a 			{ color: white; }
#rosterBlock tbody a 				{ font-weight: bold; color: dodgerBlue; }
#rosterBlock #videoBlock li a:hover,
#rosterBlock thead th a:hover,
#rosterBlock tbody a:hover 			{ color: rgb(248,128,26); }
#rosterBlock table tr:hover 		{ background: rgb(255,255,230); }

#rosterBlock #videoBlock 			{ background: rgba(28,92,159,.9); background: rgb(28,92,159); border: 1px solid rgb(134,134,134); }
#rosterBlock #videoBlock li a 		{ color: rgb(200,200,200); font-weight: normal; }
#rosterBlock #videoBlock li.date	{ background: rgb(200,200,200); font-weight: bold; color: rgb(26,26,26); }

/* LEGACY CONFLICTS FOR OHL && H1 tags */
#centreCol.inside #navBlock h1		{ padding-top: 35px !important; font: bold 18px/1 "Arial Narrow",Arial,Helvetica,Sans-Serif !important;  color: rgb(28,92,159) !important; }

