﻿#resultspagelayer
{
	position:relative;
	width: 1200px;
	top:5px;
	left:15px;
	z-index:1;
}

#resultstitlelayer
{
	position: relative;
	left: 0;
	top: 0;
	width: 1200px;
	height: 30px;
	background-color: #273E99;
	border-radius: 5px;
}

#resultslayer
{
	display: flex;
	position: relative;
	left: 50px;
	top: 0;
	width: 1100px;
	height: 100px;
	border: 1px solid silver;
	border-radius: 5px;
	background-color: #eeeeee;
}

#resultsdetailslayer
{
	position: relative;
	left: 5px;
	top: 5px;
	width: 350px;
}


#resultsteamslayer
{
	position: absolute;
	left: 375px;
	top: 5px;
	width: 300px;
}

#resultsscorelayer
{
	position: absolute;
	left: 575px;
	top: 5px;
	width: 30px;
}

#resultsgoalslayer
{
	position: absolute;
	left: 620px;
	top: 5px;
	width: 180px;
}

#resultsattendancelayer
{
	position: absolute;
	left: 775px;
	top: 5px;
	width: 150px;
	height: 60px;
}

#resultslinkslayer
{
	position: absolute;
	left: 950px;
	top: 5px;
	width: 200px;
	height: 60px;
}

#resultsdatelayer
{
	position: relative;
	left: 50px;
	top: 5px;
	width: 1100px;
}

img.goal
{
	padding-left: 2px;
	width: 15px;
}

img.card
{
	padding-left: 5px;
	width: 10px;
}

table.latestresult
{
	border: 1px solid gray;
	border-radius: 5px;
	background-color: #eeeeee;
}

div.gamemonth
{
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}

div.gametype
{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

div.gamedate
{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
	color: gray;
}

div.team
{
	display: flex;
	align-items: center;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	text-align: left;
}

div.scorepadding
{
	height: 5px;	
}

div.rowpadding
{
	height: 10px;
}

div.player
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	color: gray;
	text-decoration: none;
	display: flex;
	align-items: center;
}

div.attendance
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	color: gray;
}

div.gameinfo
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	color: teal;
}

a.matchreport, div.matchreport
{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
	color: black;
}

a.program, div.program
{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
	color: black;
}

a.teamsheet, div.teamsheet
{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
	color: black;
}

a.matchreport:hover, a.program:hover, a.teamsheet:hover
{
	background-color: lime;
}

img.team
{
	padding-right: 10px;
	padding-bottom: 5px;
}

div.scoredraw, td.scoredraw
{
	background-color: orange;
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	text-align: center;
	height: 30px;
	border-radius: 5px;
	padding-top: 4px;
}

div.scorewin, td.scorewin
{
	background-color: green;
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	text-align: center;
	height: 30px;
	border-radius: 5px;
	padding-top: 4px;
}

div.scorelose, td.scorelose
{
	background-color: red;
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	text-align: center;
	height: 30px;
	border-radius: 5px;
	padding-top: 4px;
}

td.gametype
{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

td.gamedate
{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align: center;
	color: gray;
}