﻿/***
	EDF Team GB
	GENERIC STYLESHEET
	www.aislondon.com (2009)

	-[Inherits]------------------------
	Base.css
	-----------------------------------

	-[Contents]------------------------
	1. CORE LAYOUT STRUCTURE
		1.1 HTML elements (within .inner-content)
	-----------------------------------

***/

/**
	1. Core layout structure

	Heirachy is as below:
	>		#page-wrapper
	>>		#content
	>>>		.outer-content
	>>>>	.inner-content	
	>>>>>	.panel

*/


#background { /* Ensures full screen to work with, and makes the layout more extensible */
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 898px;
	margin: 0 auto;
	overflow:hidden;
}
#container {
	padding: 0 0 0 0;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	width: 896px;
}
#header {
    background-image:url(../../../Assets/Generic/Images/header_bg.jpg);
    background-repeat:no-repeat;
    background-position:-62px 50%;
	overflow:hidden;
	width:892px;
border-color:#49813C;
border-style:solid;
border-width:0 2px 2px;

}


#page-wrapper {
	position: relative;
	width: 856px;
	margin:0 auto 0 auto;
	overflow: hidden;
}

#page-content {
	float:left;
	width:583px;
	/* min-height: 587px; */
	padding:0 12px 0 0;
	margin:25px 0 22px 0;
	border-right: 14px solid #52b458;
	overflow:hidden;
}

#page-content ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 0 20px;
	font-size:1.2em;
}

#page-content ul{
	margin:0 0 10px 0;
}

.sub-content {
	float:left;
	width:557px;
	padding:0 0 0 12px;
	margin:5px 0 0 0;
	border-left: 14px solid #52b458;
	overflow:hidden;
}

#footer {
	overflow:hidden;
		width: 898px;
	}

.hidden {
    display: none;
}

/**
	1.1 HTML elements (within .outer-content)
*/
/**h1 {
	font-size: 3.8em;
	margin: 14px 0 7px 0;
}
h2{
	font-size: 2.4em;
	margin:0 0 14px 0;
}
h2 a{
	color:#004741;
	}
*/
h1{
	font-size: 2.4em;
	margin:0 0 14px 0;
}

h1 a{
	color:#004741;
	}

h2{
	font-size: 1.6em;
	color: #52b458;
	margin:6px 0 0 0;
	margin:0 0 6px 0;
	line-height: 1.2em;
}	
	
	
/* h3{
	font-size: 1.6em;
	margin: 18px 0 0 0;
	margin: 0 0 6px 0;
	line-height: 1.2em;
} */
h3{
	font-size: 1.6em;
	color: #52b458;
	margin:6px 0 0 0;
	margin:0 0 6px 0;
	line-height: 1.2em;
}
HTML #page-error {
    border-bottom:6px solid red;
    padding-bottom: 5px;
}

HTML #page-error ul li {
    padding: 5px 0 0 0;
    color: #ED1C24;
    font-size: 1.2em;
}
	
HTML #page-error h4 {
	color: #ED1C24;
	padding:25px 0 0px 0;
	font-size: 1.6em;
	display: block;
}	
	
p{
	font-size: 1.2em;
	margin: 10px 0 0 0;
	margin: 0 0 12px 0;
	line-height:1.4em;
}
p.small {
	font-size:1em;
	color:#7d7d7d;
	
	}
	
#terms p.small {
	text-align:center;
	}
.disclaimer {
	margin:30px 0 0 0;
	}
p.last
{
	margin:0 0 10px 0;
}
p.divider
{
	border-bottom:6px #f2f2f2 solid;
	padding:0 0 15px 0;
	margin:0 0 16px 0;
	clear:both;
}
p.divider-last
{
	border-bottom:6px #f2f2f2 solid;
	margin:10px 0 16px 0;
	clear:both;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
#header-left
{
width:564px;
float:left;
}
#header-left h1 {
background-image:url(../../../Assets/Generic/Images/logo.png);
background-repeat:no-repeat;

	color:#ffffff;
    margin:9px 0 0 20px;
    font-size:3.4em;
    width:100%;
}

#header-left h1 a
{
    text-indent:-2000px;
    display:block;
}
#header-left h1:hover
{
cursor:pointer;
}   
#header-left img
{
margin:16px 0 0 20px;
}
#header-left ul
{
width:560px;

}
#header-left ul li{
    color:#FFFFFF;
    float:left;
    font-size:1.8em;
    list-style-type:none;
    margin:25px 0 5px;
    padding:0 24px;
}
#header-left ul li.withLine
{
border-left:solid 1px #FFF;
}
#header-left ul li a
{
color:#fff;
}
#header-left ul li a:hover
{
color:#000;
text-decoration:none;
}
#header-right
{

height:102px;
width:327px;
     float:left;
     position:relative;
}

#header-right h1
{
color:#FFF;
font-size:1.3em;
margin:0 0 5px;
text-align:center;
}

