/* Resets browsers styles
----------------------------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, form {
	margin: 0px;
	padding: 0px;
}
img, fieldset {
	border: 0px;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
html {
	font-size: 100.01%;	/* .01 is for Opera, the rest is for IE. */
}
body {
	font-size: 62.5%;	/* Set the base font to equivalent of 10px. */
}
/* @override http://dev.cycleconfident.com/static/css/layout.css
    http://islington.bookcycletraining.com:81/static/css/layout.css */
/* @group Page
----------------------------------------------------------------------------- */

body {
    background: #ebebeb;
    font-family: 'Oxygen', sans-serif;
}

a:link,
a:visited,
a:hover {
    color: #ed2435;
    text-decoration: none;
}
th a:link,
th a:visited,
th a:hover {
    color: #f6919a;
    text-decoration: none;
}
a:hover {
    color: #ed2435;
    text-decoration: underline;
}

input[readonly="True"] {
    background-color: #E0E0E0 !important;
    color: #808080 !important;
}
select:disabled {

    background-color: #E0E0E0 !important;
}

#page-mid {
    width: 976px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    font-size: 1.5em; /* 15px */
}

#page-head {
    background: #fff;
    overflow: hidden;
}

#header {
    position: relative;
    overflow: hidden;
}

#content {
    padding: 30px 20px 60px 20px;
    width: 936px;
    overflow: hidden;
    line-height: 1.4em;
}

#footer {
    background: #3c3c3b;
    color: #fff;
    padding: 20px 20px 10px 20px;
    width: 936px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    font-size: 1.3em;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

/* @end */



/* @group Login
----------------------------------------------------------------------------- */

#login {
   position: relative; 
  margin: 10px 0 0 0;
  background: #3c3c3c;
  background: rgba(60,60,60,0.6);
  color: #fff;
  padding: 10px 20px 10px 10px;
  float: right;
    font-weight: bold;
    font-size: 0.93333333333em; /* 14px */
}

#login a:link,
#login a:visited {
    color: #fff;
    text-decoration: none;
}

#login a:hover {
    color: #fff;
    text-decoration: underline;
}

#login-link {
    margin-right: 20px;
}


/* Submenu */

#my-account ul {
    float: left;
    line-height: 1.8em;
}

#my-account li {
    float: left;
    white-space: nowrap;
    margin-left: 20px;
}

#my-account-link .down-arrow {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
}

html>body #my-account-link .down-arrow {
    background: #fff url('/static/nav/menu_down.png?bc511b7b68d4') no-repeat left top;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
html>body #my-account-link.header-menu-open .down-arrow {
    background: #fff url('/static/nav/menu_up.png?bc511b7b68d4') no-repeat left top;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    height: 30px;
}


/* JS Submenu */

.my-account-js {
    float: right;
}

.my-account-js #my-account-link {
    margin-right: 19px;
}

.my-account-js ul {
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 300;
    background: #fff;
    clear: both;
    font-size:  0.92307em; /* 12px */
}

.my-account-js li {
    float: none !important;
    margin-left: 0 !important;
    border-top: dotted 1px #fff;
    padding: 3px 10px;
}

#login .my-account-js ul a:link,
#login .my-account-js ul a:visited {
    color: #000;
    display: block;
}

#login .my-account-js ul a:hover {
    color: #676767;
    display: block;
}

/* @end */


/* @group Header image
----------------------------------------------------------------------------- */

#header-image {
    background-repeat: no-repeat;
    background-position: left top;
    clear: both;
    height: 269px;
    overflow: hidden;
    position: relative;
}

/* @end */


/* @group Logo
----------------------------------------------------------------------------- */

#header #logo {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 1em;
}

#header #logo span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

/* @end */


/* @group Main menu
----------------------------------------------------------------------------- */

#header #menu {
    background: #3c3c3b;
    text-align: center;
    font-weight: bold;
    font-size: 0.93333333333em; /* 14px */
}
#header #menu li {
    display: inline-block;
}
#header #menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px;
}
#header #menu li.selected {
    background: #fff;
}
#header #menu li.selected a {
    color: #3c3c3b;
}

/* @end */


/* @group Columns
----------------------------------------------------------------------------- */

.one-blob {
    width: 880px;
    overflow: hidden;
}

.one-blob .two-split-blobs {
    clear: both;
    width: 880px;
    overflow: hidden;
}

.one-blob .two-split-blobs .blob {
    width: 420px;
    float: left;
    margin: 0 20px 0 0;
}

.one-blob .blob-one {
    width: 306px;
    float: left;
    margin: 0 20px 0 0;
}

.one-blob .blob-two {
    float: left;
    margin: 0 20px 0 0;
}

.one-blob .blob1 {
    width: 632px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.one-blob .blob2 {
    width: 284px;
    overflow: hidden;
    float: left;
}

.two-blobs-menu .blob-main {
    width: 632px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.two-blobs-menu .blob-menu {
    width: 284px;
    float: left;
}

.two-blobs-menu .two-split-blobs {
    clear: both;
    width: 652px;
    overflow: hidden;
}

.two-blobs-menu .two-split-blobs .blob {
    width: 306px;
    float: left;
    margin: 0 20px 0 0;
}

.home-page .blob1,
.home-page .blob2,
.home-page .blob3 {
    width: 298px;
    margin-right: 20px;
}
.home-page .blob3 {
    margin-right: 0;
    float: left;
}

.is-home {
    float: left;
}

.is-home-left {
    width: 66.6666%;
}

.is-home-right {
    width: 33.3333%;
}
/* @end */


/* @group Footer
----------------------------------------------------------------------------- */
#footer .social-img {
    width: 50px;
}

#footer div {
    float: left;
    width: 33.3333%;
}

