/*
Theme Name: First Tutors
Theme URI: http://www.firsttutors.co.uk/
Description: The standard First Tutors teme.
Version: 1.0
Author: Paul Norman
Author URI: http://www.edunation.co.uk/
Tags: clean, simple, basic
*/

/* First Tutors Styles */
html, 
body {
	background-color: white;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	color: #333333;
	min-height: 580px;
	/* min-width: 780px; */
	min-width: 1000px;
	height: 100%;
}

body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}


/* Header ----------------------------------------------------------------------- */

div#header {
	position: relative;
	height: 2.8em;
	padding: 5.2em 0 0 0;
	margin: 0;
	text-align: left;
	background: #4088b3 url('images/header-tile.gif') repeat-x top left;
	vertical-align: bottom;
}
div#logo {
	position: absolute;
	top: 0;
	left: 5px;
	height: 7.35em;
	width: 14.15em;
	padding: 0;
	margin: 0;
	z-index: 2000;
}
div#header div#logo span {
	display: none;
}
#logo_image {
	height: 7.35em;
	width: 14.15em;
}


div#top_links {
	position: absolute;
	top: 0;
	right: 0;
	height: 2em;
	min-width: 20em;
	padding: 0.2em 1em 0 1em;
	margin: 0;
	color: #6dadd0;
	background-color: white;
	text-align: right;
}
div#top_links a {
	font-weight: normal;
	text-decoration: none;
}


/* Main Nav Bar ----------------------------------------------------------- */
div#nav_container {
	position: relative;
	background: transparent;
	padding: 0 0 0 15em;
	margin: 0;
}
div#nav {
	border: 0;
	padding: 0;
	min-height: 2.8em;
	margin: 0;
}
ul#nav_links {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	min-height: 2.8em;
}
ul#nav_links li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
}
ul#nav_links li a, 
ul#nav_links li a:link, 
ul#nav_links li a:visited {
	display: block;
	position: relative;
	padding: 0 1em;
	min-height: 2.8em;
	line-height: 2.8em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	color: white;
	background: #1e6a96 url('images/nav-button-off-tile.gif') repeat-x top left;
}
ul#nav_links li a:hover, 
ul#nav_links li a:active {
	background: #004f7d url('images/nav-button-off-hover-tile.gif') repeat-x top left;
}
ul#nav_links li.on a, 
ul#nav_links li.on a:link, 
ul#nav_links li.on a:visited {
	background: white url('images/nav-button-on-tile.gif') repeat-x top left;
	color: #004f7d;
	text-decoration: none;
}
ul#nav_links li.on a:hover, 
ul#nav_links li.on a:active {
	text-decoration: underline;
}

ul#nav_links li a sup {
	color: yellow;
}
ul#nav_links li.on a sup {
	color: red;
}


ul#nav_links li a#admin_button_link, 
ul#nav_links li a#admin_button_link:link, 
ul#nav_links li a#admin_button_link:visited {
	background: #961e74 url('images/nav-button-off-pink-tile.gif') repeat-x top left;
}
ul#nav_links li a#admin_button_link:hover, 
ul#nav_links li a#admin_button_link:active {
	background: #7d0059 url('images/nav-button-off-hover-pink-tile.gif') repeat-x top left;
}
ul#nav_links li.on a#admin_button_link, 
ul#nav_links li.on a#admin_button_link:link, 
ul#nav_links li.on a#admin_button_link:visited {
	background: white url('images/nav-button-on-pink-tile.gif') repeat-x top left;
	color: #7d0059;
}


ul#nav_links li a#members_button_link, 
ul#nav_links li a#members_button_link:link, 
ul#nav_links li a#members_button_link:visited {
	background: #42961e url('images/nav-button-off-green-tile.gif') repeat-x top left;
}
ul#nav_links li a#members_button_link:hover, 
ul#nav_links li a#members_button_link:active {
	background: #257d00 url('images/nav-button-off-hover-green-tile.gif') repeat-x top left;
}
ul#nav_links li.on a#members_button_link, 
ul#nav_links li.on a#members_button_link:link, 
ul#nav_links li.on a#members_button_link:visited {
	background: white url('images/nav-button-on-green-tile.gif') repeat-x top left;
	color: #257d00;
}

ul#nav_links li a#partners_button_link, 
ul#nav_links li a#partners_button_link:link, 
ul#nav_links li a#partners_button_link:visited,
ul#nav_links li a#affiliates_button_link, 
ul#nav_links li a#affiliates_button_link:link, 
ul#nav_links li a#affiliates_button_link:visited {
	background: #96221e url('images/nav-button-off-red-tile.gif') repeat-x top left;
}
ul#nav_links li a#partners_button_link:hover, 
ul#nav_links li a#partners_button_link:active, 
ul#nav_links li a#affiliates_button_link:hover, 
ul#nav_links li a#affiliates_button_link:active {
	background: #7d0400 url('images/nav-button-off-hover-red-tile.gif') repeat-x top left;
}
ul#nav_links li.on a#partners_button_link, 
ul#nav_links li.on a#partners_button_link:link, 
ul#nav_links li.on a#partners_button_link:visited, 
ul#nav_links li.on a#affiliates_button_link, 
ul#nav_links li.on a#affiliates_button_link:link, 
ul#nav_links li.on a#affiliates_button_link:visited {
	background: white url('images/nav-button-on-red-tile.gif') repeat-x top left;
	color: #7d0400;
}

/* Sub Nav Bar ----------------------------------------------------------- */
div#subnav {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
}
ul#subnav_links {
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#subnav_links li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #dad4d4;
}
ul#subnav_links li a, 
ul#subnav_links li a:link, 
ul#subnav_links li a:visited {
	display: block;
	position: relative;
	padding: 0 0 0 2em;
	line-height: 2.6em;
	min-height: 2.6em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	background: #f5f5f5;
	color: #004f7d;
}
ul#subnav_links li a:hover, 
ul#subnav_links li a:active {
	text-decoration: none;
	background: #e9eff0 url('images/sub-nav-button-on.gif') no-repeat center left;
	color: black;
}
ul#subnav_links li.on a, 
ul#subnav_links li.on a:link, 
ul#subnav_links li.on a:visited {
	background: #e9eff0 url('images/sub-nav-button-on.gif') no-repeat center left;
	color: black;
}
ul#subnav_links li.on a:hover, 
ul#subnav_links li.on a:active {
	text-decoration: underline;
}

ul#subnav_links li.subtitle {
	background-color: #d8d8d8;
	color: #3f89b3;
	font-weight: bold;
	padding: 0.5em 0 0.5em 2em;
}

