/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	background:url(/images/backgrounds/bg.gif) repeat-y #fff top center;
}
	
#container {
	margin:10px auto;
	width:950px;
	padding:0 1px 0 0;
	*padding:0 0 0 1px;
	text-align:left;
}

td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}


/* Typography */

h2.newsTitle {
	margin:0;
}


/* Header */

.logo {
	margin:0 0 -28px 20px;
	float:left;
	z-index:3;
	position:relative;
}

#headerNav {
	float:right;
	list-style:none;
	margin:0 21px 0 0;
	line-height:11px;
}

#headerNav li {
	display:inline;
	font-size:11px;
	color:#B3B3B3;
}

#headerNav a {
	color:#B3B3B3;
}

#headerNav a:hover {
	color:#15638F;
}

.headerSponsorBanner {
	float:right;
	margin:1px 21px 0 0;
}


/* Main Navigation */

#mainNav {
	clear:both;
	height:27px;
	background:#0E405D;
	padding:7px 22px 0 0;
	position:relative;
	z-index:2;
	text-align:right;
}

#mainNav li {
	list-style:none;
	display:inline;
	margin:0 0 0 12px;
}

#mainNav a {
	color:#FFFFFF;
	font-size:13px;
}

#mainNav a:hover, #mainNav li.down a {
	color:#F9DE18;
}


/* Side Bar */

#sideBar {
	padding:22px 0 25px 19px;
	width:203px;
}

.menuHeading {
	color:#F05A28;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:0 0 7px 0;
}

#subNav li {
	list-style:none;
	margin:-1px 0 0 0;
}

#subNav li.down {
	border-bottom:none;
}

#subNav a {
	color:#666666;
	display:block;
	height:22px;
	padding:3px 0 0 9px;
	border-bottom:1px solid #BFBFBF;
}

#subNav a:hover {
	color:#F05A28;
	font-weight:bold;
}

#subNav li.down a, #subNav a:hover {
	color:#fff;
	border-bottom:none;
	height:23px;
	font-weight:bold;
	background:url(/images/backgrounds/subnav_hover_bg.gif) no-repeat 0 1px #EDEDED;
}

#subNav li.child a {
	padding:3px 0 0 22px;
}

#subNav li.child a:hover, #subNav li.child a.down {
	background:none;
	color:#F05A28;
	font-weight:bold;
	border-bottom:1px solid #BFBFBF;
	height:22px;
}


/* Content */

#contentContainer {
	background:url(/images/backgrounds/sidebar_bg.gif) repeat-y;
}

#content {
	padding:20px 38px 0 38px;
}

#contentContainer #content {
	float:right;
	width:635px;
}

#content p, #content table, #content ul {
	margin:0 0 18px 0;
}

#content ul li {
	padding:0 0 5px 19px;
	background:url(/images/spacers/black_dot.gif) no-repeat 0 7px;
	list-style:none;
}

#content ol {
	margin:0 0 18px 23px;
}

#content ol li {
	padding:0 0 5px 0;
}

.affMembers, .clubLinks {
	text-align:center
}

/* Home */

.homeCol {
	float:left;
}

#leftHomeCol {
	width:205px;
	margin:0 20px 0 -18px;
	line-height:16px;
	font-size:11px;
}

#middleHomeCol {
	width:353px;
	font-size:11px;
}

#rightHomeCol {
	width:312px;
	margin:0 -18px 0 20px;
	color:#B3B3B3;
}

.homeMainHeading, .homeCol h1 {
	display:block;
	font-size:18px;
	background:url(/images/backgrounds/h1_bg.jpg) repeat-x #00598B;
	padding:9px 0 8px 13px;
	line-height:18px;
	color:#fff;
	margin:0;
	border-bottom:1px solid #fff;
}

.weatherHeading {
	background:url(/images/backgrounds/green_heading_bg.gif) repeat-x #9FCB3B;
}

.videoHeading {
	background:url(/images/backgrounds/yellow_heading_bg.gif) repeat-x #FBD008;
}

