/*-------------------------------
	filters
----------------------------------*/
	div#filters{
		margin:0 0 30px 0;
		padding: 4px 10px 36px 24px;
		position:relative;
		height: auto !important;
		min-height:70px;
		height:70px;
	}
	div#filters_top {
		height:11px;
		overflow:hidden;
	}
	div#filters div.label{
		font-size:11px;
	}


/* --- sport filter --- */
	div#sportFilterBox{
		float:left;
		width: 320px;
		height: 70px;
		min-height: 70px;
		height: auto !important;
	}
	div#sportFilterBox img.sport_filter_button{
		border:2px solid #fff;
		float:left;
		display:block;
	}
	div#sportFilterBox img.current{
		padding: 5px 5px 3px 6px;
	}

/*	---	year filters for archives and hof	*/

	div#yearFilter{
		float:left;
		margin: 0 0 0 20px;
		width: 300px;
	}
	li.yearButton{
		float:left;
		text-align:center;
		width:66px;
		height:19px;
		margin: 5px 2px;
		padding-top: 3px;
		background: url(../graphics/alldays-button-bg.gif);
		border:1px solid #fff;
	}
	li.yearButton.current{
		color:#fff;
		font-weight:bold;
	}
		
/*---- day of week display ---*/
	div.dayChart{
		float:left;
		width:140px;
		left:120px;
	}
	div.dayChart li{
		float:left;
		width: 17px;
		height:13px;
		font-size:9px;
		text-align:center;
		border:1px solid #aaa;
		color:#555;
		margin-right:1px;
		overflow:hidden;
		padding-top:4px;
		line-height:12px;
	}
	div.dayChart li.current{	color:#fff;	}
	