/* Side Bars ------------------------------------------------------------------- */
div#left {
	float: left;
	margin: 0 0 0.5em -100%;
	padding: 0;
	/* 14.9em is correct but is buggy with negative browser sizing */
	width: 14.85em;
	text-align: left;
	border-right: 1px solid #d0d0d0;
}
div#right {
	float: right;
	margin: 0 0 0.5em -19em;
	padding: 0;
	/* 18.9em is correct but is buggy with negative browser sizing */
	width: 18.85em;
	text-align: left;
	border-left: 1px solid #d0d0d0;
}
div#left ul.standard, 
div#right ul.standard {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #f5f5f5;
}
div#left ul.standard li, 
div#right ul.standard li {
	margin: 0;
	padding: 0;
	min-height: 1px;
	border-bottom: 1px solid #dad4d4;
}
div#left ul.standard li a, 
div#left ul.standard li a:link, 
div#left ul.standard li a:visited, 
div#right ul.standard li a, 
div#right ul.standard li a:link, 
div#right ul.standard li a:visited {
	display: block;
	position: relative;
	padding: 0.5em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	background: #f5f5f5;
	color: #004f7d;
}
div#left ul.standard li a:hover, 
div#left ul.standard li a:active, 
div#right ul.standard li a:hover, 
div#right ul.standard li a:active {
	text-decoration: none;
	color: black;
}
div#left ul.standard li.on a, 
div#left ul.standard li.on a:link, 
div#left ul.standard li.on a:visited {
	color: black;
}


div#left ul.standard li.inlineLinks, 
div#right ul.standard li.inlineLinks {
	padding: 5px;
}
div#left ul.standard li.inlineLinks a, 
div#left ul.standard li.inlineLinks a:link, 
div#left ul.standard li.inlineLinks a:visited, 
div#right ul.standard li.inlineLinks a, 
div#right ul.standard li.inlineLinks a:link, 
div#right ul.standard li.inlineLinks a:visited {
	display: inline;
	padding: 0;
}




div#left ul.standard li a img, 
div#right ul.standard li a img {
	border: 2px solid white;
}

span.date {
	display: block;
	color: #a4a2a2;
}

span.indent {
	display: block;
	color: #222222;
	padding-left: 20px;
}


div.menu-bottom {
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: #dad4d4;
}


div#left ul.standard li.toptitle, 
div#right ul.standard li.toptitle {
	display: block;
	padding: 0.8em 0 0.8em 0.8em;
	font-size: 1.1em;
	line-height: 1.2em;
	color: white;
	border: 0;
	background-color: #414040;
}
div#right ul.standard li.toptitle {
	background-color: #e8e8e8;
	color: #3f89b3;
}

div#left ul.standard li.toptitle a, 
div#right ul.standard li.toptitle a, 
div#left ul.standard li.toptitle a:link, 
div#right ul.standard li.toptitle a:link, 
div#left ul.standard li.toptitle a:visited, 
div#right ul.standard li.toptitle a:visited {
	display: inline;
	padding: 0;
	background: transparent;
}


ul.other_sites {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #f5f5f5;
}
ul.other_sites li {
	margin: 0;
	padding: 0;
	min-height: 1px;
}
div#left ul.other_sites li.toptitle, 
div#right ul.other_sites li.toptitle, 
div#left ul.other_sites_sm li.toptitle, 
div#right ul.other_sites_sm li.toptitle {
	display: block;
	padding: 0.8em 0 0.8em 0.8em;
	font-size: 1.1em;
	line-height: 1.2em;
	color: white;
	border: 0;
	background-color: #414040;
}
div#right ul.other_sites li.toptitle,
div#right ul.other_sites_sm li.toptitle {
	background-color: #e8e8e8;
	color: #3f89b3;
}
ul.other_sites li a, 
ul.other_sites li a:link, 
ul.other_sites li a:visited {
	display: block;
	padding: 10px 5px 0 90px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	height: 130px;
}

span.title {
	font-weight: bold;
	font-size: 1.2em;
}
ul.other_sites a#ad_site_1, 
ul.other_sites a#ad_site_1:link, 
ul.other_sites a#ad_site_1:visited {
	color: white;
	background: white url('images/jump_site_1.jpg') no-repeat top left;
}
ul.other_sites a#ad_site_1:hover, 
ul.other_sites a#ad_site_1:active {
	color: #e4e4e4;
}
ul.other_sites a#ad_site_2, 
ul.other_sites a#ad_site_2:link, 
ul.other_sites a#ad_site_2:visited {
	padding: 5px 5px 0 130px;
	color: white;
	background: white url('images/jump_site_2.jpg') no-repeat top left;
}
ul.other_sites a#ad_site_2:hover, 
ul.other_sites a#ad_site_2:active {
	color: #e4e4e4;
}


ul.other_sites_sm {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #f5f5f5;
}
ul.other_sites_sm li {
	margin: 0;
	padding: 0;
	min-height: 1px;
}
ul.other_sites_sm li a, 
ul.other_sites_sm li a:link, 
ul.other_sites_sm li a:visited {
	display: block;
	padding: 0 0 0 60px;
	line-height: 40px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	height: 40px;
	color: white;
}
ul.other_sites_sm a#ad_site_1, 
ul.other_sites_sm a#ad_site_1:link, 
ul.other_sites_sm a#ad_site_1:visited {
	color: white;
	background: white url('images/jump_site_1_sm.jpg') no-repeat top left;
}
ul.other_sites_sm a#ad_site_1:hover, 
ul.other_sites_sm a#ad_site_1:active {
	color: #e4e4e4;
}
ul.other_sites_sm a#ad_site_2, 
ul.other_sites_sm a#ad_site_2:link, 
ul.other_sites_sm a#ad_site_2:visited {
	background: white url('images/jump_site_2_sm.jpg') no-repeat top left;
}
ul.other_sites_sm a#ad_site_2:hover, 
ul.other_sites_sm a#ad_site_2:active {
	color: #e4e4e4;
}
ul.other_sites_sm a#ad_site_4, 
ul.other_sites_sm a#ad_site_4:link, 
ul.other_sites_sm a#ad_site_4:visited {
	background: white url('images/jump_site_4_sm.jpg') no-repeat top left;
}
ul.other_sites_sm a#ad_site_4:hover, 
ul.other_sites_sm a#ad_site_4:active {
	color: #e4e4e4;
}
ul.other_sites_sm a#ad_site_5, 
ul.other_sites_sm a#ad_site_5:link, 
ul.other_sites_sm a#ad_site_5:visited {
	color: #333333;
	background: white url('images/jump_site_5_sm.jpg') no-repeat top left;
}
ul.other_sites_sm a#ad_site_5:hover, 
ul.other_sites_sm a#ad_site_5:active {
	color: black;
}
ul.other_sites_sm a#ad_site_6, 
ul.other_sites_sm a#ad_site_6:link, 
ul.other_sites_sm a#ad_site_6:visited {
	background: white url('images/jump_site_6_sm.jpg') no-repeat top left;
}
ul.other_sites_sm a#ad_site_6:hover, 
ul.other_sites_sm a#ad_site_6:active {
	color: #e4e4e4;
}
ul.other_sites_sm a#ad_site_7, 
ul.other_sites_sm a#ad_site_7:link, 
ul.other_sites_sm a#ad_site_7:visited {
	background: white url('images/jump_site_7_sm.jpg') no-repeat top left;
}
ul.other_sites_sm a#ad_site_7:hover, 
ul.other_sites_sm a#ad_site_7:active {
	color: #e4e4e4;
}
ul.other_sites_sm a#ad_site_8, 
ul.other_sites_sm a#ad_site_8:link, 
ul.other_sites_sm a#ad_site_8:visited {
	color: #50510c;
	background: white url('images/jump_site_8_sm.jpg') no-repeat top left;
}
ul.other_sites_sm a#ad_site_8:hover, 
ul.other_sites_sm a#ad_site_8:active {
	color: #333333;
}
ul.other_sites_sm a#ad_site_9, 
ul.other_sites_sm a#ad_site_9:link, 
ul.other_sites_sm a#ad_site_9:visited {
	color: white;
	background: white url('images/jump_site_9_sm.jpg') no-repeat top left;
}
ul.other_sites_sm a#ad_site_9:hover, 
ul.other_sites_sm a#ad_site_9:active {
	color: #e4e4e4;
}



