/* Serietabell */

table.SerieTabell
{	
	font-family: Arial, Sans-Serif;
	background-color: #FFFFE8;
	padding: 0pt;	
	border: solid 1pt black;
}

table.SerieTabell th
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF80;
	text-align: left;	
	padding-left: 10pt;	
	border-bottom: solid 1px #000000;	
}

table.SerieTabell td
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;		
}

table.SerieTabell td.Serie_TeamName, table.SerieTabell td.Serie_UTeamName
{		
}

table.SerieTabell td.Serie_Place, table.SerieTabell td.Serie_UPlace
{
	text-align: right;
	padding-right: 4pt;
}

table.SerieTabell td.Serie_Score, table.SerieTabell td.Serie_UScore
{
	text-align: center;	
}

table.SerieTabell td.Serie_UTeamName, table.SerieTabell td.Serie_UPlace, table.SerieTabell td.Serie_UScore
{
	border-bottom: solid 1pt black;
}

/* Matchresultat */

div.Serie_Match
{
	padding-top: 2pt;	
}

div.Serie_MatchFirst
{
	padding-top: 6pt;
}

table.Serie_Match
{	
	background-color: #FFFFF8;
	border: solid 1pt black;	
	cursor: hand;
}

table.Serie_MatchGames
{	
	background-color: #FFFFF8;
	border: 0pt;
}

table.Serie_Match tr.Team
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF80;	
}

table.Serie_MatchGames tr.Game
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFF8;
}

table.Serie_Match th.Name, table.Serie_MatchGames td.Name
{
	text-align: left;
	width: 160px;
	border: solid 0pt black;	
	padding-left: 5pt;	
}

table.Serie_Match th.Rating, table.Serie_MatchGames td.Rating
{	
	text-align: right;	
	width: 40px;
	padding-right: 2pt;
	border: solid 0pt black;
}

table.Serie_Match th.VS, table.Serie_MatchGames td.VS, table.Serie_Match th.Result, table.Serie_MatchGames td.Result
{	
	text-align: center;		
	border: solid 0pt black;
}

table.Serie_Match th.VS, table.Serie_MatchGames td.VS
{
	width: 10px;
}

table.Serie_Match th.Result, table.Serie_MatchGames td.Result
{
	width: 80px;
}
