/* @override 
	http://www.bikeability.org.uk/_css/master.css
	http://local.bikeability/_css/master.css
*/

/* General ................................................................................................ */
a { }
a:hover { }

hr { display: none; }

img { border: 0; }

form { margin: 0; padding: 0; }

textarea { width: 100%; height: 80px; }

p { margin: 1em 0; }
input, 
textarea { margin: 0.5em 0; }

optgroup { font-style: normal; }
optgroup option { text-indent: 10px; }



/* General Classes ................................................................................................ */
textarea,
input.textbox { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; font-family: Arial; font-size: 11px; padding: 3px; }
input.submit { border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-bottom: 1px solid #666; border-right: 1px solid #666; font-size: 11px; padding: 3px; background: #DEDEDE; }

input.radio { margin: 0; }
span.radioanswer { margin-right: 30px; }

.smallprint { font-size: 11px; color: #777; }

.thanks { margin: 30px 0; color: #F0037F; font-weight: bold; }

.alert { margin: 30px 0; color: #C00; font-size: 11px; font-weight: bold; text-transform: uppercase; }

.centretext { text-align: center; }

.clear { clear: both; }

form.standardform * { margin: 0; padding: 0; }
form.standardform p { margin: 15px 0; }
form.standardform p.form_text label { float: left; width: 120px; line-height: 20px; }
form.standardform p.form_text input { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; font-family: Arial; font-size: 11px; padding: 3px; }
form.standardform p.form_text select { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; font-family: Arial; font-size: 12px; }
form.standardform p.form_radio label { margin-right: 10px; }




/* html & body ................................................................................................ */
html { height: 101%; }
body { margin: 0;	padding: 0;	height: 100%;	background: url("/img/bg.jpg") center; font-family: Arial; font-size: 12px; color: #222; }
#subbody { margin: 0 auto; padding: 0; width: 770px; min-height: 100%; background: #FFF; position: relative; }
* html #subbody { height: 100%; }



/* Header ................................................................................................ */
#header { min-height: 170px; }
* html #header { height: 170px; }

h1 { margin: 0; padding: 0; width: 130px; height: 170px; position: absolute; top: 20px; left: 20px; text-indent: -9999px; cursor: hand; }

#imgheader { padding: 20px 0 0 20px; }
#flashheader { padding: 0 0 0 20px; }

#header ul { margin: 0; padding: 0; list-style: none; position: absolute; }
#header li { float: left; }

#header ul.nav { top: 20px; right: 10px; padding-top: 108px; padding-left: 25px; width: 565px; height: 37px; }
#header ul.nav a { margin-right: 20px; font-size: 16px; color: #FFF; text-decoration: none; letter-spacing: -1px; }
#header ul.nav a:hover { color: #D2F6FE; }

#header ul.misc { top: 5px; right: 20px; font-size: 11px; }
#header ul.misc li { margin-left: 10px; padding-left: 12px; background: url("/img/header/greencir.gif") no-repeat 0 2px; }
#header ul.misc a { color: #999; text-decoration: none; }
#header ul.misc a:hover { color: #B3DC10; text-decoration: underline; }

#header p.date { margin: 0; position: absolute; top: 5px; left: 20px; font-size: 11px; color: #A6D514; }



/* Left ................................................................................................ */
#left { width: 145px; padding: 45px 0 170px 15px; float: left; }

#left h2,
#left h3 { display: none; }
#left h4 { font-size: 11px; font-weight: bold; text-transform: uppercase; margin: 0; padding: 5px 0 5px 5px; color: #F0037F; line-height: 14px; }

#left ul { margin: 0 0 20px 0; padding: 0; list-style: none; font-size: 11px; border-top: 1px solid #DDD; }
#left ul li { line-height: 22px; border-bottom: 1px solid #DDD; }
#left li a { text-decoration: none; color: #333; display: block; padding-left: 5px; }
#left li a:hover { background: #FFDFF0; }

#left ul ul { margin: 0; padding: 4px 0; background: #f0f0f0; }
#left ul ul li { border: 0; line-height: 14px; padding: 4px 0 4px 10px; background: url(/img/left/bullet.gif) no-repeat 5px 8px; }
#left ul ul li a:hover { background: #f0f0f0; }

#left li.logout a { color: #AAA; }
#left li.logout a:hover { color: #333; }

#left div.what h4 { color: #30B1D0; }
#left div.what ul { border-top: 1px solid #30B1D0; }
#left div.what a:hover { background: #E4E8FF; }

#left div.kids h4 { color: #A6D514; }
#left div.kids ul { border-top: 1px solid #A6D514; }
#left div.kids a:hover { background: #F2FED9; }

#left div.parents h4 { color: #CB7ABA; }
#left div.parents ul { border-top: 1px solid #CB7ABA; }
#left div.parents a:hover { background: #FFDBF7; }

#left div.professionals h4 { color: #FFB300; }
#left div.professionals ul { border-top: 1px solid #FFB300; }
#left div.professionals a:hover { background: #FFF1D1; }
#left div.professionals ul ul { border-top: 1px solid #ddd; }
#left div.professionals a.sel { color: #FFB300; }
#left div.professionals a.sel:hover { background: none; }
#left div.professionals ul ul a:hover { background: #f0f0f0; color: #666; }

#left div.admin h4 { color: #666; }
#left div.admin ul { border-top: 1px solid #666; }
#left div.admin a:hover { background: #EEE; }

#left div.login { padding: 35px 0 0 10px; width: 125px; height: 135px; background: url("/img/left/instructor_login.gif") no-repeat; font-size: 11px; }
#left div.login p { margin: 0; }
#left div.login input { margin: 0 0 15px 0; padding: 3px; border: 0; width: 100px; font-family: Arial; font-size: 11px; }
#left div.login input.insubmit { padding: 0; width: auto; border-top: 1px solid #AAA; border-left: 1px solid #AAA; border-bottom: 1px solid #666; border-right: 1px solid #666; }

/* GREEN */

body#teachers_index li.navteachers a, body#ask_mum li.navaskmum a,body#meet_the_mums li.navmeetthemums a { 
	background: #FFDFF0;
}

/* KIDS PAGES */

body#message_board li.navmessageboard a, body#competition li.navcompetition a, body#know_your_wheels li.navknowwheels a, body#on_your_bike li.navonyourbike a, 
body#what_to_wear li.navwhattowear a,  body#look_the_part li.navlookthepart a, body#get_going li.navgetgoing a {
	background: #F2FED9;
}

/* PURPLE */

body#parents_introduction li.navintroduction a, body#feedback li.navfeedback a {
	background: #FFDFF0;
}

/* BLUE */

body#faqs li.navfaq a, body#bikeability_near_you li.navnearyou a, body#being_safe li.navbeingsafe a, body#how_to_get_involved li.navgetinvolved a, 
body#register_your_interest li.navregisterinterest a, body#contact_us li.navcontact a {
	background: #E4E8FF;
}

/* YELLOW */

body#news li.navnews a, body#becoming_a_cycle_instructor li.navbecominginstructor a, body#professionals_faqs li.navprofessionalsfaqs a,
body#instructor_bursaries li.navinstructorbursaries a, body#course_manuals li.navcoursemanuals a, body#bikeability_award_materials li.navawards a,
body#schemelogin li.navschemelogin a, body#instructorlogin li.navinstructorlogin a  { 
	background:#FFF1D1;
}

