	/* league tables */
	
	.leagueTable { border-spacing: 0 1px; }
	.leagueTable td, .leagueTable th { text-align: right; width: 4em;}
	.leagueTable td.name, .leagueTable th.name { text-align: left; width: auto;}
	.leagueTable tr.ownTeam td { color: #03c; }
	
	.leagueTable tr.promotion td { border-bottom: 1px #090 solid; }
	.leagueTable tr.promotionPlayoff td, .leagueTable tr.leaguePlayoff td{ border-bottom: 1px #69c solid; }
	.leagueTable tr.relegationPlayoff td { border-top: 1px #f60 solid; }
	.leagueTable tr.relegation td { border-top: 1px #c00 solid; }
	.leagueTable tr.topHalf td { border-bottom: 1px #f90 solid; border-spacing: 0;  }