div#left ul#recent_news li a, 
div#right ul#recent_news li a {
	padding-left: 30px;
	background: #f5f5f5 url('images/news.gif') no-repeat 9px center;
}

#t_login {
	padding-left: 30px;
	font-weight: normal;
	background: #414040 url('images/lock.gif') no-repeat 9px center;
	color: white;
}
div#left ul.standard li#t_recommended, 
div#right ul.standard li#t_recommended {
	padding-left: 30px;
	font-weight: normal;
	background: #414040 url('images/recommended.gif') no-repeat 7px center;
	color: white;
}
div#left ul.standard li#t_featured, 
div#right ul.standard li#t_featured {
	padding-left: 50px;
	font-weight: normal;
	background: #e8e8e8 url('images/apple.gif') no-repeat 7px center;
	color: #3f89b3;
}
div#left ul.standard li#t_news, 
div#right ul.standard li#t_news {
	padding-left: 70px;
	font-weight: normal;
	background: #e8e8e8 url('images/newspaper.gif') no-repeat 2px center;
	color: #3f89b3;
}
div#left ul.standard li#t_marketplace, 
div#right ul.standard li#t_marketplace {
	padding-left: 60px;
	font-weight: normal;
	background: #e8e8e8 url('images/marketplace.gif') no-repeat 7px center;
	color: #3f89b3;
}
div#left ul.standard li#t_tutors, 
div#right ul.standard li#t_tutors {
	padding-left: 50px;
	font-weight: normal;
	background: #e8e8e8 url('images/latest_tutors.gif') no-repeat 7px center;
	color: #3f89b3;
}
div#left ul.standard li#t_friends, 
div#right ul.standard li#t_friends {
	padding-left: 60px;
	font-weight: normal;
	background: #e8e8e8 url('images/handshake.gif') no-repeat 7px center;
	color: #3f89b3;
}
div#left ul.standard li#t_awards, 
div#right ul.standard li#t_awards {
	padding-left: 30px;
	font-weight: normal;
	background: #414040 url('images/star.gif') no-repeat 7px center;
	color: white;
}
div#left ul.standard li#t_relevant, 
div#right ul.standard li#t_relevant {
	padding-left: 30px;
	font-weight: normal;
	background: #414040 url('images/adwords.gif') no-repeat 7px center;
	color: white;
}
div#left ul.standard li#t_shopping, 
div#right ul.standard li#t_shopping {
	padding-left: 54px;
	font-weight: normal;
	background: #e8e8e8 url('images/shopping-basket.gif') no-repeat 6px center;
	color: #3f89b3;
}
div#left ul.standard li#t_recommended_purchase, 
div#right ul.standard li#t_recommended_purchase {
	padding-left: 52px;
	font-weight: normal;
	background: #e8e8e8 url('images/guides.gif') no-repeat 6px 5px;
	color: #3f89b3;
}
div#left h2#t_find, 
div#right h2#t_find, 
div#right ul.other_sites li#t_find, 
div#right ul.other_sites_sm li#t_find {
	padding-left: 52px;
	font-weight: normal;
	background: #e8e8e8 url('images/magnifying-glass.gif') no-repeat 9px center;
	color: #3f89b3;
}



div.sidebar h2 {
	padding: 0.8em 0 0.8em 0.8em;
	font-size: 1.1em;
	line-height: 1.2em;
	color: white;
	border: 0;
	background-color: #414040;
	font-weight: normal;
}
div#right div.sidebar h2 {
	background-color: #e8e8e8;
	color: #3f89b3;
}
fieldset.sidebar {
	border: 0;
	margin: 0;
	padding: 5px;
	background-color: #f5f5f5;
	color: #004f7d;
}
fieldset.sidebar label {
	color: black;
	line-height: 1.6em;
}
fieldset.sidebar input.standard, 
fieldset.sidebar select.standard {
	border: 1px solid #bdd2d6;
	background: white url('images/input-tile.gif') repeat-x top left;
	padding: 3px 3px;
	width: 95%;
}
fieldset.sidebar select.standard {
	width: 98%;
}
fieldset.sidebar div.centre {
	text-align: center;
	padding: 3px;
}

span.newsdate {
	display: block; 
	text-align: right; 
	font-weight: bold;
	color: #e89607;
	margin-top: 5px;
}



/* Main Content ----------------------------------------------------------------- */
div#middlewrapper {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
div#middle {
	margin: 0 19em 1em 15em;
	padding: 1em 1em 2px 1em;
	min-height: 560px;
	text-align: left;
	background: white;
}

div.main_padding {
	background: red;
}

div.add_padding {
	padding: 0 1em;
}

/* Main Container --------------------------------------------------------------- */
div#container {
	position: relative;
	padding: 0;
	margin: 0;
	display: inline-block;
	background: white;
}
/*\*/
div#container {
	display: block;
}
/* */

/* Footer ----------------------------------------------------------------------- */
div#nonFooter {
	position: relative;
	min-height: 100%;
}
div#footerFix {
	height: 5em;
}

div#footer {
	position: relative;
	margin-top: -5em;
	border: 0;
	color: black;
	height: 5em;
}

div#siteLinks {
	position: relative;
	color: white;
	background: #4088b3 url('images/nav-tile.gif') repeat-x top left;
	height: 3em;
}
div#siteLinks a, 
div#siteLinks a:link, 
div#siteLinks a:visited {
	color: white;
}
div#siteLinks a:hover, 
div#siteLinks a:active {
	color: #26333b;
}

div#promotionLinks {
	text-align: center;
	height: 2em;
	line-height: 2em;
}
div#promotionLinks img {
	vertical-align: text-bottom;
}
div#promotionLinks a {
	font-weight: normal;
	text-decoration: none;
}

ul#footer_links {
	font: bold 1em arial, verdana, sans-serif;
	color: #3e5db0;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#footer_links li {
	float: left;
	padding: 0;
	margin: 0 0.2em;
}
ul#footer_links li a, 
ul#footer_links li a:link, 
ul#footer_links li a:visited {
	display: block;
	position: relative;
	padding: 0 1em;
	line-height: 3em;
	margin: 0;
	text-decoration: none;
	color: white;
}
ul#footer_links li a:hover, 
ul#footer_links li a:active {
	color: #26333b;
}
ul#footer_links li.on a, 
ul#footer_links li.on a:link, 
ul#footer_links li.on a:visited {
	color: #26333b;
}
ul#footer_links li.on a:hover, 
ul#footer_links li.on a:active {
	color: red;
}

