@charset "UTF-8";
/* CSS Document */

.tblMatchStats {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border-collapse: collapse;
	text-align: center;
}

.tblMatchStats td, th {
	padding: 3px;
	width:33%;
}

.tblMatchStats th {
	background-image: url(/Portals/_default/Skins/Sport/images/MenuBg.jpg);
	text-align: left;
	color: #FFF;
	padding: 5px;
}

.colTeams {
	background-image: url(/Portals/_default/Skins/Sport/images/MenuBg.jpg);
	text-align: center;
	color: #FFF;
	padding: 5px;
}

.colTeams a {
	font-weight: 300;
	color: #FFF;
	font-weight:bold;	
	text-decoration: none;
	text-align: center;
}

.colTeams a:hover {	
	text-decoration: underline;	
	color: #FFF;
}

.name {
	font-weight: bold;
	text-align: left;
}

.altrow {
	background-color: #EEE;
}

.tblMatchStats tr {
	border-bottom: 1px solid #DDD;
}