#footer .footer-col {
    float: right;
    border-top: 1px solid #ebebeb;
}
/* @end */


/* @group Submenu
----------------------------------------------------------------------------- */

#content .submenu,
.wordpress #content .widget > ul {
    background: #e5e5e5;
    color: #3c3c3b;
    padding: 30px 20px;
    margin-left: 0;
    margin-bottom: 2em; /* 28px */
    list-style-type: none;
}
#content .submenu h3 {
    color: #3c3c3b;
}
#content .submenu ul,
.wordpress .widget > ul {
    list-style-type: none;
    margin: 0;
}

#content .submenu li,
.wordpress .widget > ul li {
    border-top: dotted 1px #3c3c3b;
    list-style-image: none;
}
#content .submenu > li:last-child,
#content .submenu > ul > li:last-child,
.wordpress .widget > ul li:last-child {
    border-bottom: dotted 1px #3c3c3b !important;
}

#content .submenu a:link,
#content .submenu a:visited,
#content .submenu a:hover,
.wordpress .widget > ul a:link,
.wordpress .widget > ul a:visited,
.wordpress .widget > ul a:hover {
    display: block;
    padding: 5px 0;
    font-size: 0.8em; /* 12px */
    font-weight: bold;
    text-decoration: none;
}

#content .submenu a:link,
#content .submenu a:visited,
.wordpress .widget > ul a:link,
.wordpress .widget > ul a:visited {
    color: #3c3c3b;
}

#content .submenu a:hover,
.wordpress .widget > ul a:hover {
    color: #ed2435;
    background: #bbb;
}

#content .submenu ul ul,
.wordpress .widget > ul ul {
    padding-left: 20px;
}

#content .submenu li li a:link,
#content .submenu li li a:visited,
#content .submenu li li a:hover,
.wordpress .widget > ul li li a:link,
.wordpress .widget > ul li li a:visited,
.wordpress .widget > ul li li a:hover {
    padding-left: 20px;
}

#content .submenu li li li a:link,
#content .submenu li li li a:visited,
#content .submenu li li li a:hover,
.wordpress .widget > ul li li li a:link,
.wordpress .widget > ul li li li a:visited,
.wordpress .widget > ul li li li a:hover {
    padding-left: 40px;
}

#content .submenu li.selected a,
.wordpress .widget > ul li.selected a {
    color: #ed2435;
}

.hide {
    display: none;
}

/* @end */


/* @group Forms
----------------------------------------------------------------------------- */
input[type='checkbox'] {float:left}

/* @end */

/* @override http://dev.cycleconfident.com/static/css/blobs.css */

/* @group Titles
----------------------------------------------------------------------------- */

#content h1 {
	font-weight: lighter;
/*	font-size: 2em;*/ /* 28px */
/*	font-size: 1.8666666667em;*/ /* 28px */
	font-size: 1.8em; /* 27px */
	line-height: 1em;
	color: #3c3c3b;
	padding-bottom: 1em;
}

h2 {
	font-weight: lighter;
	font-size: 1.57142em; /* 22px */
	font-size: 1.4666666667em; /* 22px */
	line-height: 1.2em;
	/*color: #555;*/
    color: #3c3c3b;
	padding: 1em 0 1em 0;
}
h2.pagebreak {
	padding-bottom: 0;
	padding-top: 0;
}

h3 {
	/*font-weight: lighter;*/
/*	font-size: 1.28571em;*/ /* 18px */
/*	font-size: 1.2em;*/ /* 18px */
	font-size: 1em;
	line-height: 1.3em;
	color: #3c3c3b;
	/*padding: 0.5em 0 1em 0;*/
	padding: 1em 0;
}

.blob-menu h3,
.wordpress h3.widget-title {
	padding: 0 0 1em 0;
}

h4 {
	font-weight: lighter;
	font-size: 1em; /* 14px */
	font-size: 1em; /* 15px */
	color: #ed2435;
	padding: 0.25em 0 1em 0;
}

#individual h2 {
	padding: 0;
}

#individual a {
	margin-bottom: 10px;
}

#individual ul {
	margin: 0 !important;
}

#individual ul li {
	display: inline;
}

#individual ul li a {
	padding: 0.2em 1em;
	border: 1px solid;
	border-radius: 5px;
}

.blob-menu h4 {
	padding: 0;
}

.title-color {
	color: #ed2435;
}

/* @end */



/* @group Text
----------------------------------------------------------------------------- */

#breadcrumb {
/*	font-size: 0.78571em;*/ /* 11px */
	font-size: 0.8em; /* 12px */
	padding-bottom: 2.33333em;
	color: #3c3c3b;
}

#content p {
	/*margin-bottom: 1.4em;*/
	margin-bottom: 0.9em;
	line-height: 1.5em;
}

#content p.alt-p {
	margin: 0.9em 0;
}

#content p.center {
	text-align: center;
}

#content ul {
	margin: 0 0 0.9em 2.5em;
	list-style-type: disc;
	line-height: 1.5em;
}
#content form ul {
	list-style-image: none;
}