.cthru{

        background:transparent url(../../../Assets/Generic/Images/blank.png);
padding:10px 0 0 10px;
width:300px;
border-color:#49813C;
border-style:solid;
border-width:0 1px 1px;
height:56px;
}
.cthru ul
{
margin:0 0 0 55px;
}
.cthru ul li{
    color:#FFFFFF;
    float:left;
    font-size:1.8em;
    list-style-type:none;
margin:20px 0 0;
padding:0 24px 0 0;

}
.cthru ul li.withLine
{
border-left:1px solid #FFFFFF;
margin-right:0;
padding-left:20px;
padding-right:0;
}
#header img {
	float:left;
}
.cthru ul li a
{
color:#fff;
}
.cthru ul li a:hover
{
color:#000;
text-decoration:none;
}
.register-btn
{
background-image:url(../../../Assets/Generic/Images/register-bg.jpg);
padding:4px;
color:#FFF;
font-size:1.4em;
width:210px;
font-weight:700;
text-align:center;
margin:0 0 0 40px;
}
.register-btn a
{
color:#fff;
}
#subNav
{
    background-image:url(../../../Assets/Generic/Images/dropdown_nav_bg.jpg);
    background-repeat:no-repeat;
    background-position:-62px 50%;
height:194px;
position:absolute;
top:104px;
left:50%;
margin-left:-448px;
width:896px;
z-index:1;
display:none;

}

#subNav ul
{
width: 460px;
margin-top:20px;
}

#subNav ul li
{
    color:#404095;
    float:left;
    font-size:1.6em;
    list-style-type:none;
    margin:0 0 10px 27px;
    width:200px;
    border-bottom: 1px solid #ccc;
    height:30px;
}
#subNav ul li a
{
color:#404095;
}
#subNav ul li a:hover
{
color:#000;
text-decoration:none;
}
#footer-bar
{
background-image:url(../../../Assets/Generic/Images/footer_bg.jpg);
    background-repeat:no-repeat;
height:92px;
width:900px;
}

#footer-bar #terms
{
float:right;
margin:20px 0 0;
width:340px;
}
#footer-bar #terms .terms-links ul li
{
font-size:1.2em;
color:#fff;
}

#footer-bar #terms .terms-links ul li a
{
color:#fff;
font-weight:700;
}


.a-image
{
float:left;
position:relative;
width:120px
}
.a-title
{
float:left;
position:relative;
width:455px
}
.a-title h3
{
line-height:normal;
}
.a-summary
{
float:left;
position:relative;
width:455px;
font-size:1.2em;
min-height:106px;
}

.img-lrge
{
float:left;
margin-bottom:22px;
margin-right:20px;
}

ul.nav{
	overflow:hidden;
	float: left;
}
ul.nav li{
	font-size: 1.6em;
	color: #52b458;
	float: left;
	list-style-type: none;
	font-weight: bold;
	margin: 8px 18px 5px 0;
}
ul.nav li.current a{
	color: #004741;
}
ul#sub-nav  {
	width:582px;
	overflow:hidden;
	border-top: 1px solid #dfdfdf;
	border-bottom: 6px solid #004741;
	margin: 5px 0 0 0;
	margin: 5px 0 12px 0;
}


ul#sub-nav li  {
	font-size: 1.6em;
	color: #52b458;
	float: left;
	list-style-type: none;
	font-weight: bold;
	padding: 7px 22px 5px 0;
	margin:0;
}

ul#sub-nav li a {
	background: #ffffff url(../../../Assets/Generic/Images/down_arrow.gif) no-repeat top right;
	padding:0 15px 0 0;
}

.entry div.button-container a.button {
	background: #f26522 url(../../../Assets/Generic/Images/join_arrow.gif) no-repeat top right;
	font-weight: bold;
	font-size: 1.6em;
	color: #ffffff;
	padding:5px 40px 4px 22px;
	margin:2px 0 2px 0;
	float:right;
}

.entry div.button-container a.button:hover {
	background: #52b458 url(../../../Assets/Generic/Images/join_arrow_over.gif) no-repeat top right;
	text-decoration: none;
}

.entry div.button-container {
	overflow:hidden;
	}

#nav-container a.button {
	background: #f26522 url(../../../Assets/Generic/Images/join_arrow.gif) no-repeat top right;
	font-weight: bold;
	font-size: 1.6em;
	color: #ffffff;
	padding:5px 40px 4px 22px;
	margin:2px 0 2px 0;
	float:right;
}



#nav-container a.button:hover {
	background: #52b458 url(../../../Assets/Generic/Images/join_arrow_over.gif) no-repeat top right;
	text-decoration: none;
}

#nav-container a.red-button {
    background:#e10008 url(../../../Assets/Generic/Images/join_arrow_v2.gif) no-repeat scroll right top;
    color:#FFFFFF;
    font-size:1.6em;
    font-weight:bold;
    margin:2px 0;
    padding:5px 40px 4px 9px;
    float:right;
}

#nav-container a.red-button:hover {
    background:#52b458 url(../../../Assets/Generic/Images/join_arrow_v2_over.gif) no-repeat scroll right top;
	text-decoration: none;
}

#nav-container {
	border-bottom:6px solid #dfdfdf;
	overflow: hidden;
	clear: both;
}

#page-content #intro img {
	float:left;
	margin:16px 16px 16px 0;
}



.clear{overflow:hidden;}
.inline-image-left {
	float:left;
	margin:4px 16px 16px 0;
}

#main-content h1 {
	margin:0;
	font-size:2.4em;
}

#main-content ul li {
	font-size:1.2em;
	list-style-type:disc;
	list-style-position:outside;
	margin:1em 0 0 20px;
}
#main-content #q-and-a ul li {
	font-size:1.0em;
	list-style-type:none;
	list-style-position:outside;
	margin:1em 0 0 20px;
}

#main-content #q-and-a ul li ul li {
	font-size:1.2em;
	list-style-type:disc;
	list-style-position:outside;
	margin:1em 0 0 20px;
}
.inline-image {
	float:left;
	margin:0 16px 16px 0;
}

.inline-image-linked {
	float:left;
	margin:0 16px 19px 0;
}

.inline-image-linked-right {
	float:left;
	margin:0 0 10px 0;
}

