﻿.matchmasthead{
	margin:0px 0 0 0;
	/*background-image: url('../background.jpg');
	background-repeat: repeat-x;
	background-position: top left;*/
	background-color:#DCDCDC;
	color:#000;
	float:left;
	clear:both;	
	width:881px;
	text-align:center;
}

.matchmasthead img{
	vertical-align:middle;
	border:red solid 1px;
	padding:0px 10px;	
}

.matchmasthead .hometeam{
	float:left;	
	font-size:18px;
	font-weight:bold;
	text-align:right;
	width:130px; /*77px; /*245px;		*/
}
	

.matchmasthead .hometeam .hometeampadoneline{
	padding:10px 10px 0 0px;
}
.matchmasthead .homescore{
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-top:14px;
	text-align:center;
	width:205px;
}

.matchmasthead .awayteam{
	float:left;
	font-size:18px; /*22px;*/
	font-weight:bold;
	text-align:left;
	width:130px; /*77px; /*245px;		*/
}

.matchmasthead .awayteam .awayteampadoneline{
	padding:10px 0 0 10px;	
}

.matchmasthead .awayscore{
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-top:14px;
	text-align:center;
	width:205px;
}

.matchmasthead .score{
	background-color:#FFF;	
	border:#C2C2C2 solid 2px;
	/*float:left;*/
	font-size:18px; /*32px;*/
	font-weight:bold;
	height:50px;
	margin-top:2px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:135px; /*114px; /*80px;*/
}
.matchmasthead .score .scorepad{
	padding-top:12px; /*5px;*/
}

.matchmasthead .noscore{
	float:left;
	height:50px;
	margin-top:16px;
	width:50px;
}

.matchmasthead .info{
	float:left;
	font-weight:bold;
	font-size:12px;
	margin:18px 10px 12px 10px;
	text-align:center;
	width:190px;	
}

.matchmasthead .info .margintop{
	margin-top:5px;
}

.matchmasthead .info br{
	height:10px;
}

