/*********************/
/* styling html tags */
/*********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0; 
	border: 0;
	color: #3a3b3b;
	font-size: 0.8em;
	text-align:center;
}
#leaderboard {
	padding-bottom:5px;
	margin:0px;
}
ul,li {
	padding: 0;
	margin:0;
}

ul { 
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 16px;
	padding-right: 3px;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding:0;
	font-size: 100%;
	margin-bottom: 1em;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h1 { font-size: 125%; }
h2 { font-size: 115%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

#skipnav {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

#loadbanner {
	display: none;
}

h1 { 
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}


h2 {
	color: #999;
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 0;
	margin-bottom: 4px;
	border: 0;
}

h3 {
	color: black;
	font-weight: bold;
	font-size: 120%;
	border: 0;
}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #a41113;
	text-decoration: none;
}
a:active {
	color: #f00;
	text-decoration: none;
}

#contentWrapper a:link, #contentWrapper a:visited,#contentWrapper a:hover,#contentWrapper a:active { 
	font-weight: bold;
	text-decoration: underline;
}

#contentWrapper ul {
	margin-bottom: 1em;
}

h3 a:link {
	color:black;
	text-decoration: none !important;
}
h3 a:hover {
	color: #a41113;
	text-decoration: underline;
}
h3 a:visited {
	text-decoration: none !important;
}
h3 a:active {
	text-decoration: none;
}
		
h2 a:link, h2 a:visited{
	color: #999;
	text-decoration: none !important;
}
h2 a:hover {
	color: black;
	text-decoration: underline;
}

a.disabled {
	background-color:#CCCCCC !important;
}


/* contentNoskunk is for wide content on pages with no skunk section */
#contentNoskunk {
	margin-top: 11px;
	padding: 0;
	width: 100%!important;
	width: 98%;
}
/******************************/
/* ids - unique page elements */
/******************************/


/* very first element at top of page */
#banner {
	width: 100%;
	height: 78px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}
#logo {
	margin-top: 5px;
}

#bannerAd {
	float: right;
	margin-top: 12px;
}

#topbar {
	margin-top: 4px;
	padding: 0px;
	text-align:center;
	width:780px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.85em;
}

#topbar ul, #topbar li {
text-align:left;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#topbar li {
	margin: 0px 5px;
	text-transform: uppercase;
}

#topbar a {
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	border: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
}
#topbar a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#topbar a:hover {
	color: #a41113;
}
#topbar a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


#topbar a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#strap {
	text-align:left;
	background-color: #000;
	color: #fff;
	text-align: right;
	font-size: 90%;
	padding: 0px 3px;
	margin-bottom: 1px;
	margin-top: 4px;
}


/* contains complete page */
#container {
	border: 0;
	margin: 0px 0px;
	padding: 0px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* outer wrapper class with left-aligned background image */
#oWrapper {
	float: left;
	background: url(/images/background_noskunk.gif) left repeat-y;
	margin-bottom: 5px;
	text-align:left;
}

/* central column */
#contentWrapper {
	float: left;
	padding: 0px;
/* 	background: url(skunk.png) right repeat-y;*/
	width: 508px;
	_width: 506px;
}

/* first column (side navigation) */
#sidebar-a {
	vertical-align: top;
	float: left;
	margin: 0;
/*	margin-top: -13px;*/
	margin-right: 6px;
	padding: 0px;
	background-color: #e5e5e5;
	width: 130px;
}

/* mac-modified tan hack for 3 pixel jog */
* html #sidebar-a {
	height: 1%; /* for win ie */
}
*>html #sidebar-a {
	height: auto; /* for mac ie5 */
}

#sidebar-b {
	vertical-align: top;
	float: right;
	margin: 0;
	margin-left: 4px;
	margin-top: 11px !important;
	padding: 0px;
	background-color: #fff;
	width: 130px;
	position: relative;
	overflow:hidden;
}
/* End hide from mac ie */

#sidebar-b p {
	text-align:center;
}

#footer {
	clear: both;
	/*padding: 2px;*/
	margin-top: 6px;
	background-color: #878787;
	font-size: 100%;
}

#bottomBanner {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	background-color: #fff;
}

#sidebar-a ul.menu, #sidebar-a ul.menu ul {
	 /* border-bottom: 1px solid green;*/
	padding: 0;
	margin: 0;
	font-size: 100%;
	list-style: none;
}