.inline-image-linked p, .inline-image-linked-right p {
	margin: 10px 0 0 0;
}

#main-content cite {
	float:left;
	font-size:1.6em;
	font-style:normal;
	color:#52b458;
	line-height:1em;
	margin:0 5px 0 0;
	font-weight:bold;
}


#main-content h2 {
	color:#52B458;
	font-size:1.6em;
	line-height:1.2em;
	margin:0 0 6px;
}


#panel-list {
	overflow:hidden;
}
#panel-list > ul {
	margin: 7px 0 0 0;
	float: left;
	width: 582px;
}
#panel-list ul#no-nav {
	border-top:6px solid #dfdfdf;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
#panel-list ul li a {
	float:left;
}
#panel-list ul li img {
	float:left;
}
#panel-list ul li {
/*	overflow:hidden;*/
	margin:0 0 10px 0;
	list-style-type:none;
	font-size:1em;
}
.inline-image-right {
	float:right;
	margin:4px 0 16px 16px;
}

#panel-list .inline-image-right {
	float:right;
	margin:4px 0 16px 16px;
}
#panel-list ul li.last {
	margin:0 0 8px 0;
}
#panel-list ul li ul li
{
font-size:1.2em;
list-style-type:inherit;
margin:5px 0 6px 15px;
overflow:visible;
}



/*
#panel-list h3 {
	margin: 0;
	line-height:0.8em;
	color:#004741;
}
#panel-list h3.wrappedLine {
	margin: 0;
	line-height:1em;
	color:#004741;
}*/
#panel-list h3 {
	/*margin: 15px 0 0 0;
	line-height:0.8em;*/
	font-size:1.6em;
	color:#52B458;
}

#panel-list h {
	margin: 0;
}

#panel-list h3.wrappedLine {
	margin: 0;
	line-height:1em;
}
#panel-list h4 {
	margin: 0;
	line-height:0.8em;
	font-size:1.6em;
	color:#52B458;
}

#panel-list h4.wrappedLine {
	margin: 0;
	line-height:1em;
}

#panel-list p {
	margin: 8px 0 0 0;
}
#panel-list-copy img {
	float:right;
}
.panel-list-copy div {
	float:left;
	width:370px;
}
#panel-list ul li h3 a {
	float: none;
}
#panel-list ul li h4 a {
	float: none;
}
.panel-list-copy {
	float:left;	
	width:459px;
	border-bottom:6px solid #dfdfdf;
	min-height: 106px;
	margin:0 0 15px 10px;
	padding:0 0 14px 9px;
}

/* ADDED BY JOHANN - 22/06/2009 */
#panel-list.tall .panel-support-list-copy {
    border: none;
    float:left;
    margin:0 0 0 10px;
    min-height:84px;
    padding:0 0 14px 9px;
    width:459px;
}

#panel-list.tall .panel-support-list-copy-full-width {
    float:left;
    margin:0;
    min-height:84px;
    padding:0 0 14px 0;
    width:575px;
}

#panel-list.tall .panel-list-copy {
	width:514px;
}

#page-content ul.suppportersList {
    margin: 0 0 0 15px;
}

#page-content ul.suppportersList li {
    font-size: 1.2em;
}

/* AMENDED BY JOHANN - 22/06/2009 */

#panel-list.tall ul.support li.first {
    border: none;
    padding: 0;
}

#page-content #panel-list .supportIntroduction {
    padding-top: 10px;
    border-top:6px solid #004741;
    display: block;
    clear: both; /* Couldn't find any other way to get the border to display - feel free to change this. */
}
#page-content #panel-list .supportIntroduction h2{
	font-size:2.4em;
	margin:0 0 14px;
	color:#004741;
 /* Couldn't find any other way to get the border to display - feel free to change this. */
}
#page-content #panel-list .supportIntroduction h3{
	font-size:1.2em;
	line-height:1.4em;
	margin:8px 0 0;
	font-weight:normal;
 /* Couldn't find any other way to get the border to display - feel free to change this. */
}
#panel-list.tall ul.support li.last, #panel-list ul li div.last {
	border-bottom:6px solid #004741;
}

/* ADDED BY JOHANN - 22/06/2009 */

#panel-list.tall ul.support li.last {
    padding-bottom: 20px;
}

/* ADDED BY JOHANN - 22/06/2009 */

#panel-list a.supplimentary-nav {
 float: right;
 display:block;
 background: url(../../../Assets/Generic/Images/up_arrow.gif) no-repeat top right;	
 padding: 0 19px 13px 0;
 color: #004741;
 font-size: 1.2em;
 border-bottom: 1px solid #dfdfdf;
 text-align: right;
 font-weight:bold;
 width:564px;
 margin:0 0 12px 0;
}
#panel-list a.next {
 background: url(../../../Assets/Generic/Images/right_arrow.gif) no-repeat top right;	
}
#panel-list a#last {
 border: none;	
}

#panel-list.tall .panel-list-copy {
	margin:0;
	padding:0;
	border-bottom:none;
}

#panel-list.tall ul li {
	 border-top:6px solid #dfdfdf;
	 padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
#panel-list.tall ul#no-nav {
	 border-top:none;
	 margin: 0;
	padding: 0 0 20px 0;
}
#right-column {
	 float:right;
	 width: 235px;
	 margin: 25px 0 0 12px;
}

#right-column #team-list {
    width: 235px;
    float: left;
    overflow:hidden;
}