#content ol {
	margin: 0 0 0.9em 2.5em;
	list-style-type: decimal;
	line-height: 1.5em;
}
.wordpress #content ol.comment-list {
	list-style-type: none;
	margin-left: 0;
}
.wordpress #content ol.comment-list ol {
	list-style-type: none;
	margin-left: 2.5em;
}
.wordpress .reply {
	margin-bottom: 0.9em;
}

.intro {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
	background: #a3a3a2;
	width: 292px;
	padding: 10px;
}

#ui-datepicker-div {
	font-size: 14px;
}

.submit-button {
	background: #ed2435;
	text-decoration: none;
	padding: 4px 15px 4px 15px;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}

.filter_eventblocks h2, .filter_eventvenues h2, .nopadtop {
	padding-top: 0px;
}

a.manage-button:link, 
a.manage-button:visited, 
a.manage-button:hover {
	background: #ed2435;
	text-decoration: none;
	padding: 0px 15px 4px 15px;
	color: #fff;
	font-size: 0.933333em; /* 14px */
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.book-button:link, 
a.book-button:visited, 
a.book-button:hover {
	background: #ed2435;
	text-decoration: none;
	padding: 5px 15px 7px 15px;
	color: #fff;
	font-size: 0.933333em; /* 14px */
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.secondary-button:link, 
a.secondary-button:visited, 
a.secondary-button:hover {
	background: #bbbbba;
}

.button-spacing-top {
	margin-top: 20px;
}

.sidebar-cms-content {
	padding-top: 7em;
}

#content p.home-text {
	padding-top: 0.75em;
}

.tandcs {
	background: #fff;
	margin: 1.4em 20px 0 20px;
	overflow: scroll;
	padding: 10px;
	width: 572px;
	height: 150px;
}

.widetandcs {
	background: #fff;
	margin: 1.4em 20px 0 20px;
	overflow: scroll;
	padding: 10px;
	height: 150px;
	width: auto;
}

.tandcs h2, .widetandcs h2 {
	padding: 0 0 10px 0;
}

form .tandcs h3, form .widetandcs h3 {
	padding: 0.5em 0 1em 0;
	font-size: 1.38461em; /* 18px */
}

#content form .tandcs p, #content form .widetandcs p {
	margin: 0 0 1em 0;
}

#content form .tandcs ul, #content form .widetandcs ul {
	float: none;
	width: auto;
	list-style-type: disc !important;
	margin: 0 0 1em 2.5em;
}

#content form .tandcs ul li, #content form .widetandcs ul li {
	width: auto;
	overflow: visible;
	margin-top: 0;
}

.alert {
	color: #a60000;
}


/* @end */



/* @group Tables
----------------------------------------------------------------------------- */

table {
	clear: both;
	/*border: solid 1px #a3a3a2;*/
	border-left: solid 1px #d7d7d6;
	border-right: solid 1px #d7d7d6;
	border-bottom: solid 1px #d7d7d6;
	font-size: 0.85714em; /* 12px */
	margin-bottom: 0.9em;
}

table table {
		border-left: solid 0px #d7d7d6;
		border-right: solid 0px #d7d7d6;
		border-bottom: solid 0px #d7d7d6;
		font-size: 1em; /* 12px */
	}
	
table th {
	color: #fff;
	background: #3c3c3b;
	padding: 5px 10px;
	border-top: solid 1px #d7d7d6;
	vertical-align: top;
	white-space: nowrap;
}

table table th {
    color: #000;
    background: #fff;
    padding: 0 20px 0 0;
    border-top: solid 0px #d7d7d6;
    font-weight: bold;
}
	
table th.blank {
	background: #d7d7d6;
}

table td {
	border-top: solid 1px #d7d7d6;
	padding: 5px 10px;
	vertical-align: top;
}

table table td {
    border-top: solid 0px #d7d7d6;
    padding: 0;
}
	
table .right {
	text-align: right;
}

table .center {
	text-align: center;
}

#content table ul {
	margin-bottom: 0;
}

table .nowrap {
	white-space: nowrap;
}

#courses-list {
	width: 100%;
}

/* @end */



/* @group Calendar
----------------------------------------------------------------------------- */

/*#calendar table, 
#calendar td {
	border: solid 0px #fff;
}*/

/* @end */



/* @group Progress bar
----------------------------------------------------------------------------- */

#content #progress-bar {
	background: #3c3c3b;
	color: #d7d7d6;
	width: 632px;
	overflow: hidden;
	margin: 0;
	font-size: 0.85714em; /* 12px */
	counter-reset: li;
	list-style-type: none;
	padding: 30px 20px 15px 20px;
}

#content #progress-bar li {
	/*background: #c3c9b4 url('/static/nav/progress_arrow.png?7e3bc05ef5fd') no-repeat right center;*/
	float: left;
	padding: 0 20px 0 0;
	list-style-position: inside;
	position: relative;
}
	#content #progress-bar li:before {
		content: counter(li)".";
		counter-increment: li;
		/*background: #ed2435;*/
		/*color: #fff;*/
		/*width: 1.5em;*/
		/*height: 1.5em;*/
		/*position: absolute;*/
		/*top: 0;*/
		/*left: 0;*/
		/*-moz-border-radius: 50px;*/
		/*border-radius: 50px;*/
		/*text-align: center;*/
	}

#progress-bar strong {
	color: #fff;
}

/* @end */



/* @group Forms
----------------------------------------------------------------------------- */

