/*
	match section of the ticker
*/
body {
	background-color:#ffffff;
	padding:0;
	margin:0;
	font-family: Verdana;
}

table.match {
	width:100%;
	padding:5px;
	margin:0;
	background-color:#CCCCCC;
}

	td.logo {
		width:175px;
		height:95px;
	}
	
		img.logoimg {
			width: 175px;
			height: 95px;
		}
	
	
	table.resulttable {
		width: 100%;
		height: 95px;
	}

		table.resulttable td.time {
			text-align: center;
			font-family: Courier New;
			font-size: 28pt;
			font-weight: bolder;
			color:#000099;
		}
		
		table.resulttable td.result {
			width: 33%;
			text-align: center;
			font-family: Courier New;
			font-size: 28pt;
			font-weight: bolder;
			color:#ff0000;
		}
		
		td.period {
			width: 33%;
			text-align: center;
			font-family: Courier New;
			font-size: 28pt;
			font-weight: bolder;
			color:#333333;
		}
		
		div.spectators {
			font-size:0.5em;
			text-align:center;
			font-family:Verdana;
			font-weight:normal;
		}


table.ticker {
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}

	table.ticker td.divider {
		height: 5px;
		font-size: 1px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
		
		td.divider hr {
			border-bottom:2px solid grey;
			border-top:1px solid black;
		}
	
	table.ticker td.localtime {
		background-color: #EAEAEA;
		width: 50px;
		text-align: center;
		font-family: Verdana;
		font-size: 10pt;
		vertical-align: top;
		border-right: 1px solid black;
	}

	table.ticker td.time {
		background-color: #F0F0F0;
		width: 50px;
		text-align: center;
		font-family: Verdana;
		font-size: 10pt;
		vertical-align: top;
	}
	
	table.ticker td.result {
		vertical-align: top;
		background-color: #FAFAFA;
		width: 50px;
		text-align: center;
		font-family: Verdana;
		font-size: 10pt;
		border-left: 1px solid black;
		border-right: 1px solid black;
	}

	table.ticker td.team {
		vertical-align: top;
		background-color: #FDFDFD;
		width: 150px;
		text-align: center;
		font-family: Verdana;
		font-size: 10pt;
	}
	
	td.info {
		font-family: Verdana;
		font-size: 10pt;
		padding-left: 5px;
		border-left: 1px solid black;
	}

div.copy {
	font-family:Verdana;
	font-size:10px;
	text-align:right;
	padding:2px;
}

table.statistics {
	margin: 2px 5px 2px 10px;
	border-collapse: separate;
	border-spacing: 0px 0px;
	border: 1px solid black;
}

	table.statistics td {
		border-bottom:1px solid black;
		padding:2px;
		margin: 0px;
		text-align:center;
		 font-size: 10px;
	}

.referee {
	margin:2px 5px 2px 10px;
	border:1px solid black;
	padding:2px 0;
	font-size:11px;
	border-bottom: 2px solid black;
}
	.referee h3 {
		font-size:15px;
		text-align:center;
		margin:0;
		padding-bottom: 2px;
		border-bottom: 1px solid black;
	}
	.referee h4 {
		font-size:12px;
		margin:0;
		margin-left:-11px;
	}
	.referee .head, .referee .linesman {
		padding-left:15px;
	}