#sidebar-a ul{
	/* border-top: 1px solid white;*/
}

#sidebar-a ul.menu ul a:link,
#sidebar-a ul.menu ul a:visited{
	padding-left: 9px;
}

#sidebar-a ul.menu li{

	border-bottom: 1px solid white;
}

#sidebar-a ul.menu ul li{

	border-bottom: 0;
	border-top: 1px solid white;
}
#sidebar-a ul.menu { 
	border-top: 1px solid white;
}

#sidebar-a ul.menu a:link,
#sidebar-a ul.menu a:visited {
	color: black;
	text-decoration:none; 
	padding: 1px 1px 1px 4px;
display: block;
}
#sidebar-a ul.menu p {
	color: black;
	text-decoration:none; 
	padding: 1px 1px 1px 4px;
	margin: 0;
}

ul.menu li {
	background-color: #d5d5d5;
	font-weight: bold;
}

ul.menu a:link, 
ul.menu a:visited{
	text-decoration:none; 
	padding: 1px 1px 1px 4px;
	display: block;
	background-color: #d5d5d5;
	font-weight: bold;
}

ul.menu ul li a:link, 
ul.menu ul li a:visited{
	text-decoration:none; 
	padding: 1px 1px 1px 4px;
	display: block;
	color: black;
	font-weight: normal;
	background-color: #e5e5e5;
}

ul.menu ul a:link, 
ul.menu ul a:visited {
	text-decoration:none; 
	padding: 1px 1px 1px 4px;
	display: block;
	color:black;
	background-color: #e5e5e5;
}


ul.menu a:hover, ul.menu ul a:hover, ul.menu ul li a:hover {
text-decoration:none; 
	padding: 1px 1px 1px 4px;
	display: block;
	color:white !important;
	text-decoration: underline;
	background-color: #a41113;
	border: none;
}

ul.menu a:active, ul.menu ul a:active {
	text-decoration:none;
	padding: 1px 1px 1px 4px;
	display: block;
	color:white;
	text-decoration: underline;
	background-color: #a41113;
	border: none;
}

/*	background-color: #e5e5e5;
  background-color: #a41113; */
	
	
.clearfix:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#terms {
	/*float: left;*/
	text-align: center;
}
#copyright {
	/*float: right;*/
	text-align: center;
	margin-top: 3px;
}
#footer a, #footer {
	color: white;
	font-size: 100%;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content {
	margin-top: 11px;
	padding: 0;
	width: 336px;
}

#searchForm {
	border-style: none;
	font-weight: bold;
	padding: 0;
	margin: 2px;
	font-size: 99%;
	width: 100%;
}

#searchGo {
	float: right;
	padding: 0;
	border: 1px solid white;
	background-color: #a41113;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	width: 25px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0;
	font-size: 70%;
}

#searchBox {
	padding: 0;
	margin: 3px;
}


/* override the sidebar-a anchor styles which aplpy to side nav */
#searchForm a {
	display: inline;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}

#searchForm a:hover, a:active {
	background: none;
/*  background-color: #a41113;*/
	color: #403e8f;
}

.button {
	border: 0;
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 0;
}

#sidebar-b p{
	text-align: center;
}


#sidebar-b h4 {
	background-color: black;
	padding: 1px;
	margin-bottom: 3px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 90%;
}
#cover {
	text-align: center;
}

#google {
position: relative;
text-align: center;
}
#google p {
	height: 600px; 
 	width: 120px;
}

#breadcrumbs {
/*	display:none;*/
	color: #aaa;
	padding: 3px;
	margin-bottom: 0.5em;
}

#breadcrumbs a:link {
	color: #666;
	text-decoration: none ;
}

#breadcrumbs a:visited {
	color: #aaa;
	text-decoration: none ;
}

#breadcrumbs a:hover {
	color: #a41113;
	text-decoration: none;
}

#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	margin:0px;
} 

#breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}



#breadcrumbs2 {
	color: #aaa;
	padding: 3px;
	margin-bottom: 0.5em;
}

#breadcrumbs2 a:link {
	color: #666;
	text-decoration: none ;
}

#breadcrumbs2 a:visited {
	color: #aaa;
	text-decoration: none ;
}

#breadcrumbs2 a:hover {
	color: #a41113;
	text-decoration: none;
}