form {
	/*background: #a3a3a2 url('/static/nav/form_corner.png?7e3bc05ef5fd') no-repeat right top;*/
	background: #d7d7d6;
	clear: both;
	margin: 1.4em 0;
	width: 632px;
	font-size: 0.92857em; /* 13px */
	line-height: 1.4em;
	padding: 10px 0 20px 0;
}

.wideform div.recurrence-widget {
	padding: 0px;
	background-color: #fff;
	width: 590px;
}

div.recurrence-widget form {
    background-color: #fff;
}

#content div.recurrence-widget form ul {
	float: none;
	margin-top: 0.5em;
	margin-left: 1.5em;
}

div.recurrence-widget form ul input {
	float: none;
}

div.recurrence-widget span {
    float: none;
}

div.recurrence-widget div {
    width: 100%;
    padding: 0px;
}

div.recurrence-widget input[type="checkbox"] {
	float: none;
}

.wordpress form {
	width: auto;
}

#progress-bar + form {
	margin-top: 0;
}

form.wideform {
	width: 100%;
}

.wideform div {
	width: 85%;
}

form.paypal {
	background: #fff;
	margin: 2em 0 1.4em 0;
}

form.worldpay {
	background: #fff;
    margin-left: 0px;
}

form.no-background {
	background: none;
}

form h2 {
	padding: 30px 20px 10px 20px;
	font-size: 1.69230em; /* 22px */
	/*background: #fff;*/
	/*margin: -10px 0 10px -20px;*/
}
/*#progress-bar + form h2 {
	padding: 30px 20px 10px 20px;
}*/

form h3 {
	padding: 0.5em 0 0 0;
	font-size: 1.38461em; /* 18px */
}

.one-blob form {
	margin: 0 auto 1.4em auto;
}

form div {
	padding: 10px 20px 0 20px;
	/*padding-top: 20px;*/
	width: 592px;
	overflow: hidden;
}
.wordpress form p {
	padding: 10px 20px 0 20px;
	/*padding-top: 20px;*/
	/*width: 592px;*/
	overflow: hidden;
}

form div.required-key {
	font-size: 0.85714em; /* 12px */
	float: right;
	width: auto;
	padding: 10px 20px 0 20px;
	color: #ed173e;
/*	float: left;
	width: auto;
	padding-left: 200px;
	padding-top: 0;*/
}

form div.repeater {
	padding: 0;
	width: auto;
}

fieldset h2 {
	padding-top: 0px;
}

form fieldset {
	padding-top: 0.7em;
}

form fieldset div {
	padding: 0.7em 20px 0 20px;
}

form span.required {
	color: #ed173e;
	float: none;
	width: auto;
}

form div.help-long {
	width: 392px;
	padding: 0.5em 20px 0 0;
	margin-left: 200px;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
	color: #444;
}

form span {
	float: left;
	width: 190px;
	padding-right: 10px;
}

form span.hint {
	float: none;
	width: auto;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
	color: #444;
}

form label {
	float: left;
	width: 190px;
	padding-right: 10px;
}
.wordpress form label {
	width: 90px;
}

form input[type=text], 
form input[type=password], 
form input[type=search],
form select, 
form textarea {
	background: #fff;
	border: solid 1px #c9cfbc;
	padding: 3px;
	font-size: 1em;
}

form select {
	padding: 2px 3px;
}

form .wide-select {
	padding: 0;
	width: 385px;
	overflow: hidden;
}

form input[type=text], 
form input[type=password] {
	width: 230px;
}

form input.short {
	width: 100px;
}

form li input.datebox {
	width: 50px;
}

form input.long {
	width: 381px;
}

form textarea {
	width: 381px;
	height: 100px;
	font-family: Verdana, Arial, sans-serif;
}


/* Checkboxes and radio buttons */
#content form ul {
	float: left;
	width: 392px;
	list-style-type: none;
	margin: 0 0 0 0;
	margin-top: -0.5em;
}

#content form ul li {
	width: 392px;
	overflow: hidden;
	margin-top: 0.5em;
}

form ul input {
	float: left;
}

form ul label {
	width: 350px;
	padding-right: 0;
}

form ul label:first-child {
	width: auto;
	padding: 0 10px 0 1.5em;
}

form label.other-detail {
	width: auto;
	padding: 0 10px 0 200px !important;
}

form ul label.other-detail {
	padding: 0 10px 0 1.7em !important;
}

form .move-labels ul label {
	width: 110px;
	padding-right: 10px;
}


/* Break times */
#content form li ul {
	width: 340px;
}

#content form .subset-break span {
	width: 40px;
}

form .move-labels ul label:first-child, 
form .move-labels .other-detail {
	padding: 0 10px 0 0em;
}


/* Names, dates */
#content form ul.move-labels-js li {
	float: left;
	padding-right: 4px;
	width: auto;
}

form .move-labels-js input {
	width: 184px;
}

form .move-labels-js input.short {
	width: 70px;
}


form li input[type=checkbox] {
	width: 1.5em;
}

#content form p {
	margin: 0.5em 0 0 0;
}

#content form p:first-child {
	margin: 0;
}


form .form-footer {
	/*background: #c3c9b4;*/
	margin-top: 1.4em;
	/*padding: 1.4em 20px 1.4em 20px;*/
	/*text-align: right;*/
}

form .form-footer label {
	/*visibility: hidden;*/
	display: none;
}