#team-list {
	width: 413px;
	float: left;
	overflow:hidden;
}
#team-list ul {
	border-top:6px solid #dfdfdf;
}
#team-list ul li {
	list-style-type: none;
	border-bottom:1px solid #DFDFDF;
	overflow: hidden;
}
#form-page-list #team-list ul li {
	width:410px;
	padding:5px 0 0 0;
}
#team-list ul li img {
	float:left ;
	margin:0;
}
#team-list ul li.last {
	border-bottom:1px solid #004741;
}

#team-list h3{
	color:#004741;
	margin:0 0 6px 10px;
}
#form-page-list .team-list ul li.last {
	border:none;
}
#form-page-list .team-list span {
	font-size: 1.2em;
}
#team-list ul li input {
	width:auto;
	margin:5px 0 10px 0;
}
/*#team-list ul {
	border-top:1px solid #DFDFDF;
	margin:5px 0 0;
}*/
#team-list ul li h3 {
	text-transform: uppercase;
	margin:20px 0 0 0;
	width: auto;

}
#team-list ul li h4 {
	margin:-2px 0 0 0;
	width: auto;
	color:#52B458;
	font-size:1.4em;
	line-height:1.2em;
	padding:10px 10px 15px 10px;
}
#team-list h2 {
	margin: 0 0 5px 8px;
	font-size: 2.4em;
	color:#004741;

}
#team-list ul li h3 a {
	color: #004741;
}
#team-list ul li h4 a {
	color: #004741;
}
#team-list ul li p {
	width: 154px;
	color: #52b458;
	margin:2px 0 0 0;
	float:right ;
}

#team-list ul li p.team-subtext {
	width: 411px;
	margin: 2px 0 8px 0;	
	color: #004741;
	font-size: 1em;
}

#form-page-list .original-team-container {
    overflow: hidden;
    margin: 10px 0 0 0;
}

#form-page-list .original-team-container img {
    float: left;
}

#form-page-list .original-team {
    float: left;
}

#form-page-list .original-team h3 {
    text-transform: uppercase;
    font-size: 1.92em;
    line-height: 1.2em;
    margin: 12px 0 0 0;
    color: #004741;
}

.original-team-textarea {
    width: 411px;
    height: 94px;
    margin: 0 0 11px 0;    
}

#form-page-list .original-team p {
    width: 330px;
    margin: 0 0 14px 0;
}

#related-items h3 {
	border-bottom:1px solid #DFDFDF;
	padding:24px 0 0 10px;
}
#related-items p {
	padding: 0 0 0 10px;
}

#related-items ul {
	border-bottom:1px solid #DFDFDF;
	background-color:#004741;
	padding:10px;
}
#related-items ul {
	list-style-type:none;
}

#related-items ul li {
	list-style-type:none;
	background:#004741 url(images/right_arrow_related.gif) no-repeat left top;
	padding:0 0 2px 15px;
}

#related-items ul li a {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}


#flash-header-container {
	margin:20px 0 0;
	/* height:366px; -inline */
	border:4px solid #004741;
	background-color:#f2f2f2;
	clear:both;
}

#flash-header-container img {
	display:block;
}

#flash-header-container-tall, #flash-header-container-v3 {
	border:1px solid #e3e3e3;
	background-color:#ffffff;
	overflow:hidden;
	width:810px;
}

#flash-header-container-static {
	width:810px;
    height:212px;
	border:1px solid #e3e3e3;
	background-color:#ffffff;
	overflow:hidden;
}

/* 
#flash-header-short {
	display:none; -inline
}
*/
#supporter-1-div, #supporter-2-div, #supporter-3-div, #supporter-4-div, #supporter-5-div {
	height:302px;
	width:385px;
	background-color:#ffffff;
	overflow:visible;
	padding:7px;
}
#supporter-1-div object, #supporter-2-div object, #supporter-3-div object, #supporter-4-div object {
	float:left;
}

#supporter-1-div #close, #supporter-2-div #close2, #supporter-3-div #close3, #supporter-4-div #close4, #supporter-5-div #close5 {
	color:#dfdfdf;
	padding:5px 28px 0 0;
	background: url(../../../Assets/Generic/Images/close_button.gif) no-repeat top right;
	height:23px;
	display:block;
	width:36px;
	float:right;
}



#related_content {
	border: /*solid #004741*/ none;
	border-width: 6px 0 0 0;
	padding: /*22px 0 0 0*/ 0;
	margin: /*21px 0 0 0*/ 11px 0 0 0;
}
#related_content #related_content_body {
	position: relative;
	/*border-right:1px solid #d9e2e8;
	border-left:1px solid #d9e2e8;
    background:#ffffff;*/
	overflow:hidden;
	width: 856px;
}
#related_content #related_content_body .related_content_mask {
	position: relative;
	overflow: auto;
	min-height: 17.2em; /* 15.7em before *MT */
	width:856px;
	margin:0 0 4px 0;
}
#related_content #related_content_body .related_content_mask .related_content_container  {
	position: absolute;
	left: 0; top: 0;
	overflow: hidden;
	width:1359px;
}

div.scroll-panel-container {
	float: left;
	border-bottom: solid 6px #dfdfdf;
	overflow: hidden;
	margin:0 22px 0 0;
}

 div.scroll-panel {	
	list-style:	none;
	margin: 0 0 0 5px;
	width: 381px;
	margin:0 0 2px 0;
	min-height: 12.4em;
	padding: 9px 11px 9px 25px;
}

 div.scroll-panel h3 {	
	padding: 0 155px 23px 0;
	margin: 2px 0 0 0;
}
 div.scroll-panel h4 {	
	padding: 0 155px 23px 0;
	margin: 2px 0 0 0;
}

 div.panel2 h4 {	
	padding: 0 140px 23px 0;
	margin: 2px 0 0 0;
}
 div.scroll-panel h2 {	
	margin: 0;
	font-size:2.4em;
}
 div.scroll-panel h2 a	{
 	color:#004741;
}

