@charset "utf-8";
/* CSS Document */
/* Start of Fixtures Box */
/* Next Club Fixtures*/
#next_match {
	width:300px;
	height:280px;
	background-color:#223259;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	float:right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:500;	
	text-align:left;	
}	

/* First Team Fixtures */
#first_team {
	background-image:url(images/next-club-fixtures-top-bkg.gif);
	background-repeat:no-repeat;
	height:102px;
	width:300px;
}

#first_team_logo {
	padding:9px 0 0 8px;
	float:left;
}

#first_text {
	padding:12px 0 0 15px;
	float:left;
	line-height:18px;
}

/* Reserve Team Fixtures */
#reserve_team {
	background-image:url(images/next-club-fixtures-middle-bkg.gif);
	background-repeat:repeat-x;
	height:73px;
	width:300px;
}	
#reserves_text {
	padding:4px 0 0 105px;
	line-height:16px;
}

/* Youth Team Fixtures */
#youth_team {
	background-image:url(images/next-club-fixtures-bottom-bkg.gif);
	background-repeat:repeat-x;
	height:73px;
	width:300px;
}

#youth_text {
	padding:4px 0 0 105px;
	line-height:16px;	
}
/* End of Fixtures Box */