div#copyright {
	position: absolute;
	top: 0;
	right: 5px;
	height: 3em;
	width: 35em;
	line-height: 3em;
	color: white;
	font-weight: bold;
	text-align: right;
}





div.termsandconditions {
	height: 250px;
	overflow: auto;
	background-color: white;
	border: 1px solid #dad4d4;
	padding: 3px 3px 0 3px;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-bottom: 10px;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
	padding-bottom: 15px;
	color: #004f7d;
}
h2 {
	font-size: 1.4em;
	color: #004f7d;
}
h3 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.6em;
	text-align: justify;
}

p.added_by {
	color: #a2a2a2;
	font-style: italic;
}

ul.listmaintext, 
ol.listmaintext {
	margin: 0;
	padding-left: 3em;
}
ul.listmaintext li, 
ol.listmaintext li {
	margin-bottom: 0.75em;
}

div.bold {
	font-weight: bold;
	color: black;
	line-height: 1.6em;
	margin-bottom: 10px;
}
div.bold b {
	color: black;
}

span.bold {
	font-weight: bold;
	color: black;
}

.highlight {
	color: red;
}
.highlightbold {
	color: red;
	font-weight: bold;
}

.completed {
	color: green;
}
.completedbold {
	color: green;
	font-weight: bold;
}

.compulsory {
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

form {
	margin: 0;
	padding: 0;
}

input, 
select, 
textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

select {
	border: 1px solid #bdd2d6;
}

textarea.standard, 
textarea.standard_error, 
textarea.standard_complete {
	width: 98%;
	height: 94px;
	padding: 3px;
	background: white url('images/input-tile.gif') repeat-x top left;
	border: 1px solid #bdd2d6;
	line-height: 1.3em;
}
textarea.standard_error {
	background: #f8c1bf;
	border-color: #bc1d17;
}
textarea.standard_complete {
	background: #cff9d6;
	border-color: #7cdd62;
}

input.standard_variable, 
select.standard_variable, 
input.standard_variable_error, 
select.standard_variable_error, 
input.standard_variable_complete, 
select.standard_variable_complete {
	border: 1px solid #bdd2d6;
	background: white url('images/input-tile.gif') repeat-x top left;
	padding: 4px 3px;
}
input.standard, 
select.standard, 
input.standard_error, 
select.standard_error, 
input.standard_complete, 
select.standard_complete {
	width: 240px;
	border: 1px solid #bdd2d6;
	background: white url('images/input-tile.gif') repeat-x top left;
	padding: 4px 3px;
}
select.standard, 
select.standard_error, 
select.standard_complete {
	width: 248px;
	padding: 3px 3px;
}
input.standard_variable_error, 
select.standard_variable_error, 
input.standard_error, 
select.standard_error {
	background: #f8c1bf;
	border-color: #bc1d17;
}
input.standard_variable_complete, 
select.standard_variable_complete, 
input.standard_complete, 
select.standard_complete {
	background: #cff9d6;
	border-color: #7cdd62;
}

input.standard[disabled], 
input.standard_variable[disabled] {
	background: #d1d1d1;
}


input.button {
	border: 1px solid #1e6a96;
	background: #1e6a96 url('images/nav-button-off-tile.gif') repeat-x top left;
	font-weight: bold;
	color: white;
	padding: 4px;
}
input.button:hover {
	color: white;
	background: #004f7d url('images/nav-button-off-hover-tile.gif') repeat-x top left;
}

ul.spaced, 
ol.spaced {
	margin: 0 0 10px 0;
}
ul.spaced li, 
ol.spaced li {
	line-height: 1.6em;
	padding: 3px 0;
	text-align: justify;
}

a, 
a:link, 
a:visited {
	color: #004f7d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, 
a:active {
	color: #6dadd0;
	text-decoration: none;
}

h1 .smaller {
	font-size: 80%;
	font-weight: normal;
}



div.breadcrumb {
	min-height: 2em;
	line-height: 2em;
	min-width: 5em;
	background-color: white;
	text-align: right;
	color: #436171;
	padding: 9px 5px 5px 5px;
}
div.breadcrumb span.location {
	color: black;
	padding-right: 4px;
}


/* Search Results and Conversations ----------------------------------------------------------------------------------------- */
div.tutor_profile, 
div.conversation {
	margin-bottom: 12px;
}

div.conversation_title {
	min-height: 2.2em;
	background-color: #414040;
	color: white;
	font-weight: bold;
	font-size: 1em;
	padding: 0.5em 0.2em;
}
div.conversation_title a, 
div.conversation_title a:link, 
div.conversation_title a:visited {
	color: #6dadd0;
}
div.conversation_title a:hover, 
div.conversation_title a:active {
	color: white;
}

div.conversation_title .completed, 
div.conversation_title .completedbold {
	color: #34ff55;
}


div.profile_title {
	min-height: 2.2em;
	font-weight: bold;
	color: #7c7c7c;
	background-color: #e2e2e2;
}

div.conversation_title_sub, 
div.conversation_title_extra {
	min-height: 2.2em;
	font-weight: bold;
	color: #333333;
	background-color: #c3c3c3;
}
div.conversation_title_extra {
	background-color: #d3d3d3;
	margin-bottom: 1px;
}

div.profile_body, 
div.conversation_body, 
div.conversation_body_1, 
div.conversation_body_2, 
div.conversation_body_3 {
	position: relative;
	background-color: #f3f3f3;
	padding: 5px;
	margin-bottom: 1px;
}
div.conversation_body_2 {
	background-color: #e3e3e3;
}
div.conversation_body_3 {
	background-color: #d3d3d3;
}


div.profile_results {
	padding: 0.5em 0.2em 0 0.2em;
	margin-right: 110px;
}

div.profile_footer, 
div.conversation_footer {
	text-align: right;
	color: #7c7c7c;
	background: #e2e2e2;
	min-height: 1.5em;
	padding: 0.5em;
}

div.profile_body label, 
div.conversation_body label {
	float: left;
	display: block;
	width: 8em;
	min-height: 2em;
	text-align: right;
	padding-right: 0.3em;
	font-weight: bold;
}

div.tutor_profile ul, 
div.conversation ul {
	padding: 0;
	margin: 0;
}
div.tutor_profile ul li, 
div.conversation ul li {
	float: left;
	padding: 0;
	margin: 0 0.1em 0 20px;
}

div.result_wrapper {
	margin-left: 9em;
	min-height: 2.2em;
}

div.tutor_profile div.profile_results {
	margin-right: 14em;
}

div.tutor_profile div.profile_body label, 
div.conversation_body label {
	width: 6.2em;
}
div.tutor_profile div.result_wrapper {
	margin-left: 6.6em;
}

div.tutor_profile label.inline {
	float: none;
	display: inline;
	color: black;
}
div.tutor_profile label.inline:hover {
	color: red;
}

div.tutor_profile div.profile_picture {
	position: absolute; 
	top: 0.3em; 
	left: 0; 
	text-align: center; 
	height: 110px;
}
div.tutor_profile div.profile_contact {
	position: absolute; 
	top: 0.4em; 
	right: 0.4em; 
	text-align: center; 
	vertical-align: middle;
	width: 14em;
	min-height: 4.6em;
	padding: 0.5em 0;
	background-color: #e2e2e2;
	font-weight: bold;
	line-height: 1.5em;
}
div.tutor_profile div.profile_contact a {
	color: #7c7c7c;
}

div.profile_title_left, 
div.conversation_title_left {
	float: left;
	width: 58%;
	padding: 0.5em 1%;
}
div.profile_title_right, 
div.conversation_title_right {
	float: left;
	width: 38%;
	text-align: right;
	padding: 0.5em 1%;
}



/* Full profiles ---------------------------------------------------------------------------------------- */
div#profile_left_col {
	margin: 0 280px 0 0;
	padding: 0;
	background-color: #f5f5f5;
}

div#profile_right_col {
	text-align: center;
	float: right;
	width: 270px;
	padding: 0;
	background-color: #f5f5f5;
}
div#profile_right_col h3, 
div#profile_left_col h3 {
	background-color: #414040;
	padding: 0.8em 0.5em;
	color: white;
	font-style: normal;
	text-align: left;
	font-size: 1.3em;
}

