html, body {
	background-color: #26333b;
	text-align: left;
	padding: 0 0.5em 0.5em 0.5em;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	color: #333333;
	min-height: 580px;
	/* min-width: 780px; */
	min-width: 1000px;
	height: 100%;
}

body {
	background-color: #26333b;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}


/* Header ----------------------------------------------------------------------- */

div#header {
	position: relative;
	height: 4em;
	padding: 5.2em 0 0 0;
	margin: 0;
	text-align: left;
	background: white url('images/top-tile.gif') repeat-x top left;
	vertical-align: bottom;
}
div#header div#logo {
	position: absolute;
	top: 0;
	left: 5px;
	height: 94px;
	width: 181px;
	padding: 0;
	margin: 0;
	background: transparent url('images/logo-1.png') no-repeat top left;
	z-index: 2000;
}
div#header div#logo span {
	display: none;
}

div#top_links {
	position: absolute;
	top: 0;
	right: 0;
	height: 2em;
	min-width: 20em;
	padding: 0.2em 1em 0 1em;
	margin: 0;
	color: #3b4a53;
	text-align: right;
}
div#top_links a {
	color: #6dadd0;
	font-weight: normal;
	text-decoration: none;
}


/* Horizontal Nav Bar ----------------------------------------------------------- */
div#nav_container {
	position: relative;
	background-color: #6dadd0;
	padding: 0;
	margin: 0;
}
div#nav {
	border: 0;
	background-color: #6dadd0;
	padding: 0;
	min-height: 2.8em;
	margin: 0;
}
ul#nav_links {
	font: normal 1em arial, verdana, sans-serif;
	color: white;
	list-style: none;
	padding: 0;
	margin: 0 0 0 1em;
	min-height: 2.8em;
}
ul#nav_links li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #65a0c0;
	border-left: 1px solid #88bcd9;
}
ul#nav_links li a, ul#nav_links li a:link, ul#nav_links li a:visited {
	display: block;
	position: relative;
	padding: 0 1em;
	height: 2.8em;
	line-height: 2.8em;
	margin: 0;
	text-decoration: none;
	color: white;
}
ul#nav_links li a:hover, ul#nav_links li a:active {
	background-color: #34454f;
}
ul#nav_links li.on a, ul#nav_links li.on a:link, ul#nav_links li.on a:visited {
	background-color: #34454f;
	text-decoration: underline;
}
ul#nav_links li.on a:hover, ul#nav_links li.on a:active {
	text-decoration: none;
}

/* Horizontal Sub Nav Bar ----------------------------------------------------------- */
div#subnav_container {
	position: relative;
	background-color: #34454f;
	padding: 0 0 1px 0;
	margin: 0;
}
div#subnav {
	border: 0;
	background-color: #34454f;
	padding: 0;
	height: 2.8em;
	margin: 0;
}
ul#subnav_links {
	font: bold 1em arial, verdana, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0 0 0 1em;
	height: 2.8em;
}
ul#subnav_links li {
	float: left;
	padding: 0;
	margin: 0 0.1em;
	border-left: 1px solid #243d48;
}
ul#subnav_links li a, ul#subnav_links li a:link, ul#subnav_links li a:visited {
	display: block;
	position: relative;
	padding: 0 1em;
	line-height: 2.8em;
	height: 2.8em;
	margin: 0;
	text-decoration: none;
	color: white;
}
ul#subnav_links li a:hover, ul#subnav_links li a:active {
	text-decoration: underline;
}
ul#subnav_links li.on a, ul#subnav_links li.on a:link, ul#subnav_links li.on a:visited {
	text-decoration: underline;
}
ul#subnav_links li.on a:hover, ul#subnav_links li.on a:active {
	text-decoration: underline;
	color: red;
}