#breadcrumbs2 ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	margin:0px;
} 

#breadcrumbs2 ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}


/***************************/
/* styles for News section */
/***************************/

/*******************************/
/* end styles for News section */
/*******************************/


/*****************************/
/* styles for Events section */
/*****************************/
#monthSelector {
	text-align: center;
	color: #3a3b3b;
}

#monthSelector a {
	text-decoration: none;
}

#eventsTable {
	margin: 6px 3px 3px 3px;
	width: 100%;
}

/* class for events table cells */
.eventName {
	text-align: left;
	width: 70%;
}

/* class for events table cells */
.eventDate {
	text-align: right;
}
/*********************************/
/* end styles for Events section */
/*********************************/


/***************************/
/* styles for Help section */
/***************************/
.helpIndex {
}

.helpTopIndex {
	border-bottom: 1px dotted white;
	margin-bottom: 5px;
}
/*******************************/
/* end styles for Help section */
/*******************************/

/***************************/
/* styles for Links section */
/***************************/
.usefulLinks {
}
/*******************************/
/* end styles for Links section */
/*******************************/

/**************************/
/* styles for pages where */
/* content is split 50/50 */
/**************************/

/* this is the first (left-hand) section */
.splitleft {
	width: 248px;
	float: left;
	margin-right: 4px;
	margin-bottom: 1em;
	clear:left;
}

/* this section floats right */
.splitright {
	width: 248px;
	float: right;
	margin-left: 4px;
	/* clear:right;*/
	margin-bottom: 1em;
}


/************************************/
/* end styles for 50% content split */
/************************************/

.compSell {
	margin:4px 0px 10px 0px;
	width:430px
}

a.readmore {
	padding: 2px;
	background-color: #a41113;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	border: 0;
}
a.readmore:link {
	color:white;
	text-decoration: none !important;
}
a.readmore:visited {
	color: white;
	text-decoration: none !important;
}
a.readmore:hover {
	color: white;
	border: 0px;
	background-color: black;
}
a.readmore:active {
	color: white;
	text-decoration: none;
}
hr {	
	height: 1px;
	border:0;
	color: #666;
}

#poll {
	font-size: 80%;
	margin: 3px 6px;
	background-color: #c5d7de;
	border: 1px solid #ccc;
}

.pollanswer {
	display:inline;
	float:right;
}

.pollbar { 
	border: 1px solid;
	background-color: #ffffff;
}
/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}




/* MIKE MALONEY */

	div#mmHeader {
		background-color:#000;
		padding:4px;
		color:#fff;
		height:144px;
	}
	div#mmPortrait {
		width:100px;
	}
	div#mmLogo {
		width:380px;
	}
	div#mmHeader p {
		margin:0px 0px;
		font-size:90%;
	}
	
	div#ffHeader {
		float:left;
		padding:4px;
		margin-right:4px;
		margin-bottom:4px;
	}
	div#ffHeader p {
		font-size:80%;
		text-align:center;
		margin:0px;
	}






dt {
	margin-top:2em;
	font-size:larger;
}
dd {
}

/* Competitions */
.fieldText {
	padding-top: 2px;
	font-size: 95%;
	width: 150px;
	text-align: right;
	float: left;
}
	
.fieldInput {
	font-size: 95%;
	width: 200px;
}

.fieldOption {
	font-size: 92%;
	margin: 5px;
}

.compTerms {
	font-size: 90%;
}

.warn {
	color: #f00;
	font-weight: bold;
}
.ukHomePhoneCode { width:10px; border:1px solid red;}

/************************/
/* Leaderboard stylings */
/************************/
#lbborder {
width: 300px; 
height: 210px; 
border-top: solid 1px #e3e3e3; 
margin-bottom: 10px; 
margin-top: 10px;

}
#lbleft {
width: 75px;
float:left; 
border-left: solid 1px #e3e3e3; 
border-right: solid 1px #e3e3e3; 
border-bottom: solid 1px #e3e3e3;
text-align:center;
}
#lbmid {
width: 145px; 
float:left; 
border-bottom: solid 1px #e3e3e3;
text-align:center;
}
#lbright {
width: 75px; 
float:left; 
border-left: solid 1px #e3e3e3; 
border-right: solid 1px #e3e3e3; 
border-bottom: solid 1px #e3e3e3;
text-align:center;
}