@charset "utf-8";
/* CSS Document */
#matchReports{
	display:block;
	padding-top:10px;
	background:url(../images/system/back-general.jpg) repeat;
}

#matchReports div.noFixtures{
	padding:20px;
}
#matchReports div.noFixtures p{
	font-size:12px;
}
#matchReports ul{
	float:left;
	margin-left:15px;
	margin-bottom:38px;
}
#matchReports ul li{
	float:left;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:2px;
	margin-bottom:2px;
}
#matchReports ul li.title{
	font-weight:bold;
	font-size:12px;
	border-bottom: 1px solid #006633;
	color:#FFFFFF;
}
#matchReports ul li span{
	float:left;
}
#matchReports ul li span a{
	color:#CCCCCC;
	text-decoration:none;
}
#matchReports ul li span a.buyTickets{
	color:#ffffff;
}
#matchReports ul li.fixture{
}
#matchReports ul li.fixtureOdd{
	background-color:#00221b;
}
#matchReports ul li.fixtureWon{
	background-color:#006633;
}
#matchReports ul li.title span.home{
	width:200px;
	text-indent:6px;
}
#matchReports ul li.title span.away{
	width:200px;
}
#matchReports ul li span.faway{
	width:200px;
}
#matchReports ul li span.fhome{
	width:170px;
	text-indent:6px;
}
#matchReports ul li span.fvs{
	width:30px;
	text-align:center;
}
#matchReports ul li span.venue,
#matchReports ul li span.attn,
#matchReports ul li span.date,
#matchReports ul li span.kickOff,
#matchReports ul li span.type,
#matchReports ul li span.review
{
	width:60px;
	text-align:center;
}
#matchReports ul li span.venue{
	width:80px;
}
#matchReports ul li span.date{
	width:120px;
}
#matchReports ul li span.review{
	width:100px;
}
/* ------------------------------------------------------------*/
#matchReports h2,
#matchPreview h2{
	background:none;
	background-color:#00221b;
	border-bottom: 1px solid #006633;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
}

#matchReport,
#matchPreview
{
	padding:20px;
	background:url(../images/system/back-general.jpg) repeat;
}
#matchPreview div.noFixtures,
#matchReport div.noFixtures{
	font-size:12px;
}
#matchPreview div.result,
#matchReport div.result
{
	height:26px;
	line-height:26px;
	text-indent:6px;
	width:668px;
	font-size:12px;
	background-color:#00221b;
}
#matchReport div.fixtureDate{
	font-size:10px;
	height:26px;
	line-height:26px;
	text-indent:6px;
	float:left;
	
}
#matchPreview div.fixtureDate{
	background-color:#00221b;
	width:668px;
	text-indent:6px;
}
#matchPreview div.oppositionVenueLink{
	width:668px;
	text-indent:6px;
	line-height:30px;
	font-weight:bold;
}
#matchReport div.fixtureDate{
	color:#999999;
}
#matchPreview div.result span.score,
#matchReport div.result span.score{
	font-size:18px;
	color:#CCCCCC;
}
#matchPreview div.fixture span.score,
#matchReport div.fixture span.score{
	font-size:28px;
	color:#CCCCCC;
}
#matchPreview div.fixture span.venue{
	color:#999999;
}
#matchPreview div.fixture{
	display:block;
	margin-bottom:10px;
}
#matchPreview div.fixture div.fixtureImg,
#matchPreview div.fixture div.fixtureTitle,
#matchReport div.fixture div.fixtureImg,
#matchReport div.fixture div.fixtureTitle
{
	float:left;
}
#matchPreview div.fixture div.fixtureImg{
	width:140px;
	height:100px;
	display:block;
	text-align:center;
}
#matchPreview div.report,
#matchReport div.report{
	float:left;
}

#matchPreview div.report div.imageCol,
#matchReport div.report div.imageCol{
	float:left;
	width:304px;
	margin-top:8px;
	margin-left:6px;
	margin-right:10px;
}
#matchPreview div.report img,
#matchReport div.report img{
	border:1px solid #006633;
	padding:1px;
	margin-bottom:10px;
}
#matchPreview div.report p,
#matchReport div.report p{
	padding:6px;
}
#matchPreview div.report ul li,
#matchReport div.report ul li{
	background:url(../images/system/arrow_1.jpg) no-repeat left;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:4px;
}
#matchReport div.players{
	padding:6px;
	border-top:1px solid #006633;
}
#matchReport div.players a{
	color:#CCCCCC;
}
#matchReport div.stats ul{
	padding:6px;
	border-top:1px solid #006633;
}
#matchReport div.stats ul li{
	line-height:18px;
}
#matchReport div.stats ul li a{
	color:#CCCCCC;
}
#matchReport span.title{
	display:inline-block;
	font-weight:bold;
	margin-right:6px;
	width:70px;
}
#matchReport div.manOfTheMatch{
	border-top:1px solid #006633;
}
#matchReport div.manOfTheMatch div.player a{
	font-size:12px;
	font-weight:bold;
}
#matchReport div.manOfTheMatch div.player ul{
	padding:6px;
}
#matchReport div.manOfTheMatch div.player ul li a img{
	border: 1px solid #006633;
}
