/*
	match section of the ticker
*/
body {
	padding: 20px 5% 0;
	margin: 0;
	font-size: 12px;
	color: #0F5681; 
	background: #6397c7;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	line-height: 18px;
}

a {
	color: #0F5681;
}

a:hover {
	text-decoration: none;
}

#pli-head {
	width: 100%;
	height: 100px;
	background: transparent;
}

#pli-head img {
	padding: 0 auto 0;
	background: transparent;
}

table.match {
	width:100%;
	padding:5px;
	margin:0;
	background-color:#DBF1FD;
	border-top: 2px solid #0F5681;
	border-bottom: 2px solid #0F5681;
}

	td.logo {
		width:200px;
		height:110px;
		font-weight: bold;
		color: #1A5F87;
		font-size: 14px;
		text-align: center;
		border: 2px solid #C4DAE7;
	}
	
		img.logoimg {
			width: 200px;
			height: 110px;
			margin: 0;
			padding: 0;
		}
	
	
	table.resulttable {
		width: 100%;
		height: 95px;
	}

		table.resulttable td.time {
			text-align: center;
			font-family: Tahoma, Verdana, Geneva, sans-serif;
			font-size: 22px;
			line-height: 22px;
			font-weight: bolder;
			padding: 5px 0 10px 0;
			color:#1A5F87;
		}
		
		table.resulttable td.result {
			width: 33%;
			text-align: center;
			font-family: Courier New;
			font-size: 55px;
			line-height: 55px;
			font-weight: bold;
			color:#0F5681;
		}
		
		td.period {
			width: 33%;
			text-align: center;
			font-family: Tahoma, Verdana, Geneva, sans-serif;
			font-size: 25px;
			line-height: 25px;
			font-weight: bolder;
			color:#1A5F87;
		}
		
		div.spectators {
			font-size: 16px;
			text-align:center;
			font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-weight:normal;
			margin: 15px 0 0 0;
			padding: 5px 0 5px 0;
			border-top: 1px solid #C4DAE7;
		}


table.ticker {
	border: 0px;
	padding: 0 0 0 0;
	margin: 2px 0 0 0 ;
	background: #fff;
	border-top: 2px solid #0F5681;
	border-bottom: 2px solid #0F5681;
}

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

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

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

div.copy {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:right;
	padding:2px;
	background-color:#DBF1FD;
	border-top: 2px solid #0F5681;
	border-bottom: 2px solid #0F5681;
}

table.statistics {
	margin: 2px 5px 2px 10px;
	border-collapse: separate;
	border-spacing: 0px 0px;
	border-top: 2px solid #0F5681;
	border-bottom: 2px solid #0F5681;
	background: #DBF1FD;
}

	table.statistics td {
		border-bottom:1px solid #0F5681;
		padding: 4px 2px;
		margin: 0px;
		text-align:center;
		font-size: 12px;
		color: #1A5F87;
	}

	table.statistics th {
		padding: 4px 2px;
		 color: #1A5F87;
	}

.referee {
	margin:2px 5px 2px 10px;
	padding: 2px 0;
	font-size:12px;
	border-top: 2px solid #0F5681;
	border-bottom: 2px solid #0F5681;
	background: #DBF1FD;
	color: #1A5F87;
	line-height: 24px;
}
	.referee h3 {
		font-size:15px;
		text-align:center;
		margin:0;
		padding-bottom: 4px;
		border-bottom: 1px solid #0F5681;
		color: #1A5F87;
	}
	.referee h4 {
		font-size:12px;
		margin:0;
		margin-left:-11px;
		color: #1A5F87;
	}
	.referee .head, .referee .linesman {
		padding-left:15px;
		color: #1A5F87;
	}
