﻿
body 
{
	position: relative;
	height: 1%;
	background: #E0F1F7 url(/images/backgrounds/body.jpg) no-repeat center top fixed;
	font-size: 62.5%;
	text-align: center;
	line-height: 1;
}

html>body
{
    height: auto;
}

body, input, textarea, select
{
	font-family: "Arial", sans-serif;
}

#Container
{
    position: relative;
	width: 1012px;
	margin: 0 auto;
	text-align: left;
}

/* --- Clear --- */

.Clear:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.Clear
{
    display: inline-block;
}

html[xmlns] .Clear
{
    display: block;
}

* html .Clear
{
    height: 1%;
}


/* Header
--------------------------------------------------------------------------------------- */

#Header
{
    position: relative;
    height: 205px;
    padding: 0 38px;
    background: url(/images/backgrounds/header.png) no-repeat center top;
}

#Header a.Masthead
{
    position: absolute;
    top: 53px;
    left: 38px;
}

/* --- Menu --- */

#Header ul.Menu
{
    position: absolute;
    top: 145px;
    left: 18px;
    list-style: none;
}

#Header ul.Menu li ul
{
    position: absolute;
    top: 27px;
    left: 8px;
    display: none;
    width: 945px;
    padding: 10px;
    background: #FFF url(/images/backgrounds/subnav.png) repeat-x top;
    z-index: 50;
}

#Header ul.Menu li.Current ul, 
#Header ul.Menu li:hover ul, 
#Header ul.Menu li.Hover ul
{
    display: inline!important;
}

#Header ul.Menu li.Hover ul
{
    z-index: 100;
}

#Header ul.Menu li
{
    float: left;
    display: inline;
    background: url(/images/backgrounds/dots-vertical.gif) repeat-y right;
    font-size: 1.25em;
    text-transform: uppercase;
}

html.cufon-ready #Header ul.Menu li
{
    font-size: 1.3em!important;
}

#Header ul.Menu li ul li, 
html.cufon-ready #Header ul.Menu li ul li
{
    margin: 0 15px 0 0;
    background: none;
    font-size: 0.9em!important;
    text-transform: none;
}

#Header ul.Menu li a
{
    display: block;
    margin: 0 1px 0 0;
    text-decoration: none;
}

#Header ul.Menu li ul li a
{
    color: #666;
    text-decoration: none;
}

#Header ul.Menu li ul li a.Current
{
    color: #009CDD;
}

#Header ul.Menu li ul li a:hover
{
    color: #555;
}

