/* Fixtures Styles */

.fixtures { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	background-color:#000000;
}



.fixtures-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/nav-bkg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
		font-size:14px;
}	

.fixtures_date	{
	width:90px;
	padding-left:10px;
	text-align:left;
	font-size:11px;
}	


.fixtures_opponents	{
	width:245px;
	padding-left:10px;
	text-align:left;
	font-size:11px;
}	
.fixtures_venue	{
	width:80px;
	text-align:center;
	font-size:11px;
}	
.fixtures_score	{
	width:80px;
	text-align:center;
	font-size:11px;
}	


.fixtures_attendance	{
	width:100px;
	text-align:center;
	font-size:11px;
}

.fixtures_report	{
	width:100px;
	text-align:center;
	font-size:11px;
}	


.fixtures_report	a:link{
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
}	

.fixtures_report	a:visited{
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
}		
.fixtures_report	a:hover{
	text-decoration:underline;
	font-weight:normal;
	font-size:11px;
	color:#FC0000;
}	

.league {
	width:100%;	
	height:40px;
	font-weight:bold;
	font-size:130%;
	text-align:left;
	vertical-align:middle;
	padding:10px;
	border-top:3px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color:#FFFFFF;
}	

.game-lost {
	color: #FF0000;
	width:80px;
	text-align:center;
	font-size:11px;	
	}

.game-won {
	color: #00CC00;
	width:80px;
	text-align:center;
	font-size:11px;	
	}

.game-drawn {
	color: #3B589C;
	width:80px;
	text-align:center;
	font-size:11px;	
	}

.game-other {
	width:80px;
	text-align:center;
	font-size:11px;
}	

.spacer	{
	background-color:#3C5AA0;
}