form .form-footer input,
.force-form-button,
.wordpress form input[type=submit] {
	background: #ed2435;
	border: solid 0px #ed2435;
	color: #fff;
	padding: 5px 8px;
	font-size: 1.14285em; /* 16px */
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.fake-input:link, 
a.fake-input:visited, 
a.fake-input:hover {
	background: #ed2435;
	/*border: solid 1px #007b00;*/
	color: #fff;
	text-decoration: none;
	padding: 1px 3px;
	font-size: 1em;
	display: inline-block;
}

.form-footer a.fake-input:link, 
.form-footer a.fake-input:visited, 
.form-footer a.fake-input:hover {
	/*margin-left: 200px;*/
	padding: 5px 8px;
/*	font-size: 1em;*/ /* 14px */
}

form input.button-js, 
form input[type=button] {
	background: #fff;
	border: none;
	color: #3c3c3b;
	padding: 3px 5px;
	/*font-size: 0.85714em;*/
	font-size: 1em;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form input[type=text] + input.button-js,
form input[type=text] + input[type=button] {
	margin-left: 5px;
}

#id_entry_restriction-postcode-btnFind {
	margin-left: 5px;
}

#id_entry_restriction-postcode_select {
	margin-top: 10px;
}

/* Date widget */
form .ui-datepicker-trigger {
	background: #00a000;
	border: solid 1px #007b00;
	color: #fff;
	padding: 1px 3px;
	font-size: 0.85714em;
	margin: 2px 0 0 5px;
}

/* Error */
form .error, 
form .error div.help-long, 
form .error .hint, 
.errorlist {
	color: #ed173e;
}

form .errorlist {
	padding-left: 200px;
}

#content form .fix-errorlist {
	margin-left: auto;
	margin-right: auto;
}
#content form .fix-errorlist .errorlist {
	float: none;
	padding-left: 0;
}

form .error input[type=text], 
form .error select, 
form .error textarea {
	border: solid 1px #ed173e !important;
}

/* Error */
form .success, 
form .success div.help-long, 
form .success .hint {
	color: #005300;
}

form .success input[type=text], 
form .success select, 
form .success textarea {
	border: solid 1px #017101 !important;
}
/* @end */


/* @group Tables in forms
----------------------------------------------------------------------------- */

form table {
	margin: 20px;
	border-left: solid 1px #c9cfbc;
	border-bottom: solid 1px #c9cfbc;
	border-right: solid 0px #c9cfbc;
}

form table td {
	border-top: solid 1px #c9cfbc;
	border-right: solid 1px #c9cfbc;
}

form table label {
	padding-right: 0;
	width: 150px;
}

form table textarea {
	width: 180px;
}

#content form table ul {
	width: 180px;
}

#content form table li {
	width: 180px;
}

#content form table ul label {
	width: 180px;
	padding: 0;
}
/* @end */



/* @group Wide form
----------------------------------------------------------------------------- */

form.extra-wide {
    width: 870px;
    width: inherit;
}

form.extra-wide div {
    width: 830px;
    width: inherit;
}

#content form.extra-wide ul {
    width: 630px;
}

#content form.extra-wide li {
    width: 630px;
}

#content form.extra-wide td.default ul {
    width: auto;
}

form.extra-wide textarea {
    height: 30px;
}

form div.extra-data {
    padding: 0;
}

form .toggle-extra {
    padding-left: 20px;
}

form .toggle-extra span {
    float: none;
    width: auto;
    padding-right: 0;
    text-decoration: underline;
    color: #ed2435;
}

form div.toggle-progress-data,
form div.toggle-extra-data {
    width: 830px;
    padding: 0;
}

form div.toggle-progress-data table,
form div.toggle-extra-data table {
    margin: 20px 20px 0 20px;
}

form.extra-wide table label {
    width: auto;
    float: none;
}

form table td.small input {
    width: 50px;
}

form table td.medium input {
    width: 120px;
}

form table td.large input {
    width: 200px;
}

	
/* @end */



/* @group Narrow forms
----------------------------------------------------------------------------- */

.blob-menu form {
	/*background: #a3a3a2 url('/static/nav/form_corner_small.png?7e3bc05ef5fd') no-repeat right top;*/
	width: 284px;
}

#content .blob-menu form p {
	padding: 10px 20px;
	margin: 0;
}

#content .blob-menu form p.submit {
	padding: 10px 20px 0 20px;
	text-align: right;
	/*background: #c3c9b4;*/
}

.blob-menu form p.submit input {
	background: #ed2435;
	border: none;
	color: #fff;
	padding: 5px 8px;
	font-size: 1.14285em; /* 16px */
}

.blob-menu form textarea {
	width: 200px;
}

.blob-menu form input[type=text] {
	width: 236px;
}


.blob-menu form div {
	padding: 1.4em 20px 0 20px;
	width: 244px;
	overflow: hidden;
}


/* @end */



/* @group Small forms
----------------------------------------------------------------------------- */

.small-form form {
	background: #a3a3a2 url('/static/nav/form_corner_small.png?7e3bc05ef5fd') no-repeat right top;
	overflow: hidden;
}

.small-form form h2 {
	display: none;
}

.small-form form div {
	padding: 1.4em 20px 0 20px;
	width: auto;
	float: left;
}

.small-form form div.required-key {
	float: right;
	text-align: right;
	padding: 20px 20px 0 0;
}

.small-form form label {
	width: 130px;
	padding-right: 0;
}

.small-form form div.form-footer {
	float: left;
	background: #a3a3a2;
	padding: 0 0 20px 0;
}