div.scroll-panel h3 {	
	padding: 0 138px 0 0;
	margin: 0 0 0 0;
}

div.scroll-panel p {	
	color:#52b458;
	font-weight:bold;
}

div.panel1 {	
	background: url(../../../Assets/Generic/Images/HomePageScroller/team-gb-guitar.jpg) no-repeat bottom left;
}

div.panel2 {	
	background: url(../../../Assets/Generic/Images/HomePageScroller/hrh-prince-wales.jpg) no-repeat bottom left;
}

div.panel3 {	
	background: url(../../../Assets/Generic/Images/HomePageScroller/cyclist.jpg) no-repeat bottom left;
}

div.panel4 {	
	background: url(../../../Assets/Generic/Images/HomePageScroller/eco-teams-events.jpg) no-repeat bottom left;
}

/*** TEMP styles for bike week scroll panel 163px height without bottom border ***/
div.scroll-panel-container.no-border {
	border-bottom: none;
}
div.panel5 {	
	background: url(../../../Assets/Generic/Images/HomePageScroller/bike-week-scroller.jpg) 0 9px no-repeat;
	height: 153px;
}

div.panel5 a{
    display: block;
    float: left;
    height: 153px;
    width: 381px;
    text-indent: -999px;
}

div.panel6 {	
	background: url(../../../Assets/Generic/Images/HomePageScroller/scroller-business.jpg) 0 9px no-repeat;
	/*height: 153px;*/
}
div.panel7 {	
	background: url(../../../Assets/Generic/Images/HomePageScroller/garden-party.gif) 0 9px no-repeat;
	/*height: 153px;*/
}

div.panel7var {	
	background: url(../../../Assets/Generic/Images/HomePageScroller/garden-party-var.gif) 0 9px no-repeat;
	/*height: 153px;*/
}
div.panel7 h3
{
/*padding:0 208px 0 0;*/
}
/*** ***/


#related_content_controls_container {
    width: 785px; 
}

#related_content #related_content_body ul li {
	display: block;
	padding: 9px 0 4px;
	margin: 0;
	width: 456px;
	overflow: hidden;
	cursor: pointer;
	/* IE fix */
	float: left;
	clear: left;
}
	
.related_content_item_content {
	width: 456px;
	overflow: hidden;
	padding: 0 0 7px;
}
#related_content #related_content_controls{
	display: none;
	overflow: hidden;
	margin: 0 auto 20px auto;
	/* width:190px; thats for 3 dots only *MT */
	width: 200px;
}
#related_content #related_content_controls a.scroller, 
#related_content #related_content_controls a.related_scroller	{
	display:block;
	padding:0 0 2px 0;
}

#related_content #related_content_controls a.scroller.left, 
#related_content #related_content_controls a.related_scroller.left	{
	float:left;
	margin:0 0 0 11px;
	display:inline;
}

#related_content #related_content_controls a.scroller.right, 
#related_content #related_content_controls a.related_scroller.right	{
	float:right;
	margin:0 12px 0 0;
	display:inline;
}

#related_content #related_content_controls .paging_container img {
	display:inline-block; 
	margin:1px 3px 01px 3px;
}

#related_content #related_content_controls .paging_container {
	float:left; 
	/* width:50px;  that's for 3 dot's only *MT */
	width: 64px;
	text-align:center;
}
/* JoinUs Form*/

.form-page-content {
	WIDTH: 856px;
	float:left;
	overflow: hidden;
	padding:0 12px 10px 0;
	margin:25px 0 0 0;
}
.form-page-content h4 {
	margin-bottom:10px;
}
.form-page-content h5 {
	border-bottom:6px #DFDFDF solid;
	margin-bottom:10px;
}
#page-wrapper .error-summary {
	border: 6px red solid;
	padding:10px;
	margin:2px 0 0 0;
}
#page-wrapper .error-summary h3 {
	margin:0;
}
#page-wrapper .error-summary ul li {
	margin:0;
	list-style:none outside;
}
#form-page-list {
	clear:left;
	overflow:hidden;
}
#form-page-list ul li
{
	list-style-type:none;
	padding-top:16px;
	overflow:hidden;
}
#form-page-list ul li h3
{
	color:#004741;
	font-size:1.6em;
	line-height:1.2em;
	margin:-2px 0 0;
	text-transform:uppercase;
	width:auto;
}
/*#form-page-list h4
{
	border-top:6px #DFDFDF solid;
	padding:40px 0 22px 0;
}*/
#form-page-list h2
{
	/*border-top:6px #DFDFDF solid;*/
	padding:20px 0 6px 0;
	color:#52B458;
	font-size:1.6em;
	line-height:1.2em;
	margin:0 0 6px;
}
#form-page-list h3
{
	/*border-top:6px #DFDFDF solid;*/
	padding:20px 0 6px 0;
}
#form-page-list h3.last {
	padding-bottom:0;
}
#form-page-list h4
{
	/*border-top:6px #DFDFDF solid;*/
	padding:20px 0 6px 0;
}
#form-page-list h4.last
{
	padding-bottom:0;
}
#form-page-list p
{
	width:410px;
}
#form-page-list p.middle
{
	margin:5px 0 0 0;
}
#form-page-list p.last
{
	margin:0 0 20px 0;
}
#form-page-list fieldset
{
	margin:4px 0 0 12px;
}
#form-page-list fieldset div
{
	overflow:hidden;
}
#form-page-list div.last
{
	margin:0 0 12px 0;
}
#form-page-list Label
{
	width:110px;
	font-size:1.2em;
	margin-right:10px;
	line-height:20px;
	float:left;
	display:block;
}
#form-page-list Label.orange {
	color:#f26522;
	font-weight:bold;
	margin:3px 0 0 0;
	width:90px;
}
#form-page-list DropDownList, TextBox, TextArea, fieldset input
{
	width:267px;
	border:1px solid #52b458;
	height:18px;
	padding-top: 2px;
	margin-bottom:7px;
}
#form-page-list Select
{
	border:1px solid #52b458;
	margin-bottom:7px;
}
input.error {
	border:1px solid red;
	margin-bottom:0;
}