/* Side Bars ------------------------------------------------------------------- */
div#left {
	float: left;
	margin: 3em 0 0.5em -100%;
	padding: 0;
	width: 15em;
	text-align: left;
}
div#right {
	float: left;
	margin: 0 0 0.5em -33em;
	padding: 0;
	width: 18.7em;
	text-align: left;
	border-top: 0.3em solid #26333b;
	border-right: 0.3em solid #26333b;
}
div#far_right {
	float: right;
	margin: 3em 0 0.5em -14em;
	padding: 0 0 0 0;
	width: 14em;
	min-height: 50px;
	text-align: center;
}
div#left ul, div#right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #26333b;
}
div#left ul li, div#right ul li {
	margin: 0;
	padding: 0;
	min-height: 1px;
	border-bottom: 1px solid #367ea6;
	border-top: 1px solid #9cc7df;
	font-weight: bold;
}
div#left ul li a, div#left ul li a:link, div#left ul li a:visited, div#right ul li a, div#right ul li a:link, div#right ul li a:visited {
	display: block;
	position: relative;
	padding: 0.5em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	background: #6dadd0;
	color: white;
	min-height: 1px;
	font-weight: bold;
}
div#left ul li a, div#left ul li a:link, div#left ul li a:visited {
	background: #6dadd0 url('images/sidebar-light-fade-left.gif') repeat-y top right;
}
div#right ul li a, div#right ul li a:link, div#right ul li a:visited {
	background: #6dadd0 url('images/sidebar-light-fade-right.gif') repeat-y top left;
}

div#left ul li a:hover, div#left ul li a:active, div#right ul li a:hover, div#right ul li a:active {
	text-decoration: none;
	color: black;
}
div#left ul li.on a, div#left ul li.on a:link, div#left ul li.on a:visited {
	color: black;
}

div#left ul li a img, div#right ul li a img {
	border: 2px solid white;
}

span.date {
	display: block;
	clear: both;
	text-align: right;
	color: #26333b;
}


div.menu-bottom {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}


div#left ul li.toptitle, div#right ul li.toptitle {
	display: block;
	padding: 0.4em 0 0.4em 0.8em;
	font-size: 1.3em;
	line-height: 1.2em;
	color: white;
	border: 0;
	/* background-color: #34454f; */
	background: #26333b url('images/sidebar_header_tile.gif') repeat-x top left;
}



div.sidebar h2 {
	padding: 0.4em 0 0.4em 0.8em;
	font-size: 1.3em;
	line-height: 1.2em;
	color: white;
	border: 0;
	/* background-color: #34454f; */
	background: #26333b url('images/sidebar_header_tile.gif') repeat-x top left;
	font-weight: bold;
}
fieldset.sidebar {
	border: 0;
	margin: 0;
	padding: 5px;
	background-color: #446172;
	color: white;
}
fieldset.sidebar label {
	color: white;
	line-height: 1.6em;
}
fieldset.sidebar p {
	color: white;
	line-height: 1.6em;
}
fieldset.sidebar input.standard, fieldset.sidebar select.standard {
	border: 1px solid #a39b86;
	background: white url('images/input_tile.gif') repeat-x top left;
	font-size: 1.2em;
	padding: 6px 3px;
	width: 95%;
}
fieldset.sidebar select.standard {
	width: 98%;
}
fieldset.sidebar div.centre {
	text-align: center;
	padding: 3px;
}

fieldset.sidebar a, fieldset.sidebar a:link, fieldset.sidebar a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
fieldset.sidebar a:hover, fieldset.sidebar a:active {
	color: #6dadd0;
	text-decoration: none;
}


