.next_fixture
{
	width: 728px;
	margin-bottom: 10px;
	background-color: #000000;
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16pt;
	background-image: url("/images/backgrounds/latest_fixture_background.png");
	background-repeat: repeat-x;
}

.next_fixture .home_team
{
	float: left;
	width: 340px;
	text-align: center;
	color: #ffffff;
}

.next_fixture .home_score
{
	margin-top: 5px;
	float: left;
	width: 340px;
	text-align: center;
	color: #ffffff;
}

.next_fixture .romsey
{
	font-weight: bold;
	font-size: 18pt;
	
}

.next_fixture .v
{
	float: left;
	width: 48px;
	text-align: center;
	font-size: 12pt;
	padding-top: 5px;
	color: #ffffff;
}
.next_fixture .away_team
{
	float: left;
	width: 340px;
	text-align: center;
	color: #ffffff;
}

.next_fixture .away_score
{
	margin-top: 5px;
	float: left;
	margin-left: 48px;
	width: 340px;
	text-align: center;
	color: #ffffff;
}

.next_fixture .when_where
{
	padding: 5px;
	padding-top: 25px;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
}





.fixture
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	padding: 0px;
	margin-bottom: 10px;
}

.fixture .kick_off
{
	text-align: center;
}

.fixture .competition
{
	padding-top: 10px;
	text-align: center;
}

.fixture .v
{
	float: left;
	width: 60px;
	padding-top: 10px;
	text-align: center;
	font-size: 10pt;
}

.fixture .home_team
{
	float: left;
	left: 0px;
	top: 0px;
	width: 200px;
	padding: 10px;
	font-size: 10pt;
	text-align: right;
}

.fixture .away_team
{
	float: right;
	top: 0px;
	width: 200px;
	padding: 10px;
	font-size: 10pt;
	text-align: left;
}

#match_report_container
{
}

.match_report
{
	background-color: #707070; 
	color: #ffffff;
}


.match_report_entry
{
	border-bottom: 1px solid #656565;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor: default;
}

.match_report_entry:hover
{
	background-color: #808080;
}

.match_report_entry .time
{
	float: left;
	width: 50px;
}

.match_report_entry .icon
{
	float: left;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	padding: 5px;
	margin-right: 5px;
}

.match_report_entry .minute
{
	float: left;
	width: 50px;
}

.match_report_entry .event
{
	margin-left: 100px;
}

.match_report_entry .event .additional_text
{
	color: #202020;
}