.forecastDay {
	float:left;
	width:68px;
	text-align:center;
	color:#000;
	font-size:10px;
}

.forecastDayMiddle {
	border-left:1px solid #fff;
	width:67px;
	border-right:1px solid #fff;
}

.forecastDayTitle {
	display:block;
	font-size:11px;
	background:#EEF6E2;
	color:#8BC53F;
	text-transform:uppercase;
	padding:4px 0;
}

.forecastDay img {
	margin:7px 0 5px 0;
}

.premierLeagueTable th, .premierLeagueTable th.pointsCell {
	color:#000;
}

.premierLeagueTable td {
	border-top:1px solid #BFBFBF;
	padding:1px 0;
}

.premierLeagueTable td.first {
	border-top:none;
	padding:3px 0 1px 0;
}

.premierLeagueTable .pointsCell {
	color:#F05A28;
	text-align:right;
	font-weight:bold;
}

.homeCol h2 {
	border-top:1px dotted #B3B3B3;
	padding:14px 0 0 0;
	margin:14px 0 4px 0;
}

.homeCol h2.leagueTableHeading, .homeCol h2.leagueTableHeading a {
	color:#F05A28;
	font-size:16px;
	text-decoration:underline;
}

.homeCol h2.pollHeading {
	color:#8BC53F;
	margin:14px 0 6px 0;
}

#pollForm {
	margin:0 0 20px 0;
}

#pollForm p {
	margin:0 0 3px 0;
}

.pollGo {
	margin:5px 0 0 0;
}

#subscribeForm {
	margin:0 0 7px 0;
}

#subscribeForm input {
	vertical-align:middle;
}

#subscribeForm input.textinput, #subscribeForm input.textinputhover {
	width:166px;
	margin:0 2px 0 0;
	color:#999;
}

.rssIcon {
	float:right;
	margin:2px 12px 0 0;
}

.scrollHeight{
	height:471px;
	overflow-y: scroll; 
	margin-bottom:20px
}

.rightscroll{
	height:425px
}

.newsHomeContainer {
	background:#EBEBEB;
	border-bottom:1px solid #fff;
	padding:12px;
	line-height:16px;
	font-size:11px;
}

.newsHomeDate {
	color:#B3B3B3;
}

.newsHomeTitle {
	color:#1A79B0;
	font-size:12px;
	font-weight:bold;
}

#content .newsHomeContainer p, .newsHomeContainer p {
	margin:10px 0 0 0;
}

#content #rightHomeCol p {
	margin:5px 0 11px 0;
}

.videoPicName {
	font-weight:bold;
	color:#000;
}

.watchViewBT {
	color:#B3B3B3;
}

.moreVidPicBT {
	text-decoration:underline;
	color:#F3C118;
}

.marqueeContainer {
	background:#EBEBEB;
	margin:0 0 1px 0;
	padding:10px 12px;
}

marquee span {
	margin:10px;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #C6C6C6;
	padding:3px 5px;
}

.textinputhover {
	border:1px solid #1A79B0; 
	padding:3px 5px;
}

select {
	font-size:11px;
	color:#808080;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

.footerSponsors {
	border-top:1px dotted #B3B3B3;
	color:#000000;
	line-height:27px;
	padding:5px 0 10px 0;
	margin:20px 20px 0 20px;
	font-weight:bold;
}

.footerSponsors img {
	margin:0 18px 0 0;
	border:1px solid #CCCCCC;
}

.noborder{
	border-top:none;
	margin-top:-10px;
}

.noborder img{
	margin:0 14px 0 0;
}

.footerSponsors img.lastSponsor {
	margin:0;
}

#footerNav {
	text-align:center;
}

#footerNav li {
	display:inline;
	list-style:none;
	color:#CCCCCC;
	font-size:11px;
}

#footerNav a {
	color:#808080;
}

#footerNav a:hover {
	color:#15638F;
}

.byContainer {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	float:left;
	padding:10px 5px 20px 20px;
	line-height:30px;
}