/*
div#sideSearch h2 {
	background: #eaf4fa;
	color: #cb3706;
	font-size: 1.3em;
	padding: 0.4em;
	
}
div#sideSearch fieldset.sidebar {
	border: 0;
	margin: 0;
	padding: 5px;
	background: #ddebf3;
	color: black;
}
div#sideSearch fieldset.sidebar label {
	color: black;
	line-height: 1.6em;
}
div#sideSearch a, div#sideSearch a:link, div#sideSearch a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
div#sideSearch a:hover, div#sideSearch a:active {
	color: #6dadd0;
	text-decoration: none;
}
div#sideSearch input.button {
	border: 1px solid #242d32;
	background: #34454f;
	font-weight: bold;
	color: white;
	padding: 4px;
}
div#sideSearch input.button:hover {
	color: white;
	background: #242d32;
}

div#sideSearch input.buttonBright {
	border: 1px solid #902604;
	background: #cb3706;
	font-weight: bold;
	color: white;
	padding: 4px;
}
div#sideSearch input.buttonBright:hover {
	color: white;
	background: #6dadd0;
	border: 1px solid #367ea6;
}

*/

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 33em 1em 15em;
	padding: 0 1em 2px 1em;
	min-height: 600px;
	text-align: left;
	background: white url('images/main-tile.gif') repeat-x top left;
	border: 0.3em solid #26333b;
}
div#middle_style {
	font-size: 1.1em;
}

div.main_padding {
	background: red;
}

div.add_padding {
	padding: 0 1em;
}

/* Main Container --------------------------------------------------------------- */
div#container {
	position: relative;
	padding: 2em 0 0 0;
	margin: 0;
	display: inline-block;
	background: #26333b url('images/town.gif') repeat-x top left;
}
/*\*/
div#container {
	display: block;
}
/* */

/* Footer ----------------------------------------------------------------------- */
div#nonFooter {
	position: relative;
	min-height: 100%;
}
div#footerFix {
	height: 3em;
}

div#footer {
	position: relative;
	margin-top: -3em;
	border: 0;
	color: white;
	height: 3em;
	background: #4088b3 url('images/nav-tile.gif') repeat-x top left;
}
div#footer a, div#footer a:link, div#footer a:visited {
	color: white;
}
div#footer a:hover, div#footer a:active {
	color: #26333b;
}

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;
}

span#constructed_by {
	display: none;
}





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: 0.8em;
	font-weight: normal;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 0.7em;
	color: #34454f;
}
h2 {
	font-size: 1.3em;
	color: #34454f;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	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;
	line-height: 1.6em;
	margin-bottom: 10px;
}

span.bold {
	font-weight: bold;
}

.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 #a39b86;
	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 #a39b86;
	background: white url('images/input_tile.gif') repeat-x top left;
	font-size: 1.2em;
	padding: 6px 3px;
}
input.standard, select.standard, input.standard_error, select.standard_error, input.standard_complete, select.standard_complete {
	width: 240px;
	border: 1px solid #a39b86;
	background: white url('images/input_tile.gif') repeat-x top left;
	font-size: 1.2em;
	padding: 6px 3px;
}
select.standard, select.standard_error, select.standard_complete {
	width: 248px;
}
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.button, input.buttonBright {
	color: #c2580b;
	border: 1px solid #ffc437;
	background-color: #ffde90;
	/* color: white;
	background: #6dadd0;
	border: 1px solid #367ea6; */
	font-weight: bold;
	padding: 4px;
}
input.button:hover, input.buttonBright:hover {
	background-color: #cff9d6;
	border: 1px solid #1d9804;
	color: #1d9804;
	/* color: white;
	border: 1px solid #902604;
	background: #cb3706; */
}

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: #436171;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #6dadd0;
	text-decoration: none;
}

