﻿.countdown
{
	margin:10px 10px 0 0;
	display:none;
}
.countdown .upcoming,
.countdown .live
{
	height:80px;
    width:300px;
}
.countdown .upcoming
{
	background:url(../images/countdown_background.png) no-repeat top left;
}
.countdown .live
{
	background:url(../images/countdown_background_live.png) no-repeat top left;
}
#LiveScores,
#MatchCentre,
#HomeTeam,
#AwayTeam
{
	float:left;
	width:145px;
}
#LiveScores,
#PostMatch,
#MatchReport,
#MatchCentre
{
	height:27px;
}
#LiveScores,
#PostMatch,
#MatchReport
{
	float:left;
}
#LiveScores a,
#PostMatch a,
#MatchReport a,
#MatchCentre a
{
	color:#000;
	display:block;
}
#MatchCentre
{
	text-align:right;
}
#LiveScores a,
#PostMatch a,
#MatchReport a
{
	margin:10px 0 0 10px;
}
#MatchCentre a
{
	margin:10px 10px 0 0;
}
#Versus
{
	float:left;
	margin-top:10px;
	text-align:center;
	width:10px;
}
#HomeTeam .teamscore,
#AwayTeam .teamscore
{
	font-size:400%;
	width:50px;
}
#HomeTeam .teamname,
#AwayTeam .teamname
{
	margin-top:10px;
	text-transform:uppercase;
	width:75px;	
	font-size:90%;
}
#HomeTeam .teamname img,
#AwayTeam .teamname img
{
	display:inline;
}
#AwayTeam .teamname
{
	text-align:right;
}
#HomeTeam div
{
	float:left;
}
#AwayTeam div
{
	float:right;
}
#HomeTeam .teamscore
{
	padding:10px 10px 0 0;
	text-align:right;
}
#AwayTeam .teamscore
{
	padding:10px 0 0 10px;
}

#MatchInfo
{
    position:relative;
    color:#000;

}
#lblCountDownDay,
#lblCountDownHr,
#lblCountDownMin,
#lblCountDownSec
{
    position:relative;
    top:35px;
    font-size:400%;
    font-weight:normal;
}
#MatchInfo,
#lblCountDownDay,
#lblCountDownHr,
#lblCountDownMin,
#lblCountDownSec
{
	float:right;
	top:9px;
}
#MatchInfo
{
    margin:10px 0px 0px 10px;
    top:-2px;
    left:-15px;
    font-size:120%;
    text-transform:uppercase;
}
#lblCountDownDay 
{
    left:-247px;
}
#lblCountDownHr 
{
    left:-123px; /*-133px;*/
}
#lblCountDownMin
{
    left:0px; /*-16*/
}
#lblCountDownSec
{
    left:122px;	/*100*/
}