/* Right ................................................................................................ */
#right { width: 160px; padding: 0 0 170px 0; float: right; }

#right h2 { margin: 0; }

#right #searchform { margin: 0 0 15px 0; width: 150px; height: 35px; line-height: 35px; position: relative; }
#right #searchform h2 { display: none; }
#right #searchform input { margin: 2px 0 0 0; float: left; color: #999; }
#right #searchform input.textbox { margin: 4px 4px 0 15px; padding: 1px 3px; width: 90px; }

#right div.card { margin: 0 0 15px 0; padding: 0 0 20px 0; width: 150px; }
#right div.card a { text-decoration: none; }
#right div.card a:hover { cursor: hand; }
#right div.card h2 { text-indent: -9999px; height: 110px; }
#right div.card p { margin: 0; padding: 5px 20px 0; font-size: 11px; color: #FFF; }

#right div.askmum { background: url("/img/right/askmum_end.jpg") bottom no-repeat; }
#right div.askmum h2 { background: url("/img/right/askmum_h2.jpg"); }
#right div.askmum p { background: url("/img/right/askmum_p.jpg"); }

#right div.msgboard { background: url("/img/right/kids_message_end.jpg") bottom no-repeat; }
#right div.msgboard h2 { background: url("/img/right/kids_message_h2.jpg"); }
#right div.msgboard p { background: url("/img/right/kids_message_p.jpg"); }

#right div.forum { background: url("/img/right/forum_end.jpg") bottom no-repeat; }
#right div.forum h2 { background: url("/img/right/forum_h2.jpg"); }
#right div.forum p { background: url("/img/right/forum_p.jpg"); }