a.highlight, a.highlight:link, a.highlight:visited {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a.highlight:hover, a.highlight:active {
	color: green;
	text-decoration: none;
}


div.breadcrumb {
	min-height: 2em;
	line-height: 2em;
	min-width: 5em;
	text-align: right;
	color: #436171;
	padding: 9px 5px 5px 5px;
}
div.breadcrumb span.location {
	color: black;
	padding-right: 4px;
}


/* Search Results ----------------------------------------------------------------------------------------- */
div.service_profile {
	margin-bottom: 12px;
}

div.profile_title {
	min-height: 2.2em;
	font-weight: bold;
	color: #7c7c7c;
	background: #e2e2e2;
}

div.profile_body {
	position: relative;
	background-color: #f3f3f3;
	line-height: 1.6em;
}
div.profile_results {
	padding: 0.5em 0.2em 0 0.2em;
	margin-right: 110px;
}

div.profile_body label {
	float: left;
	display: block;
	width: 5.7em;
	text-align: right;
	padding-right: 0.3em;
	font-weight: bold;
}
div.service_profile div.result_wrapper {
	float: left;
	width: 80%;
	padding: 0 1%;
}

div.service_profile ul {
	padding: 0;
	margin: 0;
}
div.service_profile ul li {
	float: left;
	padding: 0;
	margin: 0 0.1em 0 20px;
}

div.service_profile div.profile_picture {
	position: absolute; 
	top: 0.3em; 
	left: 0; 
	text-align: center; 
	height: 110px;
}
div.service_profile div.profile_rank {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	text-align: center; 
	vertical-align: middle;
	width: 100px;
	min-height: 40px;
	font-size: 1.3em;
}
div.service_profile div.profile_rank a {
	color: #7c7c7c;
}

div.profile_title_left {
	float: left;
	width: 68%;
	padding: 0.6em 1%;
	min-height: 1.5em;
}
div.profile_title_right {
	float: left;
	width: 28%;
	text-align: right;
	padding: 0 0 0 1%;
	min-height: 1.5em;
	line-height: 2.2em;
}

div.vote_bar {
	border: 1px solid #6dadd0;
	padding: 2px;
	background: #6dadd0 url('images/search_tile.gif') repeat-x top left;
}
div.vote_bar_wrapper {
	float: left;
	background: #c6c6c6;
}


/* News System ------------------------------------------------------------------------------------------ */

div.news_latest {
	padding: 10px;
	background: #263641 url('images/news_latest_tile.gif') repeat-x top left;
	color: white;
	margin-bottom: 2px;
	min-height: 1px;
	font-size: 0.9em;
}
div.news_latest p {
	margin: 0;
	display: inline;
}
div.news_latest div.right {
	margin-left: 210px;
}
div.news_latest div.title {
	font-size: 1.3em;
	padding: 3px;
}
div.news_latest div.date {
	color: #78b6d8;
	padding: 3px;
}
div.news_latest div.more {
	clear: both;
	padding: 3px;
	color: white;
	text-align: right;
	display: inline;
}
div.news_latest a, div.news_latest a:link, div.news_latest a:visited {
	color: white;
}
div.news_latest div.news_article {
	margin: 0 0 0 350px;
}

div.news_brief {
	padding: 5px 10px;
	margin-bottom: 2px;
	background: #c9cdd0 url('images/news_brief-tile.gif') repeat-x top left;
	color: #6c7479;
	min-height: 1px;
	font-size: 0.9em;
}
div.news_brief p {
	display: inline;
}
div.news_brief div.right {
	margin: 0;
}
div.news_brief div.title {
	min-height: 20px;
	font-size: 1.2em;
	padding: 3px;
	text-align: left;
	color: #34454f;
}
div.news_brief div.date {
	color: #263641;
	min-height: 20px;
	padding: 3px;
	text-align: left;
}
div.news_brief div.more {
	display: inline;
	clear: both;
	padding: 0 0 3px 0;
	color: #78b6d8;
	text-align: right;
}

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;
}


/* 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;
}


/* General Fieldset ------------------------------------------------------------------------------------------ */