.small-form form div.form-footer label {
	display: none;
}

.small-form form .form-footer input {
	padding: 1px 8px 2px 8px;
}
/* @end */


/* @group Error messges
----------------------------------------------------------------------------- */

.messages {
	padding: 30px 20px 0 20px;
	width: 880px;
	overflow: hidden;
}

.messages li {
	float: left;
	clear: both;
	padding: 2px 5px 3px 5px;
	margin-bottom: 5px;
}

.messages li.error {
	background: #c00000;
	color: #fff;
}

.messages li.success {
	background: #02adf5;
	color: #fff;
}
/* @end */


/* @group Blog listings
----------------------------------------------------------------------------- */

#blog-listing {
	margin-top: -3.57142em;
}

#blog-listing .blog-post {
	width: 632px;
	overflow: hidden;
	margin-top: 2em;
}

.blog-post .date {
	margin-top: -1em;
	font-style: italic;
}

.blog-post .meta {
	margin-top: 1.4em;
	clear: both;
}

#content #comments {
	list-style-type: none;
	margin: 0;
}

#content #comments li {
	margin-bottom: 1.5em;
}

#comments cite {
	font-size: 0.85714em; /* 12px */
}

#comments blockquote {
	margin: 0;
	background: url('/static/nav/quotes.png?7e3bc05ef5fd') no-repeat left top;
	padding: 2px 0 0 40px;
}
/* @end */


/* @group Images
----------------------------------------------------------------------------- */

/* For the blog */
#content img {
	display: block;
	margin: 20px auto;
}

#content img.left {
	float: left;
	margin: 20px 20px 20px 0;
}

#content img.right {
	float: right;
	margin: 20px 0 20px 20px;
}

.images {
	float: right;
	padding: 0 0 20px 20px;
	margin-top: -20px;
	text-align: center;
}

.images img {
	display: inline;
	margin: 20px 0 5px 0;
}

.images .caption {
	padding-bottom: 5px;
	width: 300px;
	text-align: center;
	font-size: 0.85714em; /* 12px */
	line-height: 1.4em;
}

/* for the CMs fluent-pages */
figure {
	padding: 0 0 0 0;
}

figure.align-right {
	float: right;
	margin: 0 0 20px 20px;
}

figure.align-left {
	float: left;
	margin: 0 20px 20px 0;
}

figure figcaption {
	padding-bottom: 5px;
	width: 300px;
	text-align: center;
	font-size: 0.85714em; /* 12px */
	line-height: 1.4em;
}
/* @end */


/* @group Downloads
----------------------------------------------------------------------------- */

#content.two-blobs-menu ul.downloads {
	list-style-type: none;
	margin: 0 0 1.4em 0;
}

#content.two-blobs-menu ul.downloads li {
	background: url('/static/nav/icon_plain.gif?7e3bc05ef5fd') no-repeat left top;
	margin-top: 0.5em;
	width: 632px;
	overflow: hidden;
}

#content.two-blobs-menu .two-split-blobs ul.downloads li {
	width: 306px;
}

#content.two-blobs-menu ul.downloads a {
	float: left;
	padding: 0.5em 0 0.5em 37px;
}

#content.two-blobs-menu ul.downloads li.pdf {
	background: url('/static/nav/icon_pdf.gif?7e3bc05ef5fd') no-repeat left top;
}

#content.two-blobs-menu ul.downloads li.zip {
	background: url('/static/nav/icon_zip.gif?7e3bc05ef5fd') no-repeat left top;
}

#content.two-blobs-menu ul.downloads li.doc {
	background: url('/static/nav/icon_doc.gif?7e3bc05ef5fd') no-repeat left top;
}

#content.two-blobs-menu ul.downloads li.image {
	background: url('/static/nav/icon_image.gif?7e3bc05ef5fd') no-repeat left top;
}
/* @end */


/* @group Boxout
----------------------------------------------------------------------------- */

.boxout {
	background: #edefe8;
	padding: 17px 20px;
}

.boxout .date, 
.boxout .title {
	font-size: 1.28571em; /* 18px */
	color: #333;
	text-align: center;
	line-height: 1.4em;
}

.boxout .link {
	font-size: 0.78571em; /* 11px */
	text-align: right;
	padding-top: 0.63636em; /* 7px */
}
/* @end */


/* @group Grid listing
----------------------------------------------------------------------------- */

.listing-grid {
	width: 900px;
	overflow: hidden;
	margin-top: -20px;
}

.listing-grid .blob {
	float: left;
	margin: 20px 20px 0 0;
}

.cols2 .blob {
    width: 430px;
}

.cols3 .blob {
    width: 240px;
    width: 280px;
}

.listing-grid h2 {
	padding: 0 0 0 53px;
	height: 2.5em;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('/static/nav/icon1.gif?7e3bc05ef5fd');
}

.listing-grid h2.icon-maintenance {
	background-image: url('/static/nav/icon_maintenance.gif?7e3bc05ef5fd');
}

.listing-grid h2.icon-dr-bike {
	background-image: url('/static/nav/icon_drbike.gif?7e3bc05ef5fd');
}

.listing-grid h2.icon-group-beginner {
	background-image: url('/static/nav/icon2.gif?7e3bc05ef5fd');
}

.listing-grid h2.icon-group, .listing-grid h2.icon-family {
	background-image: url('/static/nav/icon2.gif?7e3bc05ef5fd');
}