div.information_chunk {
	padding: 5px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.4em;
}


/* News System ------------------------------------------------------------------------------------------ */

div.news_latest {
	padding: 10px;
	padding: 3px;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	background-color: #f8f8f8;
	color: black;
	min-height: 1px;
}
div.news_latest div.right {
	margin-left: 265px;
}
div.news_latest div.title {
	padding: 3px;
	font-size: 1.4em;
}
div.news_latest div.date {
	color: #78b6d8;
	padding: 3px;
}
div.news_latest img.headline_pic {
	float: left;
	border: 4px solid white;
}
div.news_latest div.more {
	clear: both;
	padding: 3px;
	color: black;
	text-align: right;
}
div.news_latest a, 
div.news_latest a:link, 
div.news_latest a:visited {
	color: black;
}
div.news_latest div.news_article {
	margin: 0 0 0 350px;
}

div.news_brief {
	padding: 5px;
	background: white;
	border-bottom: 1px solid #d0d0d0;
	color: #6c7479;
	min-height: 1px;
}
div.news_brief div.right {
	margin-left: 150px;
}
div.news_brief div.title {
	float: left;
	width: 140px;
	min-height: 20px;
	padding: 3px 10px;
	text-align: center;
	line-height: 1.5em;
	color: #666666;
}
div.news_brief img.headline_pic {
	float: left;
	border: 4px solid #f8f8f8;
}
div.news_brief div.more {
	clear: both;
	padding: 3px;
	color: #78b6d8;
	text-align: right;
}

img.news_article_pic {
	float: right;
	border: 4px solid white;
	margin: 0 0 10px 10px;
}
img.news_article_pic_white {
	float: right;
	border: 4px solid #f8f8f8;
	margin: 0 0 10px 10px;
}

div.page_jumps {
	text-align: center;
	padding: 10px 5px 5px 5px;
}

/* General Table ------------------------------------------------------------------------------------------ */
table.standard {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid white;
}
table.standard tr td {
	border: 1px solid white;
	padding: 5px;
	background-color: #dedfe0;
}

table.standard tr.text_centre td {
	text-align: center;
}

table.standard tr.title td {
	background-color: #6dadd0;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: white;
	font-weight: bold;
	border-bottom: 0;
}

table.standard tr.transparent td {
	background-color: white;
}

table.standard tr.type_1 td {
	background-color: #e6e6e6;
}

table.standard tr.admin_archived_1 td {
	background-color: #696969;
	color: #e6e6e6;
}
table.standard tr.admin_archived_0 td {
	background-color: #7c7c7c;
	color: #e6e6e6;
}
table.standard tr.admin_archived_1 td a, 
table.standard tr.admin_archived_0 td a {
	color: #e6e6e6;
}

table.standard tr.admin_disabled_1 td {
	background-color: #eb6464;
}
table.standard tr.admin_disabled_0 td {
	background-color: #ec4343;
}

table.standard tr.tutor_disabled_1 td {
	background-color: #f2b7b7;
}
table.standard tr.tutor_disabled_0 td {
	background-color: #eea9a9;
}

table.standard tr.email_disabled_1 td {
	background-color: #f4d3d3;
}
table.standard tr.email_disabled_0 td {
	background-color: #f5d8d8;
}

table.standard tr.early td, table.standard tr.completed td {
	background-color: #cff9d6;
}


table.invisible {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
table.invisible tr td {
	border: 0;
	padding: 3px;
}


/* Calendar table */
table.cal_standard {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid white;
}
table.cal_standard tr td {
	border: 1px solid white;
	padding: 5px;
	background-color: #dedfe0;
	vertical-align: top;
}
table.cal_standard tr.title td {
	background-color: #6dadd0;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: white;
	font-weight: bold;
	border-bottom: 0;
	width: 40px;
}
table.cal_standard td.cal_empty {
	background-color: #f0f0f0;
}
table.cal_standard td.cal_today {
	background-color: #f4d3d3;
}





/* Forum ------------------------------------------------------------------------------------------ */

label.standard {
	display: block;
	width: 266px;
	float: left;
	line-height: 2.1em;
	height: 2.1em;
	border-right: 1px solid white;
	padding: 0 10px;
}

div.forum_post {
	border: 1px solid #bebebe;
	background: #c9cdd0 url('images/news_brief-tile.gif') repeat-x top left;
	margin-bottom: 10px;
}
div.lead_forum_post {
	border: 1px solid #6dadd0;
	background: #6dadd0;
	margin-bottom: 10px;
}

div.forum_post div.head {
	color: white;
	border-bottom: 1px solid #bebebe;
	background-color: #a2a2a2;
	padding: 10px 5px;
}
div.lead_forum_post div.head {
	color: white;
	border-bottom: 1px solid #6dadd0;
	padding: 10px 5px;
}

div.pic_box {
	float: left;
	width: 140px; 
	padding: 5px; 
	text-align: center;
}
div.forum_post div.content_box {
	color: black;
	border: 1px solid #bebebe;
	background-color: white;
	padding: 5px;
	margin: 5px 5px 5px 150px;
}
div.lead_forum_post div.content_box {
	color: black;
	border: 1px solid #6dadd0;
	background-color: white;
	padding: 5px;
	margin: 5px 5px 5px 150px;
}

div.pagination {
	border: 1px solid #6dadd0;
	background: #6dadd0;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	min-height: 1px;
}

div.pagination a#current_page {
	color: #5500be;
	font-size: 1.3em;
}
div.pagination a:hover, 
div.pagination a:active,
div.pagination a#current_page:hover, 
div.pagination a#current_page:active {
	color: red;
}