/* Content ................................................................................................ */
#content { margin: 0 0 0 13px; padding: 0 0px 170px 0px; float: left; width: 435px; position: relative; }

	#content a { color: #F0037F; text-decoration: none; border-bottom: 1px solid #CCC; }
	#content a:hover { color: #666; }
	
	#content a.big { border-bottom: none ! important; }

	#content ul, 
	#content ol { margin: 0; padding: 0 0 0 25px; }
	#content li { margin: 15px 0;  }

	#content ul.pro { margin: 0; padding: 0 0 0 15px; list-style: none; }
	#content ul.pro li { padding: 0 0 0 10px; background: url("/img/content/ul/pro.gif") 0 4px no-repeat; }

	#content ul.breadcrumb { margin: 0 0 10px 0; padding: 0; list-style: none; font-size: 11px; }
	#content ul.breadcrumb li { margin: 0 5px 0 0; display: inline; text-transform: capitalize; color: #888; }
	#content ul.breadcrumb a { color: #888; text-decoration: none; border-bottom: 1px solid #CCC; }
	#content ul.breadcrumb a:hover { border-bottom: 1px solid #999; }

	#content h2 { margin: 0; text-indent: -9999px; }
	#content h4 { font-size: 14px; margin: 0; }


	/* Intro */
	div.intro { margin: 0; padding: 0 15px 15px 15px; width: 405px; float: left; color: #FFF; background: #30B1D0 url("/img/content/introbox/other.gif") bottom no-repeat; }
	div.intro h3 { margin: 0; font-size: 12px; color: #000; }
	div.intro p { margin: 10px 0 0 0; }
	div.intro a { color: #FFF ! important; border-color: #95E0EF ! important; }
	div.intro a:hover { border-color: #FFF ! important; }
	div.intro img { margin: 0 0 0 5px; float: right; }
	div.intro form p { margin: 10px 0; display: block; }

	div.intro p.thanks { margin: 10px 0; display: block; color: #FFF; }
	#content div.pro_intro p.thanks a { color: #FFF; border-bottom: 1px solid #FFDB80; }
	#content div.pro_intro p.thanks a:hover { border-bottom: 1px solid #FFF; }

	div.kids_intro { background: #B3DC10 url("/img/content/introbox/kids.gif") bottom no-repeat; font-weight: bold; }
	div.kids_intro a { color: #FFF!important; border-bottom: 1px solid #FFF!important; text-decoration: none; font-weight: bold; }
	div.kids_intro a:hover { border-bottom: 1px solid #829F09!important; }
	
	div.pro_intro { color: #222; background: #FFB300 url("/img/content/introbox/instructors.gif") bottom no-repeat; }
	div.pro_intro a { color: #FFF!important; border-bottom: 1px solid #FFD46F!important; text-decoration: none; font-weight: bold; }
	div.pro_intro a:hover { border-bottom: 1px solid #FFF!important; }

	div.pro_intro { color: #222; background: #FFB300 url("/img/content/introbox/instructors.gif") bottom no-repeat; }
	div.pro_intro a { color: #FFF!important; border-bottom: 1px solid #FFD46F!important; text-decoration: none; font-weight: bold; }
	div.pro_intro a:hover { border-bottom: 1px solid #FFF!important; }
	
	div.teachers_intro { background: #FEEA27 url("/img/content/introbox/teachers.gif") bottom no-repeat; color: #222; }
	div.teachers_intro a { color: #FFF!important; border-bottom: 1px solid #FFF!important; text-decoration: none; font-weight: bold; }
	div.teachers_intro a:hover { border-bottom: 1px solid #AF419D!important; }
		
	div.search_intro { background: #30B1D0 url("/img/content/introbox/other.gif") bottom no-repeat; }
	div.search_intro p { margin: 5px 0; display: block; font-weight: bold; }
		
	div.parents_intro { background: #cb7aba url("/img/content/introbox/parents.gif") bottom no-repeat; color: #222; }
	div.parents_intro a { color: #FFF!important; border-bottom: 1px solid #FFF!important; text-decoration: none; font-weight: bold; }
	div.parents_intro a:hover { border-bottom: 1px solid #AF419D!important; }

	
	div.admin_intro { background: #30B1D0 url("/img/content/introbox/other.gif") bottom no-repeat; }

	/* Index page intros */
	div.index_intro { margin: 0; padding: 0 0 25px 0; width: 435px; float: left; color: #FFF; background: #30B1D0 url("/img/content/introbox/other.gif") bottom no-repeat; }
	div.index_intro div { overflow: auto; height: 100%; }
	div.index_intro h3 { margin: 0; font-size: 12px; color: #000; }
	div.index_intro p { margin: 10px 0 0 0; }
	div.index_intro img { margin: 0 0 0 10px; float: right; }
	div.index_intro a { border: 0 ! important; color: #FFF ! important; }
	
	div.home_intro { background: url("/img/content/introbox/home_end.gif") bottom no-repeat; }
	div.home_intro div { padding: 0 25px 0 20px; background: url("/img/content/introbox/home_mid.jpg"); }

	div.kids_landing_intro { background: url("/img/content/introbox/kids_end.gif") bottom no-repeat; }
	div.kids_landing_intro div { padding: 0 25px 0 20px; background: url("/img/content/introbox/kids_mid.gif"); }

	div.parents_landing_intro { background: url("/img/content/introbox/parents_end.gif") bottom no-repeat; }
	div.parents_landing_intro div { padding: 0 25px 0 20px; background: url("/img/content/introbox/parents_mid.gif"); }
	div.parents_landing_intro a { color: #FCCFF7 ! important; text-decoration: underline ! important; }

	div.pro_landing_intro { background: url("/img/content/introbox/pro_end.gif") bottom no-repeat; }
	div.pro_landing_intro div { padding: 0 25px 0 20px; background: url("/img/content/introbox/pro_mid.gif"); min-height: 100%; }

	div.teachers_landing_intro { background: url("/img/content/introbox/teachers_end.gif") bottom no-repeat; }
	div.teachers_landing_intro div { padding: 0 25px 0 20px; background: url("/img/content/introbox/teachers_mid.gif"); min-height: 100%; color: #222; }

	div.what_landing_intro { background: url("/img/content/introbox/what_is_bikeability_end.gif") bottom no-repeat; }
	div.what_landing_intro div { padding: 0 25px 0 20px; background: url("/img/content/introbox/what_is_bikeability_mid.gif"); min-height: 100%; }

	div.instructor_landing_intro { background: url("/img/content/introbox/what_is_bikeability_end.gif") bottom no-repeat; }
	div.instructor_landing_intro div { padding: 0 25px 0 20px; background: url("/img/content/introbox/what_is_bikeability_mid.gif"); min-height: 100%; }


	/* Main Content */
	div.main_content { margin: 0 0 0 15px; width: 405px; float: left; display: inline; position: relative; }
	
	div.main_content img { margin: 0 10px 10px 0; float: left; }


	/* Message Board - index */	
	#msgboard { float: left; }
	div.showall { margin-bottom: 20px; }
	div.topic { padding: 10px 0 0 0; width: 400px; }
	div.topic p { margin: 0; padding: 0 10px 32px 10px; color: #FFF; font-size: 14px; font-weight: bold; }
	#content div.topic a { color: #FFF; text-decoration: none; border: none; }
	#content div.topic a:hover { color: #E5F79F; }

	div.kidspaging { padding: 10px 0; width: 100%; font-size: 11px; color: #AAA; }
	div.kidspaging b { color: #666; font-weight: normal; }
	#content div.kidspaging a { color: #9ABD0E; text-decoration: none; border-bottom: 1px solid #B3DC10; }
	#content div.kidspaging a:hover { border-bottom: 1px solid #DDD; }

	div.topic0 { background: url("/img/content/messageboard/topic1a.gif") top no-repeat; top: 0; left: -15px; }
	div.topic0 p { background: #B3DC10 url("/img/content/messageboard/topic1b.gif") bottom no-repeat; }
	div.topic1 { background: url("/img/content/messageboard/topic2a.gif") top no-repeat; top: -10px; left: 50px; position: relative; width: 350px; }
	div.topic1 p { background: #B3DC10 url("/img/content/messageboard/topic2b.gif") bottom no-repeat; }
	div.topic2 { background: url("/img/content/messageboard/topic3a.gif") top no-repeat; top: -20px; position: relative; width: 215px; float: left; margin-right: 15px; }
	div.topic2 p { background: #B3DC10 url("/img/content/messageboard/topic3b.gif") bottom no-repeat; }
	div.topic3 { background: url("/img/content/messageboard/topic4a.gif") top no-repeat; top: 0px; xleft: 250px; position: relative; width: 170px; float: left; }
	div.topic3 p { background: #B3DC10 url("/img/content/messageboard/topic4b.gif") bottom no-repeat; }
	div.topic4 { background: url("/img/content/messageboard/topic5a.gif") top no-repeat; top: 200px; right: 0; width: 350px; float: left; }
	div.topic4 p { background: #B3DC10 url("/img/content/messageboard/topic5b.gif") bottom no-repeat; }

	p.topic { font-size: 14px; font-weight: bold; }


	/* Message Board - What do you think? */
	div.messages { padding-top: 20px; }

	div.msgcontainer { background: url("/img/content/messageboard/msg_outline3.gif") bottom no-repeat; padding-bottom: 10px; margin: 0 0 30px 0; }
	div.msgcontainer p.name { background: url("/img/content/messageboard/msg_outline1.gif") top no-repeat; margin: 0; padding-left: 45px; height: 40px; position: relative; }
	div.msgcontainer p.name span { position: absolute; top: 0; right: 5px; }
	div.msgcontainer p.msg { background: url("/img/content/messageboard/msg_outline2.gif") bottom repeat-y; margin: 0; padding: 0 10px; font-size: 14px; }
	#content div.msgcontainer p.msg a { color: #000; border-bottom: none ! important; }
	#content div.msgcontainer p.msg a:hover { color: #666; }

	div.altmsg { background: url("/img/content/messageboard/msg_green2.gif") bottom no-repeat; }
	div.altmsg p.name { background: url("/img/content/messageboard/msg_green1.gif") bottom no-repeat; }
	div.altmsg p.msg { background: #B3DC10; color: #FFF; }
	#content div.altmsg p.msg a { color: #FFF; }

	div.messages p.no { font-size: 14px; }


	/* Message Board - form */
	#msgform,
	#msgform .textbox,
	#msgform textarea { margin: 0; font-size: 14px; width: 140px; }

	#msgform .age { width: auto; }

	form#msgform { margin: 20px 0 0 0; width: 365px; padding: 20px; background: #B3DC10 url("/img/content/messageboard/msg_form_bot.gif") bottom left no-repeat; }
	form#msgform h3 { margin: -20px -20px 10px -20px; padding: 15px 0 0 20px; width: 385px; font-size: 12px; color: #FFF; background: url("/img/content/messageboard/msg_form_top.gif") 0 0 no-repeat; }
	form#msgform textarea { width: 300px !important; }
	form#msgform .smallprint { color: #FFF; }


	/* Meet the Mums */
	div.mum { border-bottom: 1px solid #CCC; padding: 15px 0 15px 140px; position: relative; float: left; }
	div.mum p { margin: 0; }
	div.mum img { position: absolute; top: 15px; left: 0px; }
	div.mum p.name { margin-top: 15px; font-weight: bold; color: #A6288C; }
	

	/* Ask Mum */
	#content .askmum_intro { margin-bottom: 10px; }
	#content .askmum_intro h3 { margin-top: 10px; font-weight: bold; color: #FFF; }
	#content .askmum_intro p { margin: 0; display: block; }

	#content p.askmum_answer { color: #A6288C; }
	
	table.am_questions { border-collapse: collapse; width: 405px; }
	table.am_questions td { border: 1px solid #FFF; padding: 5px; color: #A6288C; }
	#content table.am_questions td a { color: #000; text-decoration: none; border: none; }
	#content table.am_questions td a:hover { color: #A6288C; }
	table.am_questions tbody td { background: #FCCFF7; }
	table.am_questions thead td, 
	table.am_questions tfoot td { background: #CB7ABA; color: #FFF; font-weight: bold; }
	table.am_questions thead td.q { background: #CB7ABA url("/img/content/parents/boxtop.gif") no-repeat; }
	table.am_questions thead td.d { background: #CB7ABA url("/img/content/parents/boxtop.gif") top right no-repeat; }
	table.am_questions tfoot td.q { background: #CB7ABA url("/img/content/parents/boxbot.gif") bottom left no-repeat; }
	table.am_questions tfoot td.d { background: #CB7ABA url("/img/content/parents/boxbot.gif") bottom right no-repeat; }

	div.mumpaging { padding: 10px 0; width: 100%; font-size: 11px; color: #AAA; }
	div.mumpaging b { color: #666; font-weight: normal; }
	#content div.mumpaging a { color: #A6288C; text-decoration: none; border-bottom: 1px solid #CB7ABA; }
	#content div.mumpaging a:hover { border-bottom: 1px solid #DDD; }

	form#askmum { margin: 20px 0 0 0; width: 365px; padding: 20px; background: #CB7ABA url("/img/content/parents/boxbot.gif") bottom left no-repeat; float: left; }
	form#askmum h3 { margin: -20px -20px 10px -20px; padding: 15px 0 0 20px; width: 385px; font-size: 12px; color: #FFF; background: url("/img/content/parents/boxtop.gif") 0 0 no-repeat; }
	form#askmum textarea { width: 300px !important; }
	form#askmum .smallprint { color: #FFF; }


	/* Feedback Form */
	form.feedback { margin-top: 20px; padding: 15px 15px 0 15px; background: #CB7ABA url("/img/content/parents/boxtop.gif") no-repeat; }
	form.feedback * { margin: 0; padding: 0; }
	form.feedback fieldset { border: none; }
	form.feedback legend { font-weight: bold; }
	form.feedback p { margin: 20px 0 10px 0; }
	
	form.feedback p.form_builder_text label,
	form.feedback p.form_builder_password label { float: left; min-width: 120px; line-height: 20px; }
	* html form.feedback p.form_builder_text label,
	* html form.feedback p.form_builder_password label { width: 120px; }
	
	form.feedback p.form_builder_text input,
	form.feedback p.form_builder_password input { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; font-family: Arial; font-size: 11px; padding: 3px; }

	form.feedback span.radiolabel { margin-bottom: 10px; display: block; font-weight: bold; }
	form.feedback p.form_builder_radio input,
	form.feedback p.form_builder_radio_no_label input { margin: 0 10px 0 0; float: left; clear: left; }
	form.feedback p.form_builder_radio label,
	form.feedback p.form_builder_radio_no_label label { margin-right: 0px; display: block; clear: right; }

	form.feedback p.form_builder_textarea { width: 90%; }
	form.feedback p.form_builder_textarea label { font-weight: bold; }

	form.feedback p.submit { margin: 0 -15px 0 -15px; padding: 20px 10px; background: #CB7ABA url("/img/content/parents/boxbot.gif") bottom no-repeat; }
	form.feedback input.submit { padding: 2px; }


	/* Professional Form Style */
	form.form_pro { margin-top: 20px; padding: 0 15px; background: #FFB300 url("/img/content/professionals/boxtop.gif") no-repeat; }
	form.form_pro a { color: #FFF!important; border-bottom: 1px solid #FFD46F!important; text-decoration: none; }
	form.form_pro a:hover { border-bottom: 1px solid #FFF!important; }
	form.form_pro * { margin: 0; padding: 0; }
	form.form_pro fieldset { margin: 0 0 20px 0; padding: 0; border: none;  }
	form.form_pro legend { font-weight: bold; }
	form.form_pro p { margin: 10px 0 10px 0; }
	form.form_pro p.formtitle { font-weight: bold; }
	form.form_pro p.tip { font-size: 10px; }
	
	form.form_pro p.form_builder_text label,
	form.form_pro p.form_builder_password label,
	form.form_pro p.form_builder_protect label,
	form.form_pro span.selectlabel { float: left; min-width: 120px; line-height: 20px; }
	* html form.form_pro p.form_builder_text label,
	* html form.form_pro p.form_builder_password label,
	* html form.form_pro span.selectlabel { width: 120px; }

	form.form_pro p.form_builder_protect span { line-height: 20px; }
	
	form.form_pro p.form_builder_text input,
	form.form_pro p.form_builder_password input { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; font-family: Arial; font-size: 11px; padding: 3px; }

	form.form_pro span.checkboxlabel { margin-bottom: 10px; display: block; }
	form.form_pro p.form_builder_checkbox input { margin: 0 10px 0 0; float: left; clear: left; }
	form.form_pro p.form_builder_checkbox label { margin-right: 0px; display: block; clear: right; }

	form.form_pro span.radiolabel { margin-bottom: 10px; display: block; }
	form.form_pro p.form_builder_radio label { margin: 0 10px 0 2px; }

	form.form_pro select { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; font-family: Arial; font-size: 12px; }
	form.form_pro select.multiple { width: 200px; height: 80px; }

	form.form_pro p.submit { margin: 0 -15px 0 -15px; padding: 20px 10px; background: #FFB300 url("/img/content/professionals/boxbot.gif") bottom no-repeat; }
	form.form_pro input.submit { padding: 2px; }
	
	/* Award Materials */
	.awarditem { margin: 0 20px 40px 0; width: 115px; xbackground-color: #333333; float: left; }
	
	/* Order Form */
	form.form_pro table.prices					{ width:100%; }
	form.form_pro table.prices thead			{ font-weight:bold; font-size: 10px; }
	form.form_pro table.prices tr				{ position:relative; }
	form.form_pro table.prices td				{ padding:5px 0; position:relative; }
	form.form_pro table.prices td.unit,
	form.form_pro table.prices td.total			{ text-align:center; }
	form.form_pro table.prices input			{ width:20px; border-width:1px; border-style:solid; border-color:#999 #eee #eee #999; font-family: Arial; font-size: 12px; }
	div.image									{ position:relative; }
	tbody div.image img							{ position:absolute; left:0px; bottom:-20px; }
	.formtitle									{ font-size: 14px; }


	/* Scheme Step Process */

	#schemeprocess { margin: 0 0 50px 0; padding: 0; }
	
	#processleft { margin-right: 10px; float: left; text-align: center; }

	.plstep1 { width: 300px; height: 126px; background: url("/img/content/professionals/schemes/scheme_step1.gif") no-repeat;}
	.plstep1 p { padding: 16px 5px 0 116px; }

	.plstep2 { width: 300px; height: 125px; background: url("/img/content/professionals/schemes/scheme_step2.gif") no-repeat;}
	.plstep2 p { padding: 25px 10px 0 120px; }

	.plstep3 { width: 300px; height: 90px; background: url("/img/content/professionals/schemes/scheme_step3.gif") no-repeat;}
	.plstep3 p { padding: 30px 5px 0 120px; }

	#processright { padding-top: 160px; }
	#processright p { font-size: 11px; color: #888;}
	
	.prstep3 { padding-top: 55px; }
	
	/* Scheme Toolkit */
	div.needtoknow { margin-top: 20px; padding: 5px 10px; background: #EEE ! important; font-size: 14px; font-weight: bold; }
	
	ul.toolkit { margin: 0; padding: 0px ! important; list-style: none; color: #999; display: block; }
	ul.toolkit a { color: #333 ! important; }
	ul.toolkit a:hover { border: none ! important; }
	ul.toolkit li { padding-left: 30px; line-height: 22px; }
	ul.toolkit li.folder { background: url("/img/content/professionals/schemes/folder.gif") no-repeat; }
	ul.toolkit li.pdf { background: url("/img/content/professionals/schemes/pdf.gif") no-repeat; }
	ul.toolkit li.zip { background: url("/img/content/professionals/schemes/zip.gif") no-repeat; }
	ul.toolkit li.doc { background: url("/img/content/professionals/schemes/doc.gif") no-repeat; }
	
	div.download_images { margin-top: 10px; }
	div.download_images div { padding: 10px; width: 80px; min-height: 130px; float: left; font-size: 11px; color: #555; text-align: center; }
	* html div.download_images div { height: 130px; }
	div.download_images a { border: none ! important; }
	div.download_images a:hover { background: #EEE; }


	/* Register Your Interest */
	form.interest { margin-top: 20px; padding: 0 15px; background: #30B1D0 url("/img/content/what_is_bikeability/boxtop.gif") no-repeat; }
	form.interest * { margin: 0; padding: 0; }
	form.interest fieldset { border: none; }
	form.interest legend { font-weight: bold; }
	form.interest p { margin: 20px 0 10px 0; }
	
	form.interest p.form_builder_text label,
	form.interest p.form_builder_password label,
	form.interest span.selectlabel { float: left; min-width: 90px; line-height: 20px; }
	* html form.interest p.form_builder_text label,
	* html form.interest p.form_builder_password label,
	* html form.interest span.selectlabel { width: 90px; }
	
	form.interest p.form_builder_text input,
	form.interest p.form_builder_password input { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; font-family: Arial; font-size: 11px; padding: 3px; }

	form.interest span.radiolabel { margin-bottom: 10px; display: block; }
	form.interest p.form_builder_radio_no_label label { margin: 0 10px 0 2px; }

	form.interest select { border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; font-family: Arial; font-size: 11px; }

	form.interest p.submit { margin: 0 -15px 0 -15px; padding: 20px 15px; background: #30B1D0 url("/img/content/what_is_bikeability/boxbot.gif") bottom no-repeat; }
	form.interest input.submit { padding: 2px; }


	/* Search Results */
	#content ul.searchresults { margin: 0; padding: 0; list-style: none; }
	#content ul.searchresults li { border-bottom: 1px solid #E4E8FF; }
	#content ul.searchresults li p a { color: #333; text-decoration: none; border: 0; }
	#content ul.searchresults li p.title a { font-weight: bold; color: #30B1D0; }
	#content ul.searchresults li p a:hover { color: #666; }
	
	
	/* Instructor & Scheme Search */
	div.insearch { font-size: 11px; }
	div.insearch table { margin-bottom: 15px; border-collapse: collapse; width: 100%; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; }
	div.insearch thead { font-weight: bold; border-bottom: 1px solid #666; }
	div.insearch tr.alt td { background: #EEE; }
	div.insearch td	{ border: 0; padding: 5px; }
	div.insearch a { border-bottom: none ! important; }


	/* Bikeability Near You */
	#content div.nearyou ul { margin: 0; padding: 0 0 0 20px; list-style: none; }
	#content div.nearyou li { padding-left: 15px; background: url("/img/header/greencir.gif") no-repeat 0 2px; }
	#counties { padding: 15px 0; }
	
	
	/* Recaptcha styles */
	span.cap_what 			{ font-size:11px; color:#333; position:relative; text-decoration:underline; cursor:help; }
	#cap_exp				{ width:100px; padding:5px; border:1px solid #999; position:absolute; top:-15px; right:-120px; background:#fff; }
	#cap_actions	 		{ float:right; }
	#cap_actions a	 		{ font-size:11px; color:#333; border-bottom:none; text-decoration:underline; }
	#recaptcha_image 		{ width:100% ! important; background:#fff; }
	
	
	/* Professionals News */
	div.blog				{ }
	div.blog h3				{ font-size:12px; color:#FFB300; }
	div.blog div.item		{ margin-bottom:30px; }
	div.blog p.date			{ font-size:11px; color:#777; }
	
	
	/* Blog Form */
	#blogform 							{ margin: 0; padding: 20px 0 0; }
	#blogform h3						{ font-size:12px; }
	#blogform input.title 				{ width:200px; margin: 0; padding:5px; border: 1px solid #ccc; font-size:12px; font-weight:bold; color:#FFB300; }
	#blogform input.title:hover,
	#blogform input.title:focus 		{ background: #ededed; }
	#blogform div.textarea 				{ min-height: 40px; border: 1px solid #ccc; }
	* html #blogform div.textarea 		{ height: 40px; }
	#blogform div.textarea p 			{ margin: 0; padding: 1em 0; }
	#blogform div.textarea textarea 	{ margin: 0; padding: 1em 0; border: 0px solid #ccc; font-family: Arial; font-size: 12px; }
	
	#blogform a 						{ color: #999; }
	#blogform a:hover 					{ border-bottom: 1px solid #999; }
	
	div.tags a 							{ font-size:12px; font-weight:normal; }
	div.tags input.textbox 				{ width: 570px; }
	
	#blogform #moreoptions 				{ margin-bottom: 10px; padding: 3px; background: #111; }
	
	#blogform div.action 				{ padding-top: 10px; }
	
	#blogtools 							{ margin-top:30px; padding-top:40px; border-top:1px solid #ccc; }
	#blogtools div						{ margin-bottom:30px; }
	#blogtools h2						{ text-indent:0; font-size:12px; }
	#blogtools p.example				{ text-indent:20px; color:#777; }


/* BURSARY FORM */

span.required {
	font-size:140%;
	color: #F0037F;
	margin-left: 0.3em;
}

form#bursaryapp fieldset {
	border: 1px solid #DBDBDB;
	margin: 1em 0;
	padding: 0;
	
}

form#bursaryapp fieldset legend {
	font-size: 1.8em;
	margin: 0 0.4em;
	padding: 0 0.4em;
	color: #FFB300;
	font-weight: normal;
}

form#bursaryapp fieldset {
	margin-bottom: 10px;
}
form#bursaryapp legend {
	font-weight: bold;
}
form#bursaryapp label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form#bursaryapp fieldset ol {
	margin: 0;
	padding: 0;
}
form#bursaryapp fieldset li {
	list-style: none;
	padding: 0.5em;
	margin: 0;
}
form#bursaryapp label {
	width: 120px; /* Width of labels */
}

form#bursaryapp .tcagree {
	width: 300px; 
	padding-top: 0.2em; /* Width of terms and conditions labels */
}


form#bursaryapp input {
	border: 1px solid #ccc;
	background: #FFDFF0;
}

form#bursaryapp input:hover {
	border: 1px solid #ccc;
	background: #fff;
}

form#bursaryapp fieldset ol.providers label {
	width: 150px;
}

form#bursaryapp fieldset ol.providers {
	float: left;
	width: 200px;
}

form#bursaryapp fieldset fieldset {
	border: 0;
	margin: 0;
	padding: 0.2em 0.5em;
	border-bottom:1px solid #ccc
}

form#bursaryapp fieldset fieldset ol li {
	width: 150px;
	float: left;
}


form#bursaryapp fieldset fieldset textarea {
	width: 380px;
	border: 1px solid #ccc;
	background: #FFDFF0;
	height: 200px;
}

form#bursaryapp fieldset fieldset textarea:hover {
	border: 1px solid #ccc;
	background: #fff;
}


h3.termsbutton {
	background:	#FFB300;
	color: #fff;
	padding: 0.4em;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;

	-khtml-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;

	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

h3.termsbutton:hover, h3.termsbutton.active {
	background:#FFDFF0;
	color: #222;
	cursor:pointer;
}


/* Footer ................................................................................................ */
#footer {	padding: 10px 0 0px 0; width: 770px; position: absolute; left: 0px; bottom: 0px; clear: left; xbackground: #CCC; text-align: center; font-size: 11px; color: #999; }
#footer p { margin-bottom: 15px; padding: 0 20px; }
/* Magic float fix */ #floatfix { display: block; clear: both; }