#form-page-list select.error {
	margin-bottom:0;
}


#form-page-list div.error {
	border:1px solid red;
	width:410px;
}
span.error {
	font-size:1.2em;
	margin:0 0 7px 120px;
	display: block;
}

#form-team-list ul li
{
	float:left;
	padding:0;
	width:412px;
}
#form-team-list li
{
	overflow:hidden;
	border-bottom:6px solid #DFDFDF;
	margin:0 20px 20px 0;
}
#form-team-list li.last
{
	border-bottom:none;
	padding:0 20px 10px 0;
	margin:0;
}
#form-team-list img
{
	float:left;
	padding:2px 15px 12px 6px;
}
#form-team-list h5
{
	font-size:1.6em;
	color:#004741;
	padding:0 0 5px 0;
	
}
#form-team-list p
{
	padding:0 0 10px 0;
	margin:0;
	
}
#form-team-list Label
{
	width:76px;
	font-size:1.2em;
	color:#f26522;
	line-height:20px;
	float:left;
	display:block;
}
#form-team-list Input
{
	width:18px;
	border:1px solid #52b458;
	height:19px;
	float:left;
}
.margin 
{
	margin:0;
}
.btnNav 
{
	width:417px;
}
#form-page-list .form-updates .btnNav .buttonSignUpNow 
{
	background: url(../../../Assets/Generic/Images/btn-join-now.gif) no-repeat bottom;
	width:110px;
	height:29px;
	float:right;
	margin:5px 0 15px 0;
	cursor:pointer;
	position: relative;
}

.buttonJoin 
{
	background: url(../../../Assets/Generic/Images/btn-join-now.gif) no-repeat bottom;
	width:110px;
	height:29px;
	margin:5px 0 15px 0;
	cursor:pointer;
    border: none;
}

.buttonContinue 
{
	background: url(../../../Assets/Generic/Images/btn-continue.gif) no-repeat bottom;
	width:110px;
	height:29px;
	margin:5px 0 15px 0;
	cursor:pointer;
    border: none;
}

#form-page-list .form-updates
{
	overflow:hidden;
	padding: 25px 0 24px 0;
	position: relative;
    border-top: solid #DFDFDF 6px;
}
#form-page-list .form-updates Label
{
	width:391px;
	color:#52b458;
	margin:0;
	padding:0;
	float:left;
}
#form-page-list .form-updates .terms Label
{
	padding: 0 15px 0 0;
	text-align:right;
	width:365px;
}
#form-page-list .form-updates .eco Label
{
	padding: 0 15px 0 0;
	text-align:left;
	width:auto;
}
#form-page-list .form-updates .eco Input {
	margin-right:10px;
}
#form-page-list .form-updates Input {
	width:18px;
	/* border:1px solid #52b458; */
	height:19px;
	float:left;
}
#form-page-list .form-updates CheckBox {
	width:380px;
	border:1px solid #52b458;
	height:19px;
}
.formrow {
	overflow:hidden;
	width:435px;
}

.form-updates .formrow {
	overflow:hidden;
	position: relative;
	width:430px;
	margin:0 0 10px 0;
}

.terms span {
	width:76px;
	font-size:1.2em;
	color:#52B458;
}
.terms span a {
	color:#004741;
	text-decoration:underline;
}
.modal-background {
	background-color:green;
	filter:alpha(opacity=70);
	opacity:0.7;
}

	.post_header {overflow:hidden;}
	.post_header h1 {float:left; width:508px;}
	.post_header p {float:right;}
    .post_header img {float:right;}



p.small_print {color:#666666; font-size:1em; text-align:center;}

/* Terms */
#terms {
	width:850px;
	margin:20px auto 50px auto;
	height:auto;
	overflow:hidden;
}
/*
#terms .terms-links ul {
	margin: 0;
	padding:10px 0px 30px 292px;
	line-height:1.2em;
	width:558px;

}
*/
#terms .terms-links ul li {
	font-size: 1em;
	list-style-type:none;
	color:#004841;
	float:left;

}
#terms .terms-links ul li a {
	color:#004841;

}
#terms .terms-links ul li span {
	padding:0 10px 0 10px;
}

/* Terms, privacy and accessibility pages */

#page-404-500 {
    margin:20px 0 15px 0;
    width:auto;
    border-bottom:6px solid #004741;
	min-height: 420px;
}

#terms-content {
	width:auto;
	margin:20px 0 15px 0;
	border-bottom:6px solid #004741;
}
#terms-content ul {
	margin: 10px 0 10px 0;
}
#terms-content ul.last {
	margin: 10px 0 0 0;
}
#terms-content ul li {
	font-size: 1.2em;
	margin: 0 0 0 25px;
	line-height:1.3em;
	padding:0 0 5px 0;
	list-style-position:outside;
	list-style-type:disc;
}