div.boxPagination {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	min-height: 1px;
}
div.boxPagination ul {
	list-style: none;
}
div.boxPagination ul li {
	display: inline;
	margin: 0 2px 2px 0;
}
div.boxPagination ul li a,
div.boxPagination ul li a:link, 
div.boxPagination ul li a:visited {
	padding: 4px;
	border: 1px solid #bebebe;
}
div.boxPagination ul li.on a, 
div.boxPagination ul li.on a:link, 
div.boxPagination ul li.on a:visited {
	color: red;
}
div.boxPagination ul li a:hover, 
div.boxPagination ul li a:active,
div.boxPagination ul li.on a:hover,
div.boxPagination ul li.on a:active {
	color: #5500be;
}



/* General Fieldset ------------------------------------------------------------------------------------------ */

h2.fieldset {
	background-color: #414040;
	color: white;
	font-weight: bold;
	font-size: 1em;
	padding: 0.8em 0.5em;
}
h2.fieldset a, 
h2.fieldset a:link, 
h2.fieldset a:visited {
	color: white;
	text-decoration: none;
}
h2.fieldset a:hover, 
h2.fieldset a:active {
	color: #6dadd0;
}

fieldset.standard {
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px solid #dad4d4;
	border-top: 0;
	background-color: #f5f5f5;
}
fieldset.standard label {
	display: block;
	width: 23%;
	float: left;
	line-height: 2.3em;
	text-align: right;
	padding: 0 2% 0 0;
	font-weight: bold;
	color: #414040;
	min-height: 2.3em;
}
fieldset.standard label.inline {
	display: inline;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: black;
}
fieldset.standard div.input_wrapper, 
fieldset.standard div.input_wrapper_error, 
fieldset.standard div.input_wrapper_complete {
	width: 74%;
	float: left;
	min-height: 1.9em;
	line-height: 2.3em;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}
fieldset.standard div.input_wrapper_error {
	background-color: #f8c1bf;
	border-color: #bc1d17;
}
fieldset.standard div.input_wrapper_complete {
	background-color: #cff9d6;
	border-color: #7cdd62;
}

fieldset.standard div.input_wrapper div.section, 
fieldset.standard div.input_wrapper div.section_title, 
fieldset.standard div.input_wrapper div.section_long {
	float: left;
	width: 90px;
	min-height: 1.9em;
}
fieldset.standard div.input_wrapper div.section_title {
	padding-left: 10px;
	width: 80px;
	font-weight: bold;
	color: #666666;
}
fieldset.standard div.input_wrapper div.section_long {
	width: 160px;
}

.pricebox {
	width: 30px;
	height: 15px;
	border: 1px solid #a2a2a2;
	padding: 1px 2px 1px 2px;
	font: 10px arial, helvetica, sans-serif;
}

.subjectbox {
	width: 160px;
	margin: 0px;
	font: 12px arial, helvetica, sans-serif;
}

div.buttons {
	margin: 5px 0 0 0;
	padding: 0;
	height: 2.4em;
	text-align: center;
}
div.buttons_left {
	float: left;
	width: 50%;
	height: 2.4em;
	text-align: left;
}
div.buttons_right {
	margin: 0 0 0 50%;
	height: 2.4em;
	text-align: right;
}


div.advice {
	margin: 5px 0 8px 0;
	padding: 0.3em 1em;
	color: black;
	background-color: #cff9d6;
	border: 1px solid #7cdd62;
}

div.progress, 
div.progress_done, 
div.progress_here {
	float: left;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	background-color: #e9eff0;
	border: 1px solid #dad4d4;
	color: #414040;
}
div.progress_done {
	background-color: #cff9d6;
	border: 1px solid #7cdd62;
	color: #414040;
}
div.progress_here {
	background-color: #8ec3e2;
	border: 1px solid #4088b3;
	color: white;
}

div.extra_lang {
	float: left;
	width: 10em;
	min-height: 2em;
	margin: 0 0.3em 0.3em 0;
	padding: 0.2em;
}
div.extra_lang label {
	display: inline;
	width: 8em;
	float: none;
	font-weight: normal;
	color: black;
	line-height: 2em;
	text-align: left;
	padding: 0;
}

/* System Messages --------------------------------------------------------------------------------- */

div.message, 
div.error {
	margin: 10px 0 10px 0;
	padding: 0.3em 1em;
	font-weight: bold;
	color: #1d9804;
	background-color: #cff9d6;
	border: 1px solid #7cdd62;
	line-height: 1.5em;
}
div.error {
	color: #bc1d17;
	background-color: #f8c1bf;
	border-color: #bc1d17;
}
div.message ul, 
div.error ul {
	margin: 0;
	padding: 0.1em;
	list-style: none;
}
div.message ul li, 
div.error ul li {
	padding: 0.3em 0;
}
div.error ul li span.num {
	font-weight: bold;
}


/* Knowledge Base Items ---------------------------------------------------------------------------------- */

div.article_full {
	border: 1px solid #3e5db0;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}
div.article {
	border: 1px solid #3e5db0;
	background-color: white;
	padding: 10px;
	margin-right: 170px;
}

div.article_side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.article_side ul li {
	float: left;
	width: 45.6%;
	padding: 5px 2%;
	margin: 2px 0.2%;
	background-color: #dedfe0;
	min-height: 50px;
}
div.article_side ul li p {
	padding: 0 0 0.3em 0;
	line-height: 1.2em;
	text-align: left;
}
div.article_side ul li.toptitle {
	float: none;
	width: 98%;
	background: #6dadd0 url('images/table-tile.gif') repeat-x top left;
	font-weight: bold;
	color: white;
	padding: 10px 1%;
	margin: 5px 0 0 0;
	clear: both;
	min-height: 20px;
}
li.clear {
	list-style: none;
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	float: none;
	font-size: 0;
	line-height: 0;
	min-height: 0;
}
div.article_side ul li.toptitle a, 
div.article_side ul li.toptitle a:link, 
div.article_side ul li.toptitle a:visited {
	color: white;
}
div.article_side ul li.toptitle a:hover, 
div.article_side ul li.toptitle a:active {
	color: black;
}


/* Tooltips -------------------------------------------------------------------------------------------------------- */

.hover_help,
.hover_help_front {
	font: normal 1em arial, verdana, sans-serif;
}
.tool-tip {
	color: #fff;
	width: 250px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	color: white;
	border: 1px solid #d01f3c;
	background: #d01f3c;
	padding: 6px;
}
.tool-text {
	padding: 4px 8px 8px;
	color: black;
	border: 1px solid #d01f3c;
	background: #e68a99;
	border-top: 0;
}

.front_tip-tip {
	color: #fff;
	width: 250px;
	z-index: 13000;
}
.front_tip-title {
	font-weight: bold;
	margin: 0;
	color: white;
	border: 1px solid #d01f3c;
	background: #d01f3c;
	padding: 6px;
}
.front_tip-text {
	padding: 4px 8px 8px;
	color: black;
	border: 1px solid #d01f3c;
	background: #e68a99;
	border-top: 0;
}



/* The new search box ------------------------------------------------------------------------- */

div.search_wrapper {
	position: relative;
	padding: 3px;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	background-color: #f8f8f8;
}
div.search_tile {
	border-top: 2px solid #224942;
	min-height: 286px;
	background: #3a5f58 url('images/search-tile.jpg') repeat-x top right;
}
div.search_box {
	min-height: 286px; 
	background: transparent url('images/search.jpg') no-repeat top right;
}
div#searchInstructions {
	position: absolute;
	left: 280px;
	top: 40px;
	height: 120px;
	width: 115px;
	background: transparent url('images/postcode_street.gif') no-repeat center center;
}
div#searchInstructions span {
	display: none;
}

