﻿/*--- Col widths of individual pages  ---*/

	/* Percentages should add up to 90 */

	#col1 {width:56%; float:left; margin-left:20px; margin-top:-15px; display:inline;}/*display inline stops IE 'double margins'*/
	#col2 {width:36.4%; float:left; margin-left:20px; margin-top:-15px; display:inline;}/*display inline stops IE 'double margins'*/

	#col3 {width:36.75%; float:left; margin-left:20px; margin-top:-20px; display:inline;}/*display inline stops IE 'double margins'*/
	#col4 {width:36.7%; float:left; margin-left:20px; margin-top:-20px; display:inline;}/*display inline stops IE 'double margins'*/
	#col5 {width:16.5%;float:left; margin-left:20px; margin-top:-20px; display:inline;}/*display inline stops IE 'double margins'*/

	/* You can add ID's to the indivdual boxes to target them for individual height and width speification */

	#quoteBox {text-align:left; height:300px; width:460px; font-size:10px; margin-top:20px;background: transparent url('/Images/Csd/home_Bubble_BG.jpg') no-repeat; color:#ccc;;}
	#quoteBox  h2 {padding:0 0 0 14px; color:#fff; margin-bottom:0; font-weight:normal; background-color:transparent; padding-top:227px; margin-bottom:0px; font-size:1.5em; text-transform:uppercase;}
		#quoteBox  h2 a {}
	#quoteBox  p {padding:0 12px; background-color:transparent; margin-top:10px;}
	#quoteBox a:link {color:#fff; text-decoration: none; border-bottom:1px dotted white; font-weight:bold;}
		#quoteBox a:active {color:#fff;text-decoration: none; border-bottom:1px dotted white;}
			#quoteBox a:visited {color:#fff;text-decoration: none; border-bottom:1px dotted white;}
				#quoteBox a:hover {color:yellow;text-decoration: none; border-bottom:1px solid yellow;}
				
	span.date {color:#575757; margin-right:6px;}
	
	/*hometopscorebox*/
	#TopScoreHomeBox {height:277px;}
	* + html #TopScoreHomeBox {height:266px;}
	#TopScoreHomeBox img {margin-top:80px; margin-left:17px;}
	
	/*Box 2*/
	
	#Box2 .boxBody {height:265px; margin-bottom:20px;}
	* + html #Box2 .boxBody {height:244px; margin-bottom:20px;}

	td { vertical-align:text-top;}
	
	/*Leagie table*/
	table.leagueTable {
		border:1px solid #c7d4dc;
		border-collapse:collapse;
		margin:10px auto 10px auto;
		clear:both;
		background-image:none;
		width:90%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		margin-bottom:20px;
	}

	table.leagueTable th{
		background-image:url('/Images/th_table_BG.jpg');
		background-repeat:repeat-x;
		height:22px;
		margin:0px;
		padding-left:4px;
		color:#fff;	
		text-align:left;
	}

	table.leagueTable td {padding:5px; border:0px; text-align:left; border:1px solid #c7d4dc;}

	table.leagueTable td.Teams {color:#bf0505; text-align:left;}
	table.leagueTable th.TeamCell {}

	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-position:right;
		background-repeat:no-repeat;
	}
	
	table.leagueTable tr.UsersTeam a {color:#fff;}
	
	
	
	/*Poll*/
	
	fieldset.poll p, fieldset.poll fieldset, fieldset.poll ol  {margin-left:12px;}
	* + html #pollBody {margin-bottom:0px;}
               
	/*surveyPoster*/
	.surveyPoster { border:0px;}
	* + html .surveyPoster { border:0px;}

	.surveyLink {border:0px;}
	