#terms-content ol {
	margin: 10px 0 10px 0;
}
#terms-content ol.last {
	margin: 10px 0 0 0;
}
#terms-content ol li {
	font-size: 1.2em;
	margin: 0 0 0 26px;
	line-height:1.3em;
	padding:0 0 5px 0;
	list-style-position:outside;
	list-style-type:decimal;
}

#terms-content ol.last li ol.secondary-terms li {
    list-style-type:lower-alpha;
    font-size: 1em;
}

#nav a.supplimentary-nav {
 float: right;
 display:block;
 background: url(../../../Assets/Generic/Images/up_arrow.gif) no-repeat top right;	
 padding: 0 19px 18px 0;
 color: #004741;
 font-size: 1.2em;
 text-align: right;
 font-weight:bold;
 width:auto;
}
.entry h1 {
	padding:0 0 12px 0;
	border-bottom:1px solid #dfdfdf;
	margin:0 0 12px 0;
}

.entry img.right {
float:right;
margin:0 0 16px 16px;
}

.entry img.left {
float:left;
margin:0 16px 16px 0;
}
.entry #actions {
	border-top:6px solid #004741;
	padding:24px 0 0 0;
}
.entry #actions h3 {
	padding:0 0 6px 0;
	border-bottom:1px solid #dfdfdf;
	
}
/* sports */
.ambassadors {
	width:367px; 
	float:left;
}
.london2012 {
	width:268px;
	float:left;
}

ul#social-bookmarks {
	overflow:hidden;
	float:left;
	margin:0 0 0 10px;
	}

ul#social-bookmarks li {
	 float:left;
	 margin:0 4px 0 0;
	 list-style-type:none;
	}

ul#social-bookmarks li a {
	 display:block;
	 width:27px;
	 height:27px;
	}
	
ul#social-bookmarks li#digg a {
	 background: url(../../../Assets/Generic/Images/digg_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#twitter a {
	 background: url(../../../Assets/Generic/Images/twitter_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#myspace a {
	 background: url(../../../Assets/Generic/Images/myspace_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#delicious a {
	 background: url(../../../Assets/Generic/Images/delicious_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#facebook a {
	 background: url(../../../Assets/Generic/Images/facebook_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#stumbleupon a {
	 background: url(../../../Assets/Generic/Images/stumbleupon_logo.gif) no-repeat top right;	
	}
	
#social-bookmarks-container p {
	float:left;
	padding:1em 0 0 0;
	}
		
#social-bookmarks-container {
	overflow:hidden;
	min-height:2.7em;
	margin:0 0 0 20px;
	}
			
/* Join us tooltip */

.tooltip-popup { display: block; position: absolute; width: 306px; color: #666; z-index: 1000; top: 25px; left: 440px; }
.tooltip-popup.to-text { margin: -23px 0 0 3px; }
.tooltip-popup.table { margin: -22px 0 0 17px; }

.tooltip-popup .content { position: static; background-image: url(../../../Assets/Generic/Images/tooltip-top.png); padding: 15px 16px 0 35px; color: #fff; overflow:hidden; }
.tooltip-popup strong { display: block; float: left; font-weight: bold; font-size: 0.875em; margin: 3px 0 10px 0; color: #fff; }
#form-page-list .tooltip-popup p { display: block; font-size: 1.12em; color: #fff; line-height: 1.12em; width: 250px; }
.tooltip-popup .tooltip-footer { background-image: url(../../../Assets/Generic/Images/tooltip-bottom.png); height: 25px; overflow:hidden; margin-left: 18px; }
.tooltip-popup .close { position: relative; float: right; display: block; width: 21px; height: 21px; background: url(../../../Assets/Generic/Images/icon-close.png); overflow: hidden; margin-right: -3px; }

.tooltip-button-popup { display: block; float: right; width: 15px ; height: 15px; margin: 5px 0 0 5px; }
.tooltip-button { display: block; float: right; width: 15px ; height: 15px; margin: 3px 0 0 3px; background: url(../../../Assets/Generic/Images/icon-popup.png) no-repeat; }

.your-details {
    float:left;
    width:410px;
    overflow: hidden;
}

.your-details-left {
    float:left;
    width:420px;
    overflow: hidden;
    padding-bottom: 20px;
}

.form-container {
    overflow: hidden;
    border-top: solid 6px #DFDFDF;
}

.form-container-no-border {
    overflow: hidden;
}

.further-details {
    overflow: hidden;
    padding: 0 0 11px 0;
    border-bottom: solid 6px #004741;    
}

.convince-me.firstOne {
    width: 272px;
    padding: 11px 10px 0 0;
    min-height: 115px;
}

.convince-me {
    width: 262px;
    border-right: solid #dfdfdf 1px;
    padding: 11px 10px 0 10px;
    float: left;
    min-height: 115px;
}

.convince-me.lastOne  {
    width: 272px;
    border: none;
    padding: 11px 0 0 10px;
    min-height: 115px;
}

.form-page-content p {
    font-size: 1em;
}

.form-page-content span {
    font-size: 1.2em;
}

.promo-paul-weller {
    width: 270px;
    float: right;
    background: url(../../../Assets/Generic/Images/bg-guitar.jpg) no-repeat top left;
    margin: 0 0 0 20px;
    padding: 0 0 0 50px;
    min-height: 82px;
}   

.promo-paul-weller h2 {
    font-size:2.4em;
    margin:0 0 12px 0;
}

.myLabelFromHell {
    width: 500px;
    float: left;   
}

.caveat {
    font-size: 1em;
}

.forced-break {
    clear: both;
}

.easter-egg {
    margin: 400px 0 0 0;
    width: 100%;
    text-align: center;    
}

#panel-list ul li a.unfloat {
    float: none;
}

#page-wrapper #right-column .whats-happening-outer {
    display: block;
    border: solid #dfdfdf 1px;
    margin: 10px 0 0 0;
    padding: 4px;
    background-color: #f3f3f3;
    overflow: hidden;
}

#page-wrapper #right-column .whats-happening {
    width: 216px;
    padding: 8px 5px 0 5px;
    min-height: 86px;
    background: #ffffff url(../../../Assets/Generic/Images/bg-whats-happening.jpg) no-repeat bottom left;
}

#page-wrapper #right-column .whats-happening h3 {
    color: #004741;
}

#page-wrapper #right-column .whats-happening h3 a {
    color: #004741;
}