.listing-grid h2.icon-individual {
	background-image: url('/static/nav/icon1.gif?7e3bc05ef5fd');
}

.listing-grid h2.icon-schools {
	background-image: url('/static/nav/icon_schools.gif?7e3bc05ef5fd');
}

.listing-grid h2.icon-school-level1,
.listing-grid h2.icon-school-level12,
.listing-grid h2.icon-school-level3,
.listing-grid h2.icon-child-group {
	background-image: url('/static/nav/icon_schools.gif?7e3bc05ef5fd');
}

.listing-grid h2.icon-cpc {
	background-image: url('/static/nav/icon_cpc.jpg?7e3bc05ef5fd');
}

.listing-grid h2.icon-lead-rides {
	background-image: url('/static/nav/icon_leadrides.gif?7e3bc05ef5fd');
}

.listing-grid h2.no-icon {
	padding: 0;
	background: none;
}

.listing-grid h2 a:hover {
	color: #ed2435 !important;
}

#content .listing-grid p {
	margin: 0.7em 0 0 0;
}

/*#content .listing-grid p.link {
	margin-top: 0;
	float: right;
}
	#content .listing-grid p.link a {
		display: block;
	}*/

.listing-grid h2 a:link, 
.listing-grid h2 a:visited, 
.listing-grid h2 a:hover {
	text-decoration: none;
	color: #555;
}

.row-js {
	width: 900px;
	overflow: hidden;
}

.row-js .blob {
	padding-bottom: 1000px;
	margin-bottom: -980px;
}


.toggle-arrow {
	cursor: pointer;
	background: url('/static/nav/up_arrow.png?bc511b7b68d4') no-repeat left top;
	font-size: 17px;
	padding-right: 15px;
	margin-left: 5px;
}

.toggle-arrow.down {
	background: url('/static/nav/down_arrow.png?bc511b7b68d4') no-repeat left top;
}
/* @end */


/* @group Notes
----------------------------------------------------------------------------- */

#content .notes {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.notes li {
	padding: 10px 10px 20px 10px;
	background: #02adf5;
	color: #fff;
	font-size: 0.85714em; /* 12px */
	line-height: 1.4em;
}

.notes small {
	padding-right: 20px;
}
/* @end */


/* @group Calendar listing
----------------------------------------------------------------------------- */

#content .listing-calendar {
	list-style-type: none;
	margin: -1.4em 0 1.4em 0;
}

#content .listing-calendar li {
	padding-top: 1.4em;
}

#content .listing-calendar .date {
	display: block;
	font-size: 0.92857em;
}

#content .listing-calendar .title {
	font-size: 1.14285em; /* 16px */
}
/* @end */


/* @group Home page
----------------------------------------------------------------------------- */

.home-courses h3 {
	padding-top: 0;
}

.home-courses {
	background: #a3a3a2;
	padding: 10px 20px;
	width: 242px !important;
	margin: 0 0 0 0 !important;
}

.home-highlights {
	margin: 0 0 0 0 !important;
}

.home-highlights h2 {
	padding-top: 10px;
}

#content .home-highlights ul {
	margin: 0 auto;
	list-style-type: none;
}

/*#content .home-highlights p {
	margin-right: 30px;
}
*/

.home-highlights li {
	padding-right: 0px;
}

#content .superhighway {
	padding: 10px 20px;
}

#content .superhighway img {
	float: left;
	margin: 0 10px 0 0;
}

#content .superhighway p {
	font-style: italic;
	margin: 20px 0 0.7em 0;
}

.home-upcoming-events table {
	width: 580px;
}

.home-blog-post {
	background: url('/static/nav/quotes.png?7e3bc05ef5fd') no-repeat 0px 10px;
	padding: 0 0 0 40px;
	width: 240px !important;
}

.home-blog-post .date {
	font-size: 0.85714em; /* 12px */
	line-height: 1.4em;
	font-weight: bold;
	margin-top: -1em;
}

.home-blog-post .post {
	font-size: 0.85714em; /* 12px */
	line-height: 1.4em;
}

p#corporate-highlight {
	display: block;
	width: 200px;
	background: #00a000;
	padding: 5px 0 8px 0;
	margin-top: 2em;
	text-align: center;
}

p#corporate-highlight a:link, 
p#corporate-highlight a:visited, 
p#corporate-highlight a:hover {
	color: #fff;
	text-decoration: none;
}

h3.free-training {
	padding-bottom: 0;
}

h3.free-training small {
	font-size: 0.66666em; /* 12px */
}

.home-page h3 {
	font-size: 1.2em;
}
.home-read-more {
	background: #e5e5e5;
	padding: 20px;
	margin-bottom: 2em;
}
	.home-read-more a {
		white-space: nowrap;
	}
.blog-title strong {
	text-transform: uppercase;
	font-size: 24px;
	color: #ed2435;
}

/* @end */


/* @group Sponsors blog feed
----------------------------------------------------------------------------- */

.sponsors-blog-post .date {
	font-size: 0.85714em; /* 12px */
	line-height: 1.4em;
	font-weight: bold;
}

.sponsors-blog-post .post {
	font-size: 0.85714em; /* 12px */
	line-height: 1.4em;
}

#content .blob-menu .sponsors-blog-post li {
	font-size: 0.85714em; /* 12px */
}
/* @end */


/* @group Corporate sponsors
----------------------------------------------------------------------------- */

.voucher-form {
	float: left;
	width: 520px;
}

.voucher-form form {
	width: 520px;
}