div#searchInstructionsNiche {
	position: absolute;
	left: 280px;
	top: 50px;
	height: 150px;
	width: 115px;
	background: transparent url('images/SearchInstructionsNiche_Academic.gif') no-repeat center center;
}
div#searchInstructionsNiche span {
	display: none;
}

fieldset.search_box {
	border: 0;
	min-height: 261px;
	margin: 0 0 0 20px;
	padding: 20px 0 5px 0;
}
fieldset.search_box div.input_wrapper {
	min-height: 1.5em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
fieldset.search_box label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	color: white;
}

fieldset.search_box h2.search {
	color: white;
}

fieldset.search_box input.standard, 
fieldset.search_box select.standard, 
fieldset.search_box input.standard_variable, 
fieldset.search_box select.standard_variable {
	border-color: white;
}

fieldset.search_box span.compulsory {
	color: #ff607e;
	margin: 0;
	padding: 0;
}

fieldset.search_box a, 
fieldset.search_box a:link, 
fieldset.search_box a:visited {
	color: white;
}

/* Inline small sites ----------------------------- */
ul.search_other_sites {
	padding: 0 0 0 4px;
	margin: 0;
	list-style-type: none;
	background-color: #f8f8f8;
}
ul.search_other_sites li {
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
}
ul.search_other_sites li a, 
ul.search_other_sites li a:link, 
ul.search_other_sites li a:visited {
	display: block;
	position: relative;
	top: 2px;
	padding: 5px 5px 7px 5px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: white;
	border: 2px solid #d8d8d8;
	border-bottom-width: 0;
}
ul.search_other_sites li a:hover, 
ul.search_other_sites li a:active {
	text-decoration: underline;
	border-color: #959595;
}
ul.search_other_sites li.on a, 
ul.search_other_sites li.on a:link, 
ul.search_other_sites li.on a:visited {
	padding: 5px 5px 9px 5px;
	text-decoration: underline;
	border-color: #224942;
}
ul.search_other_sites li.on a:hover, 
ul.search_other_sites li.on a:active {

}
ul.search_other_sites a#search_site_1, 
ul.search_other_sites a#search_site_1:link, 
ul.search_other_sites a#search_site_1:visited {
	color: white;
	background: #587060 url('images/tabs-tile-1.gif') repeat-x bottom left;
}
ul.search_other_sites a#search_site_1:hover, 
ul.search_other_sites a#search_site_1:active {
	color: #e4e4e4;
}
ul.search_other_sites a#search_site_2, 
ul.search_other_sites a#search_site_2:link, 
ul.search_other_sites a#search_site_2:visited {
	background: #ba3b35 url('images/tabs-tile-2.gif') repeat-x bottom left;
}
ul.search_other_sites a#search_site_2:hover, 
ul.search_other_sites a#search_site_2:active {
	color: #e4e4e4;
}
ul.search_other_sites a#search_site_4, 
ul.search_other_sites a#search_site_4:link, 
ul.search_other_sites a#search_site_4:visited {
	background: #1c0f06 url('images/tabs-tile-4.gif') repeat-x bottom left;
}
ul.search_other_sites a#search_site_4:hover, 
ul.search_other_sites a#search_site_4:active {
	color: #e4e4e4;
}
ul.search_other_sites a#search_site_5, 
ul.search_other_sites a#search_site_5:link, 
ul.search_other_sites a#search_site_5:visited {
	color: #333333;
	background: #cccdcf;
}
ul.search_other_sites a#search_site_5:hover, 
ul.search_other_sites a#search_site_5:active {
	color: black;
}
ul.search_other_sites a#search_site_6, 
ul.search_other_sites a#search_site_6:link, 
ul.search_other_sites a#search_site_6:visited {
	background: #d36e72 url('images/tabs-tile-6.gif') repeat-x bottom left;
}
ul.search_other_sites a#search_site_6:hover, 
ul.search_other_sites a#search_site_6:active {
	color: #e4e4e4;
}
ul.search_other_sites a#search_site_7, 
ul.search_other_sites a#search_site_7:link, 
ul.search_other_sites a#search_site_7:visited {
	background: #000101 url('images/tabs-tile-7.gif') repeat-x bottom left;
}
ul.search_other_sites a#search_site_7:hover, 
ul.search_other_sites a#search_site_7:active {
	color: #e4e4e4;
}
ul.search_other_sites a#search_site_8, 
ul.search_other_sites a#search_site_8:link, 
ul.search_other_sites a#search_site_8:visited {
	color: #50510c;
	background: #c1bf72 url('images/tabs-tile-8.gif') repeat-x bottom left;
}
ul.search_other_sites a#search_site_8:hover, 
ul.search_other_sites a#search_site_8:active {
	color: #333333;
}
ul.search_other_sites a#search_site_9, 
ul.search_other_sites a#search_site_9:link, 
ul.search_other_sites a#search_site_9:visited {
	color: white;
	background: black url('images/tabs-tile-9.gif') repeat-x bottom left;
}
ul.search_other_sites a#search_site_9:hover, 
ul.search_other_sites a#search_site_9:active {
	color: #e4e4e4;
}


div.front_quote {
	
}
div.front_quote h2 {
	background-color: #3f88b3;
	color: white;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8em;
	min-height: 1.8em;
	padding: 0 0 0 1em;
	margin: 0;
}
div.front_quote div {
	position: relative;
	padding: 1em 2em;
	margin: 0 1em;
}
div.front_quote span.left {
	position: absolute;
	top: 0;
	left: 0;
	height: 0.5em;
	width: 0.5em;
	font-size: 5em;
}
div.front_quote span.right {
	position: absolute;
	bottom: 0.1em;
	right: 0;
	height: 0.4em;
	width: 0.4em;
	font-size: 5em;
}

p.quote {
	margin: 0 1em;
	font-size: 1.2em;
}
p.quoteauthor {
	margin: 0 1em;
	text-align: right;
	font-weight: bold;
}

fieldset.search_box input.button {
	border: 1px solid #414040;
	background: #414040 url('images/dark-button-tile.gif') repeat-x top left;
}
fieldset.search_box input.button:hover {
	background: #414040 url('images/nav-button-off-hover-tile.gif') repeat-x top left;
}


/* Books ---------------------------------------------------------------------------- */

div.book_container {
	float: left;
	width: 150px;
	min-height: 180px;
	border: 1px solid #a2a2a2;
	margin: 0 5px 5px 0;
	text-align: center;
	padding: 10px;
}
div.book_container a {
	text-decoration: none;
}
div.book_container img {
	border: 0;
	margin: 0 0 10px 0;
}


/* Big buttons ------------------------------------------------------------------------ */