#Header ul.Menu li a span
{
    display: block;
    height: 20px;
    margin: 0 7px 0 18px;
    padding: 7px 0 0 0;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

#Header ul.Menu li.First a span
{
    margin-left: 20px;
}

#Header ul.Menu li.Current a
{
    background: url(/images/backgrounds/menu-active.png) repeat-x top;
}

#Header ul.Menu li.Current ul li a
{
    background: none!important;
}

#Header ul.Menu li ul li.Current a
{
    color: #009CDD;
}

#Header ul.Menu li.First.Current a
{
    background: url(/images/backgrounds/menu-first-active.png) no-repeat top left;
}

#Header ul.Menu li.Current a span
{
    color: #009CDD;
}

/* --- Login --- */

#Header #Login
{
    position: absolute;
    top: 6px;
    right: 24px;
}

#Header #Login .Element
{
    float: left;
    display: inline;
}

#Header #Login .Element label.Label
{
    float: left;
    display: inline;
    padding: 8px 5px 0 15px;
    font-size: 1em;
    color: #666;
    text-transform: uppercase;
}

#Header #Login .Element .Text
{
    float: left;
    display: inline;
    width: 130px;
    padding: 2px 4px;
    border: solid 1px #C5C5C5;
    font-size: 1em;
    color: #666;
}

#Header #Login .Submit
{
    float: left;
    display: inline;
    margin: 0 0 0 10px;
    font-size: 1em;
}

#Header #Login .Submit a
{
    color: #999;
    text-decoration: none;
}

/* --- User Panel --- */

#Header ul#User
{
    position: absolute;
    top: 3px;
    right: 24px;
    padding: 0 90px 0 0;
    list-style: none;
}

#Header ul#User li
{
    float: left;
    display: inline;
    padding: 13px 9px 0 9px;
    background: url(/images/backgrounds/dots-vertical.gif) repeat-y left top;
    font-size: 0.9em;
    color: #666;
    text-transform: uppercase;
}

#Header ul#User li.User-Name, 
#Header ul#User li.User-Logout
{
    background: none;
}

#Header ul#User li.User-Logout
{
    padding: 0;
}

#Header ul#User li a
{
    color: #009CDD;
    text-decoration: none;
}

#Header ul#User li.User-Logout a
{
    position: absolute;
    top: 3px;
    right: 0;
    width: 63px;
    height: 20px;
    background: url(/images/buttons/logout.png) no-repeat 0 0;
    text-indent: -9000px;
    overflow: hidden;
}

#Header #Social-Links
{
    position: absolute;
    top: 6px;
    left: 25px;
}

#Header #Social-Links a
{
    float: left;
    display: inline;
    margin: 0 6px 0 0;
}

#Header #Social-Links a.Contact-Link
{
    float: left;
    display: inline;
    margin: 7px 0 0 2px;
    font-size: 1.1em;
    color: #888;
    text-decoration: none;
}

#Header #Social-Links a.Contact-Link:hover
{
    color: #666;
}

#Header img#Decor-SkyBC
{
    position: absolute;
    top: 87px;
    right: 38px;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content
{
    position: relative;
    min-height: 500px;
    padding: 0 28px 20px 28px;
    background: url(/images/backgrounds/content.png) repeat-y center;
}

#Content h1
{
    margin: 0 0 0 9px;
    padding: 60px 0 0 0;
    font-size: 3em;
    color: #009CDD;
    font-weight: bold;
}

#Content h2
{
    margin: 0 0 0 9px;
    padding: 0 0 15px 0;
    font-size: 1.6em;
    color: #343F48;
    font-weight: bold;
}

#Content h3
{
    margin: 20px 0 0 9px;
    padding: 0 0 7px 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
    font-size: 1.3em;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

#Content h3.Separator
{
    margin-top: 40px;
}

#Content .Form h3, 
#Content .Calendar h3, 
#Content .Column-Sidebar h3
{
    margin: 0;
    padding: 10px;
    border: solid #FFF;
    border-width: 5px 0;
    background: #D3D4D6 url(/images/backgrounds/gradient-grey.png) repeat-x top;
    color: #666;    
    font-size: 1.4em;
    text-transform: none;
}

#Content .Column-Sidebar h3
{
    font-size: 1.2em;
    text-transform: uppercase;
}

#Content .Column-Sidebar .Section-Connect h3
{
    height: 24px;
    padding-top: 10px;
    font-size: 1.3em;
}

#Content .Tab-Content h3
{
    margin-left: 0;
}

#Content .Facebook-Hint h3
{
    padding: 0;
    background: #3B5998;
}

#Content h4
{
    margin: 20px 0 0 9px;
    padding: 0 0 10px 0;
    font-size: 1.4em;
    color: #333;
    line-height: 1.2em;
    font-weight: bold;
}

#Content .Form h4
{
    margin: 10px 0 0 0;
    padding: 15px 0 0 15px;
    border: solid #FFF;
    border-width: 5px 0 0 0;
    font-size: 1.1em;
    color: #666;
}

#Content h1 span, 
#Content h2 span, 
#Content h3 span, 
#Content h4 span, 
#Content h5 span
{
    font-weight: bold;
}

#Content p, 
#Content li
{
    margin: 10px 0 0 9px;
    font-size: 1.1em;
    color: #666;
    line-height: 1.6em;
}

#Content .Column-Sidebar p
{
    margin: 10px 6px 0 6px;
}

#Content .Section p
{
    margin-left: 6px;
    padding-bottom: 4px;
}

#Content .Section .Form p
{
    margin: 10px 15px 0 15px;
}

#Content .Tab-Content p
{
    margin-left: 0;
}

#Content p strong, 
#Content p strong span, 
#Content li strong
{
    font-weight: bold;
}

#Content p em
{
    font-style: italic;
}

#Content .Facebook-Hint p
{
    color: #3B5998;
}

#Content .Message-Error p, 
#Content .Message-Error li
{
    color: #CC0000!important;
}

#Content ul, 
#Content ol
{
    margin: 5px 0 0 19px;
    padding: 0 0 15px 0;
}

#Content ol
{
    margin-left: 34px;
}

#Content li
{
    margin: 5px 0 0 10px;
}

#Content a
{
    color: #009CDD;
    text-decoration: none;
}

#Content dl
{
    padding: 10px 0 0 0;
}

#Content .Form dl
{
    margin: 0 0 0 10px;
    padding: 0 0 10px 0;
}

#Content dl.First, 
#Content dl.First dd.First
{
    padding: 0;
}

#Content dl dt
{
    float: left;
    display: inline;
    width: 180px;
    padding: 12px 0 0 0;
    font-size: 1.1em;
    color: #666;
}

#Content dl dd
{
    margin: 0 0 0 180px;
    padding: 10px 0 0 0;
    font-size: 1.1em;
    color: #444;
    line-height: 1.4em;
}

#Content table
{
    width: 100%;
    background: #FFF;
}

#Content .Section table
{
    width: 98%;
}

#Content .Form table
{
    width: 97%;
    margin: 10px;
    border: solid 1px #DFDFDF;
}

#Content table caption
{
    padding: 5px 0 9px 0;
    border: solid #ECECEC;
    border-width: 0 0 1px 0;
    font-size: 1.2em;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}

#Content table th, 
#Content table td
{
    padding: 6px;
    font-size: 1.1em;
    line-height: 1.2em;
}

#Content table th
{
    padding-top: 8px;
    border: solid #ECECEC;
    border-width: 0 0 1px 0;
    font-size: 1.2em;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}

#Content table th.Section-Heading
{
    padding-top: 20px;
    font-size: 1.4em;
    color: #666;
    text-transform: none;
}

#Content table th.Info
{
    font-size: 1.4em;
    color: #777;
    text-transform: none;
    line-height: 2em;
}

#Content table th.Section-Heading.Heading-Solo
{
    padding-top: 7px;
}

#Content table th span,
#Content table th div
{
    font-weight: bold;
}

#Content table td
{
    background: #FAFAFA;
    color: #666;
}

#Content table tr.Alternate td
{
    background: #F2F2F2;
}

#Content table td.Controls
{
    text-align: right;
    white-space: nowrap;
    text-transform: uppercase;
}

#Content table td.Field
{
    width: 180px;
    color: #999;
}

#Content table td.Info-Controls
{
    background: none;
    border: solid #ECECEC;
    border-width: 0 0 1px 0;
    vertical-align: bottom;
}

#Content table th.Icon, 
#Content table td.Icon
{
    text-align: center;
}

#Content input.Text, 
#Content textarea, 
#Content select
{
    padding: 4px 6px;
    border: solid 1px #C5C5C5;
    font-size: 1.1em;
    color: #666;
}

#Content input.Error, 
#Content textarea.Error, 
#Content select.Error
{
    border-color: #CC0000;
    color: #CC0000;
}

#Content span.Error label
{
    color: #CC0000!important;
}

#Content input[type=checkbox].Error, 
#Content input[type=radio].Error
{
    padding: 0 0 0 5px; 
    background: url(/images/icons/arrow-red.gif) no-repeat 0 2px;
}

/* --- Misc Text and Imagery --- */

#Content .Feature-Content
{
    margin: 0 205px 0 0;
}

#Content .Feature-Content p, 
#Content .Feature-Content li
{
    font-size: 1.2em;
    color: #333;
    line-height: 1.8em;
}

#Content ul.Feature-Links
{
    float: right;
    display: inline;
    width: 170px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#Content ul.Feature-Links ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#Content ul.Feature-Links li
{
    margin: 0;
    padding: 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
    font-size: 1em;
    text-transform: uppercase;
}

#Content ul.Feature-Links li ul li
{
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 1.1em;
    text-transform: none;
}

#Content ul.Feature-Links li a
{
    display: block;
    padding: 7px 0;
    color: #666;
}

#Content ul.Feature-Links li ul li a
{
    padding: 4px;
    color: #666!important;
}

#Content ul.Feature-Links li.Current a
{
    color: #999;
}

#Content ul.Feature-Links li ul li.Current a
{
    color: #999!important;
}

#Content ul.Feature-Links li a span
{
    padding: 0 10px 0 0;
    background: url(/images/icons/arrow-right.gif) no-repeat right 3px;
}

#Content ul.Feature-Links li.Current a span
{
    background: url(/images/icons/arrow-left-grey.gif) no-repeat right 3px;
}

#Content .Feature-Image
{
    padding: 10px 0 0 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left top;
}

#Content .Feature-Image img, 
#Content .Feature-Image #Video
{
    padding: 0 0 10px 9px;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
}

#Content .Introduction
{
    padding: 0 0 20px 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left top;
}

#Content .Introduction p
{
    margin: 0 0 0 8px;
    padding: 20px 0 0 0;
    font-size: 1.3em;
    color: #333;
    font-weight: bold;
}

#Content .Introduction p a
{
    font-weight: bold;
}

#Content img.Image-Alt
{
    float: right;
    display: inline;
}

/* --- Messages --- */

#Content .Message
{
    padding: 10px 0 10px 9px;
    font-size: 1.1em;
}

#Content .Message span
{
    color: #333;
}

#Content .Message-Error span, 
#Content .Message-Error p, 
#Content .Message-Error li
{
    color: #CC0000;
}

#Content .Message li, 
#Content .Message p
{
    font-size: 1em;
}

#Content .Message span p
{
    margin: 0!important;
    padding: 0;
}

#Content .Form .Message
{
    margin-left: 15px;
    color: #666;
}

/* --- Breadcrumbs --- */

#Content ol.Breadcrumbs
{
    margin: 0;
    padding: 5px 0 6px 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
    list-style: none;
}

#Content ol.Breadcrumbs li
{
    float: left;
    display: inline;
    margin: 0 0 0 9px;
    padding: 0 14px 0 0;
    background: url(/images/icons/arrow-right-grey.gif) no-repeat right 5px;
}

#Content ol.Breadcrumbs li.Current
{
    padding: 0;
    background: none;
}

/* --- Columns --- */

#Content .Column
{
    float: left;
    display: inline;
    margin: 10px 0 0 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left top;
}

#Content .Column-Alt
{
    float: right;
    display: inline;
}

#Content .Column-Sidebar { width: 230px; }
#Content .Column-Feature { width: 703px; }
#Content .Column-Split { width: 470px; margin: 0; }

#Content .Column-200
{ 
    margin: 0; 
    width: 200px; 
}

#Content .Column-210
{ 
    margin: 0; 
    width: 210px; 
}

#Content .Column-300
{ 
    margin: 0; 
    width: 300px; 
}

#Content .Column-330
{ 
    margin: 0; 
    width: 330px; 
}

#Content .Column-345
{ 
    margin: 0; 
    width: 340px; 
}

#Content .Column-470
{ 
    margin: 0; 
    width: 470px; 
}

#Content .Column-600
{ 
    margin: 0; 
    width: 600px; 
}

#Content .Form .Column-300, 
#Content .Column-345, 
#Content .Column-600, 
#Content .Column-Split
{
    background: none;
}

/* --- Sections --- */

#Content .Section
{
    margin: 10px 0 0 0;
    background: url(/images/backgrounds/border-rounded-bottom-956.gif) no-repeat left bottom;
}

#Content .Section-Inner
{
    padding: 1px 6px 6px 6px;
    background: url(/images/backgrounds/border-rounded-top-956.gif) no-repeat left top;
}

#Content .Column-Feature .Section
{
    margin-left: 7px;
    background-image: url(/images/backgrounds/border-rounded-bottom-696.gif);
}

#Content .Column-Feature .Section-Inner
{
    background-image: url(/images/backgrounds/border-rounded-top-696.gif);
}

#Content .Column-Sidebar .Section, 
#Content .Column-Extras .Section
{
    background-image: url(/images/backgrounds/border-rounded-bottom-230.gif);
}

#Content .Column-Sidebar .Section-Inner, 
#Content .Column-Extras .Section-Inner
{
    background-image: url(/images/backgrounds/border-rounded-top-230.gif);
}

#Content .Column-600 .Section
{
    background-image: url(/images/backgrounds/border-rounded-bottom-600.gif);
}

#Content .Column-600 .Section-Inner
{
    background-image: url(/images/backgrounds/border-rounded-top-600.gif);
}

#Content .Column-345 .Section
{
    background-image: url(/images/backgrounds/border-rounded-bottom-340.gif);
}

#Content .Column-345 .Section-Inner
{
    background-image: url(/images/backgrounds/border-rounded-top-340.gif);
}

/* --- Section -> Snippets --- */

#Content .Section-Snippets ul
{
    margin: 0;
    padding: 10px;
    background: #F2F2F2;
    list-style: none;
}

#Content .Section-Snippets ul li
{
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 1em;
    line-height: 1.3em;
}

#Content .Section-Snippets ul li.Last
{
    padding-bottom: 0;
}

#Content .Section-Snippets ul li strong
{
    display: block;
    padding: 0 0 3px 0;
    color: #009CDD;
    font-size: 1.1em;
    font-weight: bold;
}

#Content .Section-Snippets ul li a.Go
{
    display: block;
    margin: 10px 0 0 0;
    padding: 3px 11px 3px 0;
    border: solid #DDD;
    border-width: 1px 0;
    background: url(/images/icons/arrow-right.gif) no-repeat right 5px;
    color: #666;
    text-transform: uppercase;
    text-align: right;
}

#Content .Section-Snippets.Section-BC a.BC-Link
{
    display: block;
    margin: 0 10px 0 0;
    padding: 30px 0 10px 10px;
    background: url(/images/logos/partner-britishcycling-solo.gif) no-repeat right 10px;
    font-size: 1em;
    color: #EA1C24;
}

/* --- Section -> Next Rides --- */

#Content .Section-Rides h3
{
    color: #009CDD;
}

#Content .Section-Rides ol
{
    margin: 0;
    padding: 0 0 10px 10px;
    background: #F2F2F2;
    list-style: none;
}

#Content .Section-Rides ol li
{
    position: relative;
    margin: 0;
    padding: 10px 70px 5px 0;
    border: solid #E8E8E8;
    border-width: 0 0 1px 0;
    font-size: 1em;
    line-height: 1.2em;
}

#Content .Section-Rides ol li.Alternate
{
    border-width: 0;
}

#Content .Section-Rides ol li a.Button-Small
{
    float: none;
    position: absolute;
    top: 10px;
    right: -5px;
}

#Content .Section-Rides ol li strong
{
    display: block;
    font-weight: bold;
}

#Content .Section-Rides a.Go
{
    display: block;
    margin: 5px 0 0 0;
    padding: 10px;
    background: #F2F2F2;
}

#Content .Section-Rides a.Go span
{
    padding: 0 12px 0 0;
    background: url(/images/icons/arrow-right.gif) no-repeat right 2px;
}

/* --- Section Links --- */

#Content ul.Section-Links
{
    margin: 10px 0 0 0;
    padding: 1px 0 0 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left top;
    list-style: none;
}

#Content ul.Section-Links li
{
    margin: 0;
    padding: 10px 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
    font-size: 1em;
}

#Content ul.Section-Links li.Icon
{
    background: no-repeat 0 0;
}

#Content ul.Section-Links li.Icon-Facebook
{
    background-image: url(/images/icons/social-facebook.png);
}

#Content ul.Section-Links li, 
#Content ul.Section-Links li a
{
    float: left;
    display: inline;
    width: 227px;
}

#Content ul.Section-Links li a
{
    height: 40px;
    background: url(/images/icons/arrow-link.png) no-repeat right 0;
}

#Content ul.Section-Links li a:hover
{
    background-position: right -40px;
}

#Content ul.Section-Links li a strong, 
#Content ul.Section-Links li a span
{
    display: block;
    margin: 0 40px 0 10px;
}

#Content ul.Section-Links li.Icon a strong, 
#Content ul.Section-Links li.Icon a span
{
    margin-left: 45px;
}

#Content ul.Section-Links li a strong
{
    font-size: 1.8em;
    font-weight: bold;
}

#Content ul.Section-Links li a span
{
    color: #808080;
    line-height: 1.1em;
}

/* --- Feature Panels --- */

#Content .Feature-Panels
{
    margin: 11px 0 0 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left top;
}

#Content .Feature-Panels.Feature-Panels-First
{
    margin-top: 15px;
    background: none;
}

#Content .Feature-Panels .Panel-Content
{
    padding: 10px 0 0 0;
}

#Content .Feature-Panels .Panel-Content a
{
	display: block;
	width: 240px;
	height: 120px;
	overflow: hidden;
}

#Content .Feature-Panels .Panel-Content.Panel-Report a
{
    height: auto;
    overflow: visible;
}

#Content .Feature-Panels p
{
    padding-top: 10px;
}

/* --- Paging Controls --- */

#Content .Paging
{
    margin: 5px 0 0 0;
    padding: 10px 0 5px 0;
    border: solid #ECECEC;
    border-width: 1px 0 0 0;
    font-size: 1em;
    color: #666;
    text-align: right;
}

#Content .Paging .Paging-Info, 
#Content .Paging .Paging-Controls
{
    display: inline;
}

#Content .Paging .Paging-Info
{
    padding: 0 23px 0 0;
}

#Content .Paging .Paging-Controls div
{
    display: inline;
}

#Content .Paging a
{
    padding: 0 2px;
}

#Content .Paging a.Page-Current
{
    color: #666;
}

#Content .Paging a.Paging-Button
{
    font-size: 0.8em;
}

/* --- Form Elements --- */

#Content .Form
{
    padding: 0 0 15px 0;
    background: #F6F6F6;
}

#Content .Form-NoHeading
{
    margin: 5px 0 0 0;
}

#Content .Form .Element
{
    padding: 15px 0 0 15px;
}

#Content .Form .Group
{
    padding: 0 0 0 10px;
}

#Content .Form .Group .Element
{
    float: left;
    display: inline;
    padding-left: 5px;
}

#Content .Form .Element .Element
{
    padding: 0 0 15px 0;
}

#Content .Form .Element-Last
{
    padding-bottom: 15px;
}

#Content .Form .Element-Separator
{
    margin-top: 15px;
    border: solid #FFF;
    border-width: 5px 0 0 0;
}

#Content .Form .Element label
{
    margin: 0 10px 0 0;
    font-size: 1.1em;
    color: #666;
}

#Content .Form .Element label.Label, 
#Content .Form-Survey span
{
    display: block;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 1.1em;
    color: #666;
}

#Content span.Required, 
#Content .Form .Element label span.Required
{
    color: #CC0000;
}

#Content .Form-Survey span
{
    margin: 0 0 0 10px;
}

#Content .Form-Survey span.Section
{
    display: block;
    margin: 0!important;
    padding: 10px;
    border: solid #FFF;
    border-width: 5px 0;
    background: #D3D4D6 url(/images/backgrounds/gradient-grey.png) repeat-x top;
    color: #666;    
    font-size: 1.4em;
    text-transform: none;
    font-weight: bold;
}

#Content .Form-Survey span.Heading
{
    display: block;
    margin: 5px 0 0 10px;
    padding: 0 0 5px 0;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
}

#Content .Form-Survey .Element
{
    margin: 0 0 0 10px;
    padding: 0 0 15px 0;
}

#Content .Form .Element label.Root
{
    font-size: 1.2em;
    font-weight: bold;
}

#Content .Form .Element img.Form-Thumb
{
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

#Content .Form img.Form-Thumb.Thumb-Alt
{
    float: right;
    margin: 10px 10px 0 0;
}

#Content .Form input.Text
{
    width: 250px;
}

#Content .Form .Element.Inline input.Text, 
#Content .Form .Element.Inline textarea, 
#Content .Form .Element.Inline select
{
    float: left;
    display: inline;
}

#Content .Form .Controls
{
    margin: 20px 15px 0 0;
}

#Content .Form .Controls a.Button
{
    float: right;
    margin: 0 0 0 17px;
}

#Content .Form .Element.Inline a.Button
{
    margin: 3px 0 0 5px;
}

#Content .Form ul.Option-List
{
    margin-left: 20px;
    margin-right: 15px;
    padding: 5px 10px 10px 10px;
    background: #EBECEE;
    list-style: none;
}

#Content .Form ul.Option-List ul
{
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

#Content .Form ul.Option-List li
{
    margin-left: 0;
    font-size: 1em;
    color: #666;
}

#Content .Filter
{
    position: relative;
    padding: 10px 0 0 0;
    text-align: right;    
}

#Content .Filter-Heading
{
    padding-top: 15px;
    text-align: left;
}

#Content .Filter-Searchable
{
    padding-top: 25px;
}

#Content .Filter-Option
{
    display: inline;
    padding: 0 0 0 10px;
}

#Content .Filter-Option.Filter-Submit
{
    position: absolute;
    top: 10px;
    right: 0;
}

#Content .Filter-Reports
{
    text-align: left;
}

#Content .Filter-Reports .Filter-Option
{
    float: left;
    padding-bottom: 0;
}

#Content .Filter-Reports a.Button-Small
{
    margin-left: 0;
    margin-right: 5px;
}

#Content .Filter-Heading .Filter-Option
{
    padding-left: 10px;
}

#Content .Filter label
{
    padding: 0 5px 0 0;
    font-size: 1em;
    color: #666;
    text-transform: uppercase;
    white-space: nowrap;
}

#Content .Filter .Text, 
#Content .Filter select
{
    padding: 2px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#Content .Filter-Heading select
{
    font-size: 1.6em;
    font-weight: bold;
}

/* --- Buttons --- */

#Content .Button-Wrapper
{
    margin: 20px 0 0 0;
}

#Content .Tab-Content .Button-Wrapper
{
    margin-left: 9px;
}

#Content a.Button, 
#Content a.Button span
{
    float: left;   
}

#Content a.Button
{
    margin: 0 15px 0 0;
    padding: 0 26px 0 0;
    background: url(/images/buttons/button-default-end.png) no-repeat right top;
    font-size: 1em;
    color: #555;
    text-transform: uppercase;
}

#Content a.Button-Small
{
    padding-right: 21px;
    background-image: url(/images/buttons/button-small-default-end.png);
    font-size: 0.9em;
}

#Content a.Button-Small.Button-Back
{
    padding-left: 21px;
    background-image: url(/images/buttons/button-small-back-end.png);
    background-position: left top;
}

#Content a.Button-Large
{
    padding-right: 35px;
    border: solid 1px #FFF;
    background-image: url(/images/buttons/button-large-default-end.png);
    font-size: 1.6em;
    color: #FFF;
}

#Content a.Button-Large-Local
{
    background-image: url(/images/buttons/button-large-local-end.png);
}

#Content a.Button-Alt
{
    float: right;
    margin: 0 0 0 15px;
}

#Content .Section-Inner a.Button
{
    margin-left: 10px;
}

#Content .Section-Inner a.Button-Alt, 
#Content .Tab-Content a.Button-Alt
{
    margin-left: 0;
    margin-right: 10px;
}

#Content a.Button-Publish { background-image: url(/images/buttons/button-publish-end.png); }
#Content a.Button-Delete { background-image: url(/images/buttons/button-delete-end.png); }

#Content a.Button span
{
    padding: 7px 7px 8px 7px;
    background: url(/images/buttons/button-default.png) no-repeat left top;
    cursor: pointer;
}

#Content a.Button-Small span
{
    padding: 6px 7px 8px 7px;
    background-image: url(/images/buttons/button-small-default.png);
}

#Content a.Button-Small.Button-Back span
{
    background-image: url(/images/buttons/button-small-back.png);
    background-position: right top;
}

#Content a.Button-Large span
{
    padding: 7px 7px 8px 10px;
    background-image: url(/images/buttons/button-large-default.png);
    font-weight: bold;
}

#Content a.Button-Large-Local span
{
    background-image: url(/images/buttons/button-large-local.png);
    white-space: nowrap;
}

#Content a.Button-Nested
{
    margin-top: 9px;
}

/* --- Find Panels --- */

#Content .Section.Search h3
{
    padding: 6px 0 6px 7px!important;
    height: 18px!important;
    background: #0097D9 url(/images/backgrounds/gradient-blue.png) repeat-y left!important;
    font-size: 1.5em!important;
    color: #FFF!important;
    text-transform: none;
}

#Content .Section.Search .Form
{
    position: relative;
    padding: 0 0 10px 0;
}

#Content .Section.Search .Element
{
    padding: 10px 0 0 10px;
}

#Content .Section.Search .Group
{
    padding: 0;
}

#Content .Section.Search label
{
    padding-right: 0;
    font-size: 1em;
}

#Content .Section.Search label.Label
{
    font-size: 1em;
    text-transform: uppercase;
}

#Content .Section.Search select.Location
{
    width: 110px;
}

#Content .Section.Search input.Postcode
{
    width: 70px;
}

#Content .Section.Search select.Location, 
#Content .Section.Search input.Text
{
    padding: 2px;
    font-size: 1em;
} 

#Content .Section.Search .Form a.Action-Search
{
    position: absolute;
    bottom: 6px;
    right: -6px;
}

#Content .Section.Search .Button-Wrapper
{
    margin: 5px 0 0 0;
    padding: 0;
}

/* --- Tertiary/Option Links --- */

#Content .Options-Wrapper
{
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left top;
}

#Content ul.Tertiary
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#Content ul.Tertiary li
{
    margin: 0;
    padding: 0 6px 0 0;  
}

#Content ul.Tertiary li, 
#Content .Options
{
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
    font-size: 1em;
    text-transform: uppercase;
}

#Content ul.Tertiary li a, 
#Content .Options a
{
    padding: 7px 12px 6px 0; 
    color: #666;
}

#Content ul.Tertiary li a
{
    float: left;
    display: inline;
    padding-left: 6px;
}

#Content ul.Tertiary li img
{
    padding-left: 5px;
}

#Content ul.Tertiary li.Back img
{
    padding-right: 5px;
}

#Content .Options a
{
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

#Content .Options a.Option-Alt
{
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 5px 10px 12px;
    background: url(/images/icons/arrow-left.gif) no-repeat left 10px;
}

/* --- Article Layout --- */

#Content .Articles
{
    margin: 0 0 0 12px;
}

#Content .Article 
{
    padding: 20px 0 0 0;
}

#Content .Article .Article-Image
{
    float: left;
    display: inline;
    width: 170px;
}

#Content .Articles-Style .Article-Image img
{
    padding: 13px 13px 49px 11px;
    background: url(/images/backgrounds/polaroid-portrait.jpg) no-repeat 0 0;
}

#Content .Article .Article-Content
{
    margin: 0 0 0 190px;
    padding: 0 0 20px 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
}

#Content .Article .Article-Content h3
{
    margin: 0;
    padding: 7px 10px;
    background: #F8F6FB;
    font-size: 1.4em;
    color: #009CDD;
    text-transform: none;
}

#Content .Article .Article-Content h3.Icon-Title
{
    margin-right: 95px;
}

#Content .Article .Article-Content p
{
    margin: 10px 20px 0 10px;
    font-size: 1.2em;
    color: #333;
    line-height: 1.6em;
}

#Content .Article .Article-Content li
{
    font-size: 1.2em;
    color: #333;
    line-height: 1.6em;
}

#Content .Article .Article-Icon
{
    float: right;
    display: inline;
}

#Content .Article .Options
{
    margin: 0 0 0 190px;
    background-position: 0 23px;
    padding: 0;
}

#Content .Article .Options a
{
    float: right;
    margin: 2px 10px 0 0;
    padding: 5px 0 7px 0;
}

/* --- Sidebar Promos --- */

#Content ul.Promos
{
    margin: 0;
    padding: 10px 0 0 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x 0 10px;
    list-style: none;
}

#Content ul.Promos li
{
    position: relative;
    height: 120px;
    margin: 10px 0 0 0;
    padding: 1px 1px 0 0;
    background: url(/images/promos/wrapper.png) no-repeat 0 0;
    line-height: 1.1em;
}

#Content ul.Promos li a
{
    display: block;
    height: 120px;
    background: no-repeat right top;
}

#Content ul.Promos li span.Wrapper
{
    position: absolute;
    width: 125px;
    bottom: 12px;
    left: 12px;
    cursor: pointer;
}

#Content ul.Promos li strong
{
    display: block;
    padding: 0 0 6px 0;
    font-size: 1.3em;
}

#Content ul.Promos li small
{
    display: block;
    font-size: 0.9em;
    color: #888;
}

#Content ul.Promos li span.Button
{
    float: left;
    display: inline;
    margin: 6px 0 0 0;
    padding: 0 10px 0 0;
    background: url(/images/icons/arrow-right.gif) no-repeat right 2px;
    font-size: 1em;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

#Content ul.Promos a:hover span.Button
{
    background-image: url(/images/icons/arrow-right-grey.gif);
    color: #999;
}

#Content ul.Promos li.Promo-Find, 
#Content ul.Promos li.Promo-Register
{
    display: none;
}

#Content ul.Promos li.Promo-Articles a { background-image: url(/images/promos/register.gif); }
#Content ul.Promos li.Promo-Contact a { background-image: url(/images/promos/contact.gif); }
#Content ul.Promos li.Promo-CyclingTips a { background-image: url(/images/promos/tips.gif); }
#Content ul.Promos li.Promo-Etape a { background-image: url(/images/promos/etape.gif); }
#Content ul.Promos li.Promo-FAQs a { background-image: url(/images/promos/faq.gif); }
#Content ul.Promos li.Promo-Find a { background-image: url(/images/promos/find.gif); }
#Content ul.Promos li.Promo-Guided a { background-image: url(/images/promos/guided.gif); }
#Content ul.Promos li.Promo-Locations a { background-image: url(/images/promos/locations.gif); }
#Content ul.Promos li.Promo-News a { background-image: url(/images/promos/news.gif); }
#Content ul.Promos li.Promo-Register a { background-image: url(/images/promos/register.gif); }
#Content ul.Promos li.Promo-RideLevels a { background-image: url(/images/promos/ride-levels.gif); }
#Content ul.Promos li.Promo-Team a { background-image: url(/images/promos/leader.gif); }
#Content ul.Promos li.Promo-TeamSky a { background-image: url(/images/promos/team-sky.gif); }
#Content ul.Promos li.Promo-Victory a { background-image: url(/images/promos/victory.gif); }
#Content ul.Promos li.Promo-Volunteers a { background-image: url(/images/promos/locations.gif); }


#Content ul.Promos li.Promo-Sky, 
#Content ul.Promos li.Promo-MoreWays
{
    background-image: url(/images/promos/wrapper-large.png);
}

#Content ul.Promos li.Promo-CityEvents
{
    background-image: url(/images/promos/wrapper-xlarge.png);
}

#Content ul.Promos li.Promo-Sky, 
#Content ul.Promos li.Promo-MoreWays, 
#Content ul.Promos li.Promo-Sky a, 
#Content ul.Promos li.Promo-MoreWays a
{
    height: 240px;
}

#Content ul.Promos li.Promo-CityEvents, 
#Content ul.Promos li.Promo-CityEvents a
{
    height: 309px;
}

#Content ul.Promos li.Promo-Sky a
{
    background-image: url(/images/promos/sky.gif);
    background-position: 12px 130px;
}

#Content ul.Promos li.Promo-MoreWays a
{
    background-image: url(/images/promos/british-cycling.gif);
    background-position: 12px 75px;
}

#Content ul.Promos li.Promo-Evans a
{
    background-image: url(/images/promos/evans.gif);
    background-position: 12px 76px;
}

#Content ul.Promos li.Promo-MediaGallery a
{
    background-image: url(/images/promos/media-gallery.gif);
    background-position: 12px 56px;
}

#Content ul.Promos li.Promo-CityEvents a
{
    background-image: url(/images/promos/evans.gif);
    background-position: 12px 261px;
}

#Content ul.Promos li.Promo-Sky span.Wrapper, 
#Content ul.Promos li.Promo-MoreWays span.Wrapper, 
#Content ul.Promos li.Promo-Evans span.Wrapper, 
#Content ul.Promos li.Promo-MediaGallery span.Wrapper, 
#Content ul.Promos li.Promo-CityEvents span.Wrapper
{
    width: 190px;
    top: 12px;
}

#Content ul.Promos li .Clear
{
    padding-bottom: 15px;
}

/* Overview
--------------------------------------------------------------------------------------- */

#Overview
{
    position: relative;
    height: 272px;
    background: url(/images/backgrounds/overview.png) no-repeat 0 0;
    overflow: hidden;
}

#Overview-Inner
{
    padding: 80px 28px 0 28px;
}

#Overview ul#Partners
{
    height: 43px;
    padding: 0;
    background: url(/images/backgrounds/dots-horizontal.gif) repeat-x left bottom;
    list-style: none;
}

#Overview ul#Partners li
{
    float: left;
    display: inline;
    margin: 0 30px 0 0;
}

#Overview ul#Partners li.Alt
{
    float: right;
    margin: 0;
}

#Overview ul#Partners li a
{
    float: left;
    display: inline;
    height: 33px;
    background: no-repeat 0 0;
    text-indent: -9000px;
    overflow: hidden;
}

#Overview ul#Partners li.Partner-BritishCycling a 
{
    width: 75px;
    background-image: url(/images/logos/partner-britishcycling.gif);
}

#Overview ul#Partners li.Partner-Gatorade a 
{
    width: 43px;
    background-image: url(/images/logos/partner-gatorade.gif);
}

#Overview ul#Partners li.Partner-SportEngland a 
{
    width: 84px;
    background-image: url(/images/logos/partner-sportengland.gif);
}

#Overview ul#Partners li.Partner-SkyProCycling a 
{
    width: 188px; /* 151px */
    background-image: url(/images/logos/partner-skyprocycling.gif);
}

#Overview ul#Partners li.Partner-Evans a 
{
    width: 81px;
    background-image: url(/images/logos/partner-evans.gif);
}

#Overview ul#Partners li.Partner-Adidas a 
{
    width: 39px;
    background-image: url(/images/logos/partner-adidas.gif);
}

#Overview ul#Partners li a:hover
{
    background-position: 0 -33px;
}

#Overview .Section
{
    float: left;
    display: inline;
    width: 105px;
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    background: url(/images/backgrounds/dots-vertical.gif) repeat-y left top;
}

#Overview .Section-About
{
    width: 370px;
    margin-right: 10px;
    padding: 0;
    background: none;
}

#Overview .Section h4
{
    padding: 0 0 5px 0;
    font-size: 1em;
    color: #009CDD;
    text-transform: uppercase;
}

#Overview .Section h4 a
{
    color: #009CDD;
	text-decoration: none;
}

#Overview .Section p
{
    padding: 0 20px 10px 0;
}

#Overview .Section p, 
#Overview .Section ul li
{
    font-size: 1em;
    color: #888;
    line-height: 1.4em;
}

#Overview .Section ul
{
    list-style: none;
}

#Overview .Section ul li a
{
    color: #888;
    text-decoration: none;
}

#Overview .Section ul li a:hover
{
    color: #666;
}
    

/* Footer
--------------------------------------------------------------------------------------- */

#Footer
{
    position: relative;
    height: 130px;
    padding: 0 28px;
    background: url(/images/backgrounds/footer.png) no-repeat center top;
    font-size: 1em;
    color: #888;
}

#Footer-Inner
{
    padding: 90px 0 15px 0;
    background: url(/images/logos/sky-bc-footer.png) no-repeat center 87px;
}

#Footer ul.Footer-Links
{
    float: right;
    display: inline;
    list-style: none;
}

#Footer ul.Footer-Links li
{
    display: inline;
    padding: 0 0 0 12px;
    font-size: 1em;
}

#Footer ul.Footer-Links li a
{
    color: #888;
    text-decoration: none;
}

#Footer ul.Footer-Links li a:hover
{
    color: #666;
}
