		#standingtable
		{
			background-color: #FFFFFF;
			width:560px; 
			border:1px solid black;
		}
		td.toprow
		{
			background-color: silver;
			font-weight: bold;
			border-bottom: 1px solid black;
			font-size: 11px;
		}
		
		td.standing
		{
			height:26px;
			
		}
		
		td.champions
		{
			height:26px;		
			background-color: #cde7ff;
			border-bottom: 1px solid #80c2ff;
		}		
		
		td.promoted
		{
			height:26px;		
			background-color: #EFEFEF;
		}
		td.relegated
		{
			height:26px;
			background-color: #EFEFEF;
		}

tr.hTrActive
{
	background-color: #FFE9CD;
}

tr.hTrInactive
{
	background-color: #FFFFFF;
}

table.hFullTable
{
	width:100%;
	border: 1px solid black;
}

td.historyHeader1
{
	height: 24px; 
	border-top: 0px;
	border-bottom:1px solid silver; 
	border-right: 1px solid silver;
	background-color: #EFEFEF;
	text-align: center;
}
td.historyHeader2
{
	height: 24px; 
	border-bottom:1px solid silver; 
	border-right: 1px solid silver;
	background-color: #EFEFEF;
	text-align: center;
}

td.historyCell
{
	height: 24px; text-align:right; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; padding-right:10px;
}

	#standings
	{
		position: absolute;
		top: 60px;
		left: 320px;
	}
	div.inactiveTab
	{
		border:1px solid black;
		width:94px;
		position: absolute;
		top: 84px;
		height: 24px;
		font-size: 10px;
		background-color: #BCBCBC;
	}
	div.hoverTab
	{
		border:1px solid black;
		width:94px;
		position: absolute;
		top: 84px;
		height: 24px;
		font-size: 10px;
		background-color: #EFEFEF;
	}	
	div.activeTab
	{
		border:1px solid black;
		border-bottom: 1px solid white;
		width:120px;
		position: absolute;
		top: 80px;
		height:28px;
		font-size: 12px;
		font-weight: bold;
		background-color: white;
	}	
	div.insideTab
	{
		margin-top: 4px;
		width: 100%;
		text-align:center;
	}
	#tabSheetContainer
	{
		position: absolute;
		top: 109px;
		width: 610px;
	}
	#tabSheet
	{
		position: relative;
		border: 1px solid black;
		background-color: white;
	}
	#tabSheetInner
	{
		margin: 10px;
	}
	a.tabLink
	{
		color: black;
		text-decoration: none;
	}
	
	div.roundName
	{
		text-align: left;
		width: 560px;
		font-size: 11px;
	}
	
	td.homeScorerCell
	{
		text-align: right;
		font-size: 11px;
		line-height: 20px;
	}
	td.awayScorerCell
	{
		text-align: left;
		font-size: 11px;
		line-height: 20px;
	}	
