﻿
	#col1 {width:30%; float:left; margin-left:20px; margin-top:-15px; display:inline;}/*display inline stops IE 'double margins'*/
	#col2 {width:62.5%; float:left; margin-left:20px; margin-top:-15px; display:inline;}/*display inline stops IE 'double margins'*/
	
	h3.DivisionInfoTitle {color:#b50505; font-size:18px; font-weight:normal; margin:5px 0 0 9px}
	
	#DivisionInfoContent { margin: 0px 5px;}
	#DivisionInfoContent p { margin: 12px 5px;}
	
	td { vertical-align:text-top;}
	
	.Retired { position:relative; bottom:10px; left: 40px;}

/*League Table styles*/
table {width:20em; border:0px solid grey; margin-left:15px; margin-top:15px;}

td {border:0px solid grey; padding: 6px 5px;}
td.ResultsSeperator { padding:0px; margin:0px;}	

table.leagueTable
{
	border:1px solid #c7d4dc;
	border-collapse:collapse;
	margin:10px auto 20px auto;
	clear:both;
	background-image:none;
	width:430px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

table.leagueTable th{
	background-image:url('/Images/th_table_BG.jpg');
	background-repeat:repeat-x;
	height:22px;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#fff;	
}

table.leagueTable td {padding:6px; border:0px; text-align:center; border:1px solid #c7d4dc;}

table.leagueTable td.Teams {color:#bf0505; text-align:left;}
table.leagueTable th.TeamCell {padding-left:0px;}

table.leagueTable tr.Odd {background-color:#f2f5f8;}
table.leagueTable tr.Even{background-color:#e2eaf0;}

table.leagueTable tr.UsersTeam {
	background-color:#7a8793;
	color:#fff;
	padding-right:32px;
	background-image:url('/Images/arrow.gif');
	background-position:right;
	background-repeat:no-repeat;
}


/*Fixtures*/

.Sperator {text-align:center; padding:0px;}

table.FixturesTable {
	border-collapse:collapse;
	margin:15px 0px 0px 7px;	
	width:90%;
	margin-top:4%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
	}
	
	table.FixturesTable tr.Scorers td {
		padding-bottom:12px;
		padding-top:6px;
		color:#666;
		border:0px;
	}
	table.FixturesTable td {
		border:0px;
	}
	
	table.FixturesTable td a img 
	{
		margin-left:50%;
		margin-top:2px;
		border:0px;
	}
	
   .rightTeam { text-align:right;} 
   .rightScorer { text-align:right;} 
   
table.FixturesTable a { color:#bf0505}