h2.fieldset {
	width: 12em;
	background: #26333b url('images/sidebar_header_tile.gif') repeat-x top left;
	color: white;
	font-weight: bold;
	font-size: 1em;
	padding: 0.8em 0.5em;
	margin: 0 0 0 1em;
	text-align: center;
}
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 #6dadd0;
	background: #6dadd0 url('images/search_tile.gif') repeat-x top left;
}
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: #34454f;
	min-height: 2.3em;
}
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: transparent;
}
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 a:hover, fieldset.standard a:active {
	color: red;
}
fieldset.standard input.button {
	border: 1px solid #436171;
	background-color: #436171;
	font-weight: bold;
	color: white;
	padding: 4px;
}
fieldset.standard input.button:hover {
	color: #1d9804;
	background-color: #cff9d6;
	border: 1px solid #1d9804;
}
fieldset.standard div.input_wrapper div.section_long {
	width: 160px;
}
fieldset.standard div.number_spacing {
	padding-left: 8px;
	font-weight: bold;
	letter-spacing: 7px;
}


/* 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: 98px;
}
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;
	font-size: 1.2em;
	padding: 10px 1%;
	margin: 5px 0 0 0;
	clear: both;
	min-height: 20px;
}
div.article_side ul li.clear {
	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;
}

/* Product Review Items ---------------------------------------------------------------------------------- */

div.pr_header {
	border: 1px solid #ffc437;
	background-color: #ffde90;
	font-weight: bold;
	color: #c2580b;
	padding: 4px;
	margin: 3px 0;
}
div.pr_header a, div.pr_header a:link, div.pr_header a:visited {
	color: #c2580b;
}
div.pr_header a:hover, div.pr_header a:active {
	color: #3e5db0;
}
div.pr_item {
	float: left;
	width: 47%;
	padding: 3px 1%;
}


/* Blog Months ---------------------------------------------------------------------------------------------- */

ul.blog_months {
	font: normal 1em arial, verdana, sans-serif;
	color: white;
	list-style: none;
	padding: 0;
	margin: 0 0 0 1em;
	height: 2.8em;
}
ul.blog_months li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	height: 2.8em;
}
ul.blog_months li a, ul.blog_months li a:link, ul.blog_months li a:visited {
	display: block;
	position: relative;
	padding: 0 1em;
	height: 2.8em;
	line-height: 2.8em;
	margin: 0;
	text-decoration: none;
	background-color: #2f4859;
	border: 1px solid #2f4859;
	color: white;
}
ul.blog_months li a:hover, ul.blog_months li a:active {
	background-color: white;
	color: #2f4859;
}
ul.blog_months li.on a, ul.blog_months li.on a:link, ul.blog_months li.on a:visited {
	background-color: white;
	color: #2f4859;
	text-decoration: none;
}
ul.blog_months li.on a:hover, ul.blog_months li.on a:active {
	text-decoration: underline;
}



/* 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: 99%;
	padding: 0.8em 0 0.8em 0;
	min-height: 2.4em;
	text-align: center;
	border: 1px solid #1e6a96;
	background: #6dadd0 url('images/table-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;
}


/* Used for ordering */
span.inivible {
	display: none;
}

div.difference {
	margin-bottom: 10px;
	padding: 5px;
}
div.difference h3 {
	padding: 5px;
	margin-bottom: 5px;
	background: white;
	width: 8em;
}
div#platinum {
	border: 1px solid #afb1b4;
	background: #afb1b4;
}
div#platinum h3 {
	color: #afb1b4;
}
div#gold {
	border: 1px solid #be976d;
	background: #be976d;
}
div#gold h3 {
	color: #be976d;
}
div#silver {
	border: 1px solid #d1d2d4;
	background: #d1d2d4;
}
div#silver h3 {
	color: #d1d2d4;
}
div#bronze {
	border: 1px solid #948743;
	background: #948743;
	color: white;
}
div#bronze h3 {
	color: #948743;
}


div#top_adverts {
	position: absolute;
	top: 20px;
	right: 12px;
	width: 605px;
	height: 82px;
	background-color: transparent;
	text-align: right;
	vertical-align: middle;
}