div.big_button {
	float: left;
	width: 50%;
	min-height: 50px;
}
div.big_button a, 
div.big_button a:link, 
div.big_button a:visited {
	display: block;
	width: 90%;
	padding: 1.5em 0;
	text-align: center;
	border: 1px solid #1e6a96;
	background: #1e6a96 url('images/nav-button-off-tile.gif') repeat-x top left;
	color: white;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: normal;
}
div.big_button a:hover, 
div.big_button a:active {
	color: white;
	background: #004f7d url('images/nav-button-off-hover-tile.gif') repeat-x top left;
}

hr {
	background-color: #6dadd0;
	color: #6dadd0;
	height: 2px;
	padding: 0px;
	margin: 0.5em 3em;
	border: 0;
}


/* Coloured links ------------------------------------------------------------------------ */
a.link_active, 
a.link_active:link, 
a.link_active:visited {
	color: green;
}

a.link_inactive, 
a.link_inactive:link, 
a.link_inactive:visited {
	color: red;
}

/* Captcha links ------------------------------------------------------------------------ */
img.standard_captcha {
	float: left;
	width: 200px;
	height: 60px;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #bdd2d6;
}

a.audio_captcha, 
a.audio_captcha:link, 
a.audio_captcha:visited {
	display: block;
	float: left;
	margin: 28px 0 0 10px;
	min-width: 30px;
	min-height: 30px;
	background: transparent url('images/audio-captcha-off.gif') no-repeat top left;
}
a.audio_captcha:hover, 
a.audio_captcha:active {
	background: transparent url('images/audio-captcha-on.gif') no-repeat top left;
}
a.audio_captcha span {
	display: none;
}


/* Shopping Cart ------------------------------------------------------------------------ */

div.guide_wrapper {
	padding: 1em;
	margin: 0;
	border: 1px solid #dad4d4;
	border-top: 0;
	background-color: #f5f5f5;
	min-height: 1em;
}

img.guide_large {
	float: left;
	height: 142px;
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #a2a2a2;
	background: #eff7fb;
}

img.guide_small {
	float: left;
	width: 42px;
	height: 60px;
	padding: 3px;
	margin: 0 3px 3px 0;
	border: 1px solid #a2a2a2;
	background: #eff7fb;
}

a.button, 
a.button:link, 
a.button:visited,
a.basketAdd, 
a.basketAdd:link, 
a.basketAdd:visited,
a.linkFormButton, 
a.linkFormButton:link, 
a.linkFormButton:visited {
	border: 1px solid #1e6a96;
	background: #1e6a96 url('images/nav-button-off-tile.gif') repeat-x top left;
	font-weight: bold;
	color: white;
	padding: 0.4em 1em;
	text-decoration: none;
}
a.button:hover, 
a.button:active, 
a.basketAdd:hover, 
a.basketAdd:active, 
a.linkFormButton:hover, 
a.linkFormButton:active {
	color: white;
	background: #004f7d url('images/nav-button-off-hover-tile.gif') repeat-x top left;
}

div#left ul.standard li a.basketCheckout, 
div#left ul.standard li a.basketCheckout:link, 
div#left ul.standard li a.basketCheckout:visited, 
div#right ul.standard li a.basketCheckout, 
div#right ul.standard li a.basketCheckout:link, 
div#right ul.standard li a.basketCheckout:visited {
	display: inline;
	border: 1px solid #1e6a96;
	background: #1e6a96 url('images/nav-button-off-tile.gif') repeat-x top left;
	font-weight: bold;
	color: white;
	padding: 0.3em 0.7em;
	text-decoration: none;
}
div#left ul.standard li a.basketCheckout:hover, 
div#left ul.standard li a.basketCheckout:active, 
div#right ul.standard li a.basketCheckout:hover, 
div#right ul.standard li a.basketCheckout:active {
	color: white;
	background: #004f7d url('images/nav-button-off-hover-tile.gif') repeat-x top left;
}

div#left ul#shopping-basket-sidebar-total li, 
div#right ul#shopping-basket-sidebar-total li {
	padding: 0.8em;
}

div#left ul.standard li a.basketRemove, 
div#left ul.standard li a.basketRemove:link, 
div#left ul.standard li a.basketRemove:visited, 
div#right ul.standard li a.basketRemove, 
div#right ul.standard li a.basketRemove:link, 
div#right ul.standard li a.basketRemove:visited {
	display: inline;
	position: relative;
	padding: 0;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	background: transparent;
	color: #004f7d;
}
div#left ul.standard li a.basketRemove:hover, 
div#left ul.standard li a.basketRemove:active, 
div#right ul.standard li a.basketRemove:hover, 
div#right ul.standard li a.basketRemove:active {
	color: red;
}

ul#shopping-basket-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#left ul.standard li a.basketAdd, 
div#left ul.standard li a.basketAdd:link, 
div#left ul.standard li a.basketAdd:visited, 
div#right ul.standard li a.basketAdd, 
div#right ul.standard li a.basketAdd:link, 
div#right ul.standard li a.basketAdd:visited {
	display: inline;
	border: 1px solid #1e6a96;
	background: #1e6a96 url('images/nav-button-off-tile.gif') repeat-x top left;
	font-weight: bold;
	color: white;
	padding: 0.3em 0.7em;
	text-decoration: none;
}
div#left ul.standard li a.basketAdd:hover, 
div#left ul.standard li a.basketAdd:active, 
div#right ul.standard li a.basketAdd:hover, 
div#right ul.standard li a.basketAdd:active {
	color: white;
	background: #004f7d url('images/nav-button-off-hover-tile.gif') repeat-x top left;
}

ul.guidePoints, 
ol.guidePoints {
	margin: 0 0 1em 8em;
}
ul.guidePoints li, 
ol.guidePoints li {
	line-height: 1.2em;
	padding: 3px 0;
}


span.rss_button {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 12px;
	height: 20px;
	width: 50px;
	line-height: 25px;
	text-align: right;
}
span.rss_button a {
	font-weight: normal;
	text-decoration: none;
}



div.featured_tutor_inline {
	float: left; 
	width: 31%; 
	min-height: 300px; 
	background: #f8f8f8; 
	margin: 0 0.5%; 
	text-align: center; 
	padding: 0.5em 0.5%; 
	border: 1px solid #d0d0d0;
}



/*WP Styles */

div.navigation {

}
div.alignleft,
div.alignright {
	float: left;
	min-height: 25px;
	line-height: 25px;
	width: 50%;
	text-align: left;
	margin-bottom: 10px;
}
div.alignright {
	text-align: right;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	border: 1px solid #1e6a96;
	background: #1e6a96 url('images/nav-button-off-tile.gif') repeat-x top left;
	font-weight: bold;
	color: white;
	padding: 4px;
}
#commentform #submit:hover {
	color: white;
	background: #004f7d url('images/nav-button-off-hover-tile.gif') repeat-x top left;
}

#commentform p {
	margin: 5px 0;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li {
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li .avatar { 
	display: none;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 0 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.children { 
	padding: 0; 
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


.rightComponent {
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #dad4d4;
	background-color: #f5f5f5;
}
#right h3 {
	font-style: normal;
	font-weight: normal;
	padding: 0.8em 0 0.8em 0.8em;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #3f89b3;
	border: 0;
	background-color: #e8e8e8;
}
form#searchform label {
	display: none;
}

