﻿
.leaguetable
{
	padding: 2px;
	background-color: White;
	border: solid 1px #c5c5c5;	
}

	.leaguetable tr.theader
	{
		background-color: #f0f060;
		border-bottom: solid 2px black;
		
	}
	
	.leaguetable th
	{
		font-weight: bold;
	}
	
	.leaguetable tr.r1
	{
		background-color: White;
		
	}
	
	.leaguetable tr.r2
	{
		background-color: #f8f8f8;	
	}
	
	.leaguetable td
	{
		text-align: center;
		padding: 2px;
	}
	
	.leaguetable td.c
	{
		text-align: center;
	}
	.leaguetable td.l
	{
		text-align: left;
	}
	.leaguetable td.r
	{
		text-align: right;
	}