.loginSection {
    overflow: hidden;
    display: block;}
    
.loginSection .msg-welcome {
    float: left;
    padding: 7px 0 0 10px;
    line-height: normal;}

#JoinLogin {
background:#F26522 url(../../../Assets/Generic/Images/login_arrow.gif) no-repeat scroll right 9px;
color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
margin:2px 0;
padding:4px 17px 5px 12px;
display: inline-block;
float: left;}

#JoinLogin:hover {
background:#52B458 url(../../../Assets/Generic/Images/login_arrow_over.gif) no-repeat scroll right 9px;
text-decoration:none;}


.ForgotPassword {
background:#F26522 url(../../../Assets/Generic/Images/join_arrow.gif) no-repeat scroll right top;
color:#FFFFFF;
float:right;
font-size:1.6em;
font-weight:bold;
margin:2px 0 30px 285px;
padding:5px 40px 4px 22px;
height: auto;
float: left;
width:auto;
border: 0;
/* TEMP ie6 fixes, moved to generic-ie6.css to pass validation*/
}

.ForgotPassword:hover {
background:#52B458 url(../../../Assets/Generic/Images/join_arrow_over.gif) no-repeat scroll right top;
text-decoration:none;
}

#form-page-list td .password-info {margin: 0 0 10px 0;}

.right
{
text-align:right;
padding:5px
}
.center
{
text-align:center;
padding:5px;
}
#page-copy
{
width:100%;
float:left;
height:auto;
}
#vid-block
{
width:500px;
height:281px;
border:1px solid #C7C7C7;
margin:30px auto 50px;
}
#vid-block-quarter{
	width:320px;
	height:240px;
	border:1px solid #C7C7C7;
	margin:30px auto 50px;
}
#vid-block-500x274{
	width:500px;
	height:274px;
	border:1px solid #C7C7C7;
	margin:30px auto 50px;
}
#action-bar
{
width:406px;

margin:15px auto;
height:37px;
}
#action-bar div
{
background-image:url(../images/register-bg.jpg);
border:1px solid #424094;
color:#FFFFFF;
float:right;
font-size:1.5em;
font-weight:bold;
margin:5px 5px 5px 0;
padding:3px 4px;
text-align:center;
width:180px;
}
#action-bar div a
{
color:#fff;
}

#panel-list ul li p a
{float:none;}

#team-list .register-btn
{
margin:20px auto auto 10px;

}

.form-updates .formrow 
{
width:680px;
height:260px;
}
.reg-partners
{
float:left;
width:217px;

}
.reg-partners p
{
text-align:center;
width:168px !important;
}
.reg-partners p img
{
vertical-align:middle;
margin-left:10px;
}
.reg-partners p input
{
float:none !important;
margin-right:10px;
vertical-align:middle;
}
.intro-about p.newsTickerHeader {
clear:both;
color:#064D47;
float:left;
font-size:1.6em;
font-weight:bold;
margin:0;
padding:0 5px 0 0;
}
.intro-about .newsticker {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
color:#53B057;
font-size:1.214em;
list-style-type:none;
margin:0;
overflow:hidden;
padding:5px 0 3px 3px;
}
.hideme
{
display:none;
}
.img-right
{
margin-bottom:20px;
}
.pieImg
{
width:325px;
margin-top:20px;
}
.pieTitle
{
width:255px;
margin-top:20px;
}
.pieSummary
{
width:255px;

}

ul.involved-list
{

}
ul.involved-list li
{
position:relative;
float:left;
width:247px !important;
height:145px !important;
margin:10px 10px !important;
text-align:center;
}
ul.involved-list li div
{
min-height:10px !important;
width:100% !important;
margin: 5px 0 !important;
padding: 0 !important;
}
ul.involved-list li a, ul.involved-list li a img, ul.involved-list li img
{
float:none !important;
position:relative;
}
#panel-list a.recipe
{
border:none;
width:300px;
}
#panel-list h4
{
margin:15px 0;
}
.float-right    
{
    float:right;
    padding: 0px 0px 0px 20px;
}

/*Event.asp Styles added by AB, 08:07:2010 */
table#events td
{
	padding: 10px;
    font-size: 1.4em;
    font-weight: bold;
}

table#eco-team-events td
{
	font-size: 1.2em;
}

.header  
{
    font-size: 1.5em;
    border-bottom: 2px solid #DFDFDF;
}

.error-container span
{
    padding: 0px !important;
    margin: 0px 0px 20px 0px !important;
    color: #FF0000;
}

.events-email-input  
{
    display: inline; float: left;margin: 8px 10px 0px 0px;
}

.events-email-input-button  
{
    display: inline; float: left;
}