.voucher-form form .form-footer {
	width: 480px;
}

.list {
	float: right;
	background: #ebebeb;
	padding: 20px 15px 20px 15px;
	width: 280px !important;
	font-size: 0.85714em; /* 14px */
}

.blob-menu .list {
	width: 188px !important;
}

.list h4 {
	color: #008;
	margin-bottom: 1em;
	font-weight: bold;
}
/* @end */


/* (added by Al, 29/3/2011) 
----------------------------------------------------------------------------- */
.assignment-declined, .assignment-Decline {
	color: #d43f3a;
}

.assignment-invited, .assignment-Invite {
	color: #f0ad4e;
}

.assignment-accepted, .assignment-Accept {
	color: #218521;
}

/* @end */

.fruit-shoot {
	float: right;
	margin-top: -80px;
}

.fruit-shoot img {
	margin: 0 !important;
}





hr {
	border: 0;
	height: 1px;
	background: #d7d7d6;
}
.review_categories > div {
	padding: 0.7em 20px 0;
}

.review_categories > div > label:first-child {
	width: 22%;
	text-align: left;
}

.review_categories > div > label {
	float: left !important;
}

.review_categories_4 >  div > label {
	width: 17%;
}

.review_categories_5 >  div > label {
	width: 13%;
}

.category_required {
	font-size: 13px;
}

#errorMsg ol {
	list-style-type: disc;
	color: #a60000;
}

.peer_reviewee {
	text-align: center;
	font-size: 2em;
}

.instructor {
	margin: 0 !important;
	font-size: 10px;
}

.peer_review_indicator {
	background: #d9534f;
	background: -moz-linear-gradient(left,  #d9534f 0%, #f0ad4e 45%, #f0ad4e 55%, #5cb85c 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9534f), color-stop(45%,#f0ad4e), color-stop(55%,#f0ad4e), color-stop(100%,#5cb85c));
	background: -webkit-linear-gradient(left,  #d9534f 0%,#f0ad4e 45%,#f0ad4e 55%,#5cb85c 100%);
	background: -o-linear-gradient(left,  #d9534f 0%,#f0ad4e 45%,#f0ad4e 55%,#5cb85c 100%);
	background: -ms-linear-gradient(left,  #d9534f 0%,#f0ad4e 45%,#f0ad4e 55%,#5cb85c 100%);
	background: linear-gradient(to right,  #d9534f 0%,#f0ad4e 45%,#f0ad4e 55%,#5cb85c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9534f', endColorstr='#5cb85c',GradientType=1 );
}

.peer_review_indicator ul {
	padding: 0 0 20px;
	margin: 0 !important;
}

.user_icon {
	text-align: center;
	width: 5%;
}

.user_icon img {
	height: 35px;
	margin: 0 !important;
	display: inline !important;
}

.choice {
	float: left;
	text-align: center;
	list-style: none;
	font-size: 12px;
	color: #fff;
}

.choice_4 {
	width: 25%;
}

.choice_5 {
	width: 20%;
}

.review {
	clear: both;
	border-bottom: 1px solid #ccc;
}

.review_info {
	float: left;
	padding: 10px;
	font-size: 12px;
}

.review_event {
	width: 14%;
}

.review_criteria {
	text-align: center;
}

.review_date {
	width: 14%;
}

.review_reviewer {
	text-align: center;
	width: 14%;
}

.review_comment {
	clear: both;
}

.average {
	text-align: center;
}

form.manage_peer_review_form {
  	margin: 10px 0px;
}

.instructor_select {
	padding: 10px 0px;
}

.endless_container{
    clear: both;
    width: 100%;
    text-align: center;
}

.instructions {
	font-size: 0.85em;
}

.pagination {
	text-align: center;
}
.pagination + table {
	margin-top: 0.9em;
}
table + .pagination {
	margin-top: 0.9em;
}


/* Hack to edit the calendar colour. The CSS is hosted on Cloudflare so we need to override it. */
body .fc-unthemed .fc-today {
	background: #f6e284;
}



.home-blog {
	background: #333;
}
#content .home-blog img {
	margin: 0;
}
.home-blog-text {
	color: #fff;
	padding: 10px 15px;
}
.home-blog-text h4 {
	font-weight: bold;
	padding: 0;

#leave-dialog {
	padding: 5.6px 14px;
}

#create_btn, #edit_btn {
	background: #fff none repeat scroll 0 0;
	border-color: #373ad7;
	color: #373ad7;
	font-weight: bold;
	float: right;
}

#delete_btn {
	background: #fff none repeat scroll 0 0;
	font-weight: bold;
}

#cancel_btn {
	background: #fff none repeat scroll 0 0;
	border-color: #d43f3a;
	color: #d43f3a;
	font-weight: bold;
	float: right;
}

.ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.datepicker table {
	border: none;
	border-spacing: 2px;
	font-size: 13px;
}

.datepicker table th {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #333;
	font-weight: bold;
}

#leave-dialog > p {
  line-height: 2em;
}

.leave_info_line {
	margin-bottom: 10px;
}

.sep {
	margin-right: 4px;
}

#leave_times {
	margin-top: 5px;
}
/* print styles
----------------------------------------------------------------------------- */

@media print {
    form .toggle-progress-data, 
form .toggle-extra-data {
    display: block !important;
}
form .toggle-extra {
    display: none !important;
}
#page-head, 
#content, 
.one-blob {
    overflow: visible !important;
}
}
