/* General text elements and container divs */
body
{
	margin: auto;
	background-repeat: repeat-x;
	text-align: center;
	min-width: 906px;
	max-width: 906px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight:normal;
}

h1
{
	margin:0;
	font-size:1.8em;
	text-decoration: none;
	margin-bottom: 5px;
}

h2, .AuthoringModeTitle
{
	font-size:1.1em;
	margin:0;
	padding-top:5px;
}

h3 
{
	font-size: 1em;
	margin:0;
	padding-top:5px;
}

h4 
{
	font-size: 1em;
}

h5 {}

ul, ol { }

p {
	margin:0;
	padding:.5em 0;
}

a
{
	text-decoration: underline;
}

img {border:0; margin:0}

.StandardTable{}

hr 
{
	border-width:0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #dedede;
	padding:0;
	margin:10px 0;
	border-width:1px 0;
	clear:both;
	height:1px;
}

.float-left{float:left;}
.float-right{float:right;}

.url
{
	display:block;
	width:100%;
	overflow:hidden;
}

.StandardTable table, table.StandardTable {
	clear:both; 
	margin:.5em 0; 
	padding:0; 
	border-collapse:collapse; 
	width:100%;
}
.StandardTable caption {text-align:left; }
.StandardTable td, th {
	vertical-align:top; 
	text-align:left; 
	padding-right:1em; 
	margin:0;
}

.errorMessage
{
	width:100%;
	border:3px solid red;
	color:Red;
	margin-top:2em;
	margin-bottom:0.5em;
	padding:4px;
}

#skipLinks { /* For accessibility */
	position: absolute;
	left:0;
	top: -500px;
}
 
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;} /* For IE 7 & IE5Mac */
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clearer {
	clear:both; 
	font-size: 1px; 
	line-height: 1px; 
}

.hidden {
	padding: 0;
	text-indent: -9999px;
	line-height:1px;
	height: 1px;
}
.hidden:lang(en) {display:none} /* for opera */

.button, .TextSizeButton {vertical-align:middle; }

.rtFloat {float:right}
.ltImgFloat {float:left; margin: 0 1em 1em 0}

/* ====== */
/* Header */
/* ====== */
#header {
	float: left;
	height: 100px;
	width: 906px;
}

#header img{
	float: right;
	text-align: right;
}

/* ========== */
/* Global Nav */
/* ========== */
#menu_section {
	float: left;
	height: 30px;
	width: 896px;
	padding-left: 8px;
}

#menu_section ul{
	padding:0;
	margin: 0;
	float: left;
	height: 30px;
	text-align: center;
}

#menu_section ul li{
	list-style:none;
	float:left;
	margin:0; 
	padding:0; 
	display:inline;
	text-align: center;
}

#menu_section ul li a{
	float: left;
	display:block;
	width: auto;
	height:22px;
	font-size:0.9em;
	text-decoration:none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-position: right center;
}

#menu_section ul li:last-child a
{
	background:none;
}

#menu_section ul li a:hover {
	text-decoration: underline;
}

#menu_section ul li:last-of-type
{
	background-image: none;
}

/* ========== */
/* Access Bar */
/* ========== */
#pagetoolsholder {
	height: 30px;
/*	width: 862px;*/
	width:100%;
	margin-bottom: 6px;
/*	padding: 0 23px; */
	padding: 0;
	float: left;
	clear: both;
}

#pagetoolsholder .printIcon
{
	clear: none;
	margin: 4px 0 0 10px;
	padding: 0;
	float: left;
/*	padding: 2px 0px; */
/*	line-height:20px; */
}

#pagetoolsholder #pageTools
{
	clear: none;
	margin: 2px 20px;
	padding: 0;
/*	width: auto;*/
		float: none;

}

#pagetoolsholder .printIcon a 
{
	padding-right: 6px;
}

#pagetoolsholder #pageTools #searchForm div #accessibilitydiv
/*#pagetoolsholder #searchForm div #accessibilitydiv*/
{
	float: right;
	margin-top: -20px;
}

#pagetoolsholder label,
#pagetoolsholder a
{
	font-size:0.94em;
	text-decoration: none;
	vertical-align: middle;
}

#pagetoolsholder input, #pagetoolsholder .button, #pagetoolsholder img
{
	vertical-align: middle;
}

#pagetoolsholder #pageTools #searchForm div a:hover, #pagetoolsholder #pageTools #searchForm div #accessibilitydiv a:hover
{
	text-decoration: underline;
}

/*
a.rssIcon
{
	margin-left: 5px;
	padding: 0 5px;
	border-left-width: 1px;
	border-left-style: solid;
}
*/

.leftborderme
{
	padding: 0;
	padding-right: 4px;
	margin: 0;
	border-right-style: solid;
	border-right-width: 1px;
}

#ctl00_SimpleSearch1_AccessibilityLink
{
	border-width: 0px;
}

/* -------------- */
/* Breadcrumb Nav */
/* -------------- */

#ctl00_BreadcrumbBar
{
	height: 2em;
	font-size:1.1em;
}
#breadcrumb {
	float:left; 
	clear:both;
	width: auto;
	margin-top:2px;
}

#breadcrumb ul {
	margin:0; 
	padding:0;
	overflow:auto;
}

#breadcrumb ul li {
	list-style:none; 
	margin:0; 
	padding:0; 
	display:inline;
}

#ctl00_MainContent_WelcomeBorder
{
    background-position: center;
    background-repeat:no-repeat;
}

/* ---------------- */
/* - MAIN WRAPPER - */
/* ---------------- */
#wrapper {
	width: 906px; 
	text-align:left;
	display: block;
	border-width: 0px;
}

/* --------------------------- */
/* Main content area & wrapper */
/* --------------------------- */
#contentWrap {
	margin:0;
	padding: 0;
	float:left;
}

#cs_top 
{
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 26px;
	width: 905px;
	margin:0;
	padding:0;
}

#cs_base 
{
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 26px;
	width: 905px;
	margin:0;
	padding:0;
}

#cs_content
{
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	height:auto!important;
	height: 410px;
	width: 845px;
	padding-left: 30px;
	padding-right: 30px;
}

#skiptocontent
{
	font-size: 1.1em;
	text-decoration: none;
}

#skiptocontent h1 + p
{
	font-size:1.15em;
}

#content
{
	float: left;
	height: auto;
	width: 580px;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 5px;
	margin:0;
}

#content_left
{
	float:left;
	height: auto;
	width: 220px;
	min-width: 220px;
}

/* -------------------- */
/* Secondary Navigation */
/* -------------------- */
#navSecondary
{
	width:190px;
	float:left;
}

#navSecondary ul
{
	margin:0;
	padding:0;
	padding-bottom: 80px;
}

#navSecondary ul li  {
	margin:0;
	padding:0;
	list-style:none; 
}

#navSecondary ul li a
{
	display:block;
	min-height: 20px;
	height:auto!important;
	height: 20px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	text-decoration:none;
	padding-left:8px;
	padding-top: 8px;
}

#navSecondary ul li a:hover, #navSecondary ul li.on ul li a:hover, #navSecondary ul li.on ul li a:hover
{
	text-decoration: underline;
}

#navSecondary ul li ul, #navSecondary ul li ul li ul
{
	padding-bottom: 0px;
}

#navSecondary ul li ul li a
{
	border-left-width: 7px;
}

#navSecondary ul li ul li ul li a
{
	border-left-width: 15px;
}

#navSecondary ul li ul li ul li ul li a
{
	border-left-width: 22px;
}

.fakeiframe{
	height:30em;
	overflow:auto;
}
.fakeiframe .inner{
	width:95%;
}

.column {
	float:left; 
	width: 47%;
	padding-right: 17px; 
}

.column .listlatestPostingsHref
{
	float: left;
	margin:0;
	padding:0;
	padding-right: 5px;
}

.column .listlatestPostingsDate
{
	float:left;
	margin:0;
	padding:0;
}

.column .listlatestPostingsDescription
{
	margin:0;
	padding:0;
	clear:both;
	display:inline;
}

.column2 {
	float:left; 
	width: 50%;
}

/* ------ */
/* Footer */
/* ------ */
#footerWrap:before
{
	clear: both; 
    content: "."; 
    display: block; 
    height: 15px; 
    visibility: hidden;
}

#footerWrap
{
	clear:both;
	margin:0px;
	padding: 0px;
	font-size:0.9em;
	margin-top:15px;
	height: 30px;
}

#footer {
	float: left;
	width: 889px;
	text-decoration: none;
	padding:0;
	margin:0;
	padding-left: 15px;
}

#foot_left
{
	float: left;
}

#foot_left, .copyright
{
	margin:0;
	padding:0;
}

.copyright
{
	float: right;
	padding-right: 20px;
	text-align: center;
	display: block;
	padding: 8px 20px 0 0;
}

#footer ul
{
	margin:0;
	padding:0;	
	float:left;
	height: 30px;
	text-align: center;
	list-style:none;
}

#footer ul li{
	float:left;
	margin:0; 
	padding:0; 
	display:inline;
	text-align: center;
}

#footer ul li a
{
	float: left;
	display:block;
	width: auto;
	height:22px;
	text-decoration: none;
	padding: 8px 8px 0 8px;
	background-repeat: no-repeat;
	background-position: right center;
}

#footer ul li:last-child a
{
	background-image: none;
}

#footer ul li a:hover
{
	text-decoration: underline;
}

#footer ul li
{
	display:inline;
	border-width: 0px;
	margin:0;
	padding:0;
}

/* ------------- */
/* Page Specific */
/* ------------- */

/* Home Page */
#content_section_home 
{
	position:absolute;
	float: left;
	height:auto;
	width: 893px;
	text-align: center;
	z-index: 0;
}

#placement_welcome {
	position:absolute;
	float: left;
	height: 1px;
	width: 430px;
	margin: 20px 27px 0 220px;
	z-index: 1;
}

.welcome_bloc
{
	height:auto;
	font-size: 1.45em;
	text-decoration: none;
}

.welcome_bloc a
{
	font-size: 0.65em;
}

.welcome_bloc H1 {
	font-size: 1.28em;
	margin-bottom:20px;
	overflow: hidden;
}

#placement_right {
	position:absolute;
	float: left;
	height: 1px;
	width: 188px;
	margin: 35px 0 0 676px;
	z-index:1;
}

.news_bloc
{
	height:auto;
	font-size: 0.9em;
	line-height: 1.4em;
	text-decoration: none;
}

.news_bloc a
{
	font-size:1.4em;
	text-decoration: none;
}

.news_bloc a:hover
{
	text-decoration: underline;
}

.news_bloc a.arrow
{
	font-size: 1em;
}

#base_sections 
{
	clear:both;
	float: left;
	height: auto;
	width: 903px;
	padding-left: 3px;
	padding-top: 8px;
	margin-top: 188px;
}

.bs_holder {
	float: left;
	height: auto;
	width: 225px;
	margin:0;
	padding:0;
}

.bs_title {
	float: left;
	min-height: 30px;
	height:auto!important;
	height: 30px;
	width: 223px;
}

.bs_title a 
{
	float: left;
	display:block;
	width: 208px;
	min-height: 22px;
	height:auto!important;
	height: 22px;
	font-size: 1em;
	text-decoration:none;
	padding-top: 8px;
	padding-left: 15px;
}

.bs_title a:hover
{
	text-decoration: underline;
}

.bs_image {
	float: left;
	height: auto;
	width: 223px;
	padding: 3px 0 10px 0;
	font-size: 1px;
	line-height: 1px;
	background-repeat:no-repeat;
	background-position:top left;
}

.bs_text {
	float: left;
	min-height: 45px;
	height:auto!important;
	height: 45px;
	width: 213px;
	padding:0;
	font-size: 0.8em;
}

.next_arrow
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.next_arrow:hover
{
	text-decoration: underline;
}

/* A-Z letters */
#content .azLetters li {background-image:none; padding-left:0px;}
.azLetters {margin:0; padding:0}
.azLetters li {
	padding:0; 
	float:left; 
	list-style:none;
	line-height:1.5em;
	margin: 0 .1em .1em 0;
	width: 2em;
	text-align:center;
}

.azLetters .current {font-weight:bold}
.azLetters .current a:hover {text-decoration:none}

.long li {margin-right: .45em;}
.double li {margin-right: 1.5em;}

/* Photos within content areas */
.contentPhoto {	
	float:right; 
	margin: 0 0 1em 1em;
}
.contentPhoto img {
	padding: 5px; 
	border: 3px solid #f6f6f6;
}
.contentPhoto h2 {
	margin:.5em 0 0 .5em; 
	color: #333; 
	padding:0;
}
.contentPhoto p {
	margin-left: .5em; 
	padding: .2em 0 .5em 0;
}

/* Listings pages template */

.listings h3, 
.listings h3 a {
	margin-bottom:0; 
	padding-bottom:0; 
}
.listings p {padding: .3em 0; margin:0}
.listings .imageHolder {float:right; margin: 0 0 1em 1em;}

.listingTools {text-align:right; clear:both; }
.listingTools p {float:right; width: 25%; margin-bottom: .5em}
.listingTools img {vertical-align:middle}

.listingFilters p {float:left; width: 60%}
.listingFilters .results {
	float:right; 
	text-align:right; 
	width: 40%;
}
.listingFilters .defaultSort {text-decoration:underline}

.filterSelect select {width: 12em}

/* Detail page layouts */
.detailTable th {text-align:right; width: 30%}
.detailTable th, .detailTable td {padding-bottom: .5em }
.detailLinks {text-align:right; padding: .5em 0}
.detailLinks p {display:inline; margin: .5em}
.detailLinks img {vertical-align:middle}

/* Bio Pages */
.bioList {float:left; width: 100%; padding: .5em 0 1em 0}
.bioList img {float:left; margin-right: 1em; }
.bioList p {margin-bottom:0; padding-bottom:0}
.bioList h2 {margin:0; padding:0}

/* Software pages */
.softwareList h2, 
.softwareList h3 {
	margin-bottom:0; 
	padding-bottom:0; 
}
.softwareList td p {margin-top:0; padding-top:0}
.softwareList td img {margin-bottom: .5em}
.softwareList table {margin-bottom: 2em}
.softwareInfo td {width: 50%}


/* Document details for software pages */
.docDetails { } /* table */
.docDetails th, .docDetails td {padding: .3em }
.docDetails th {background: #d9d8d8 }
.docDetails .even {background: #eee}
.docDetails .name {width: 40%}

/* Annual report styles */
.reportChapter {
	padding: 1em; 
	padding-right: 20%; 
	border:1px solid #eee; 
	margin-bottom: 1.5em; 
}
.reportChapter h2,
.reportChapter h3 {margin:0; padding:0;}
.reportChapter h2 {color: #333 }
.reportChapter img {vertical-align:middle}
.reportChapter {background: no-repeat top right #fcfcfc; }

.nextButton {text-align:right}

/* Download Annual report chapters */
.downloadChapters p {margin-bottom:0; padding-bottom:0}
.downloadChapters ul {margin:.5em 0 0 0; padding-left:1.5em}

/* Search results list */
.resultsList h3 {margin-top:0}
.resultsList ol li {padding-bottom: 1em}
.resultsList ol li img {vertical-align:middle}

.listRegions {
	float:right;
	width: 46%;
	text-align:right;
}

.listRegions select, 
.listRegions input, 
.listRegions img {vertical-align:middle }

/* Site map */
.siteMap ul {margin:0; padding:0}
.siteMap ul li {
	margin:0; 
	padding:.5em; 
	list-style:none; 
	line-height: 1.2em; 
	font-weight: bold; 
	font-size: 1.2em; 
}

.siteMap ul li a {
	padding-bottom: .3em; 
	margin-bottom: .3em; 
	display: block;
	font-size: 1em;
	border-bottom: 1px dotted #999; 
	border-top: 1px dotted #999; 
}

.siteMap ul li ul li {
	background: url(../../images/DataService/bg-bullet2.gif) no-repeat .2em .4em; 
	margin-bottom:0; 
	padding: 0 0 0 1.2em; 
	font-size: .9em; 
	font-weight: bold;
}

.siteMap ul li ul li a 
{
	border-bottom:none;
	padding:0;
	border-width:0px; }

.siteMap ul li ul li ul li { 
	background: url(../../images/DataService/bg-bullet3.gif) no-repeat .2em .4em; 
	font-weight:normal;
}

/* Accessibility: colour scheme changers */
#changeScheme { }
#changeScheme fieldset {margin-bottom: 1em; padding: .5em 0; float:left; width: 45%}
#changeScheme div {float:left; width: 3em; height: 3em; margin: 0 1em 1em 0; border:1px solid #000; background-color:#fff; background-position: 50% 50%;}
#changeScheme input {background: #eee; border:1px solid black}
#changeScheme .accessBlack {background: #000;}
#changeScheme .accessYellow {background: #ff0 }
#changeScheme .accessCBlack {background-image: url("../../images/accessCBlack.gif");}
#changeScheme .accessCWhite {background-image: url("../../images/accessCWhite.gif");}

/* PROCESS BUTTONS: Layout for lists of buttons on form pages: Previous, Next etc. */
ul.processButtons {
	float:left; 
	width: 100%; 
	margin: 0 0 1em 0;
	clear:both;
	padding:0;
}

ul.processButtons li {
	margin:0; 
	padding:1px 0; 
	float:right; 
	width: 33.3%; 
	list-style:none;
}
ul.processButtons li.btMiddle {text-align:center}
ul.processButtons li.btRight {text-align:right}
ul.processButtons li.btLeft {text-align:left}
ul.processButtons li p {padding-top: 0;}
/* shows pagination on results pages */
ul.processButtons li.pageResults {text-align:center}
ul.processButtons li.pageResults p a {padding:.2em .3em}
ul.processButtons li.pageResults p .current {padding:.2em .3em; font-weight:bold}
ul.processButtons li.pageResults p a:hover.current {text-decoration:none}


/* CMS styles */
.CmsDialogue{
	background-color:#CCCCDD;
	padding:8px;
	border:2px solid #330066;
	margin:1em 0;
}
.CmsDialogue input{
	margin-right:8px;
}
.CmsDialogue .CmsCaption{
	display:block;
	text-align:center;
	margin-bottom:8px;
	margin-top:-4px;
	font-weight:bold;
}

.CmsSearch{
margin-top:8px; padding-top:8px;
border-top:2px groove #CCCCDD;
}
.CmsSearch .CmsSearchStatus{
	display:block;
	margin-bottom:8px;
}
.CmsSearch .CmsSearchList{
	width:100%;
	height:16em;
	margin-bottom:8px;
	display:block;
}
.CmsSearch .CmsSearchButton{
}
.MetadataPlaceholder{
	padding:8px;
	background-color: #F5F4F0;
	border:2px solid #330066;
	border-top:0px none;
	margin-bottom:1em;
}

.MetadataPlaceholder caption{
	text-align:left;
	font-weight:bold;
	padding:8px 8px 0;
	background-color: #F5F4F0;
	border:2px solid #330066;
	border-bottom:0 none;
	margin-top:1em;
}

/* Console Classes */
.consoleclass, .errorconsoleclass
{
	border-style: solid;
	border-width: 2px;
	margin-top:2em;
	clear:both;
	padding:2px;
}
.consoleclass { border-color:#AAC9DE; }
.errorconsoleclass { border-color:Red;}

/* MetaData */
.MetadataPlaceholder{
	border-width:0px;
}

.MetadataPlaceholder caption
{
	display:none;
}

/* ----- */
/* FORMS */
/* ----- */
form {
	margin:0; 
	padding:0;
}

fieldset label { color: #333; }

fieldset {
	border:0 solid; 
	margin:0; 
	padding:0;
}
legend { }
input {margin:0;}
button {}

.clearer {
	clear:both; 
	font-size: 1px; 
	line-height: 1px; 
}

/* main TWO COLUMN FORM layout */
.twoColForm label, .twoColForm input, .twoColForm select {display:block; float:left}

.twoColForm label {
	width: 30%; 
	text-align:right; 
	margin: .4em 0;
	padding-right: 2em; 
	clear:left;
} 
.twoColForm input, .twoColForm select {margin: .3em 0;}
.twoColForm select {width: 53%}
.twoColForm fieldset {float:left;}
.twoColForm fieldset div {
	float:left; 
	margin-right: 1em;
}

.twoColForm div {
	float:left; 
	width: 65%;
}
.twoColForm div p {
	clear:left; 
	margin:.1em 0 .5em 0; 
	padding:0; 
}

.ContactForm input, .ContactForm select  {margin: .8em 0;}
.ContactForm #Checkbox1 {margin: 0em;}

/* alternate TWO COLUMN QUESTIONNAIRE layout */
.twoColQuestion p {width: 75%; padding:.2em 0; padding-right: 1%; margin: .5em 0; float:left; text-align:left; display:block;  line-height: 1.3em}
.twoColQuestion fieldset {float:right; width: 19%; margin: .5em 0; padding-top: .2em}
.twoColQuestion fieldset label, 
.twoColQuestion fieldset input {float:left; width: auto; margin: 0 .2em; padding:0; display:inline }

/* alternate TWO COLUMN QUESTIONNAIRE layout */
.twoColQuestion p {width: 75%; padding:.2em 0; padding-right: 1%; margin: .5em 0; float:left; text-align:left; display:block;  line-height: 1.3em}
.twoColQuestion fieldset {float:right; width: 19%; margin: .5em 0; padding-top: .2em}
.twoColQuestion fieldset label, 
.twoColQuestion fieldset input {float:left; width: auto; margin: 0 .2em; padding:0; display:inline }

/* Special Fieldset layouts (radio buttons, checkboxes, text inputs etc.) */
/* Horizontal layout for Date (text input) fieldsets */
fieldset.formDate {
	float:left; 
	width: auto; 
	margin: 0; 
	padding-top: .2em 
}
fieldset.formDate input, fieldset.formDate label {
	float:left; width: auto; padding:0; display:inline;margin: 0 .2em;
}
fieldset.formDate input { 
	float:left; 
	margin-bottom:0;
}
fieldset.formDate label {
	float: left; 
	clear:left; 
	display:inline; 
	width: auto; 
}
fieldset.formDate div {float:left; width: auto}

/* Horizontal layout for drop-down select box fieldsets */
fieldset.horizSelectBox {
	float:left; 
	width: auto; 
	margin: 0; 
}
fieldset.horizSelectBox select, fieldset.horizSelectBox label {
	float:left; width: auto; padding:0; display:inline;margin: 0 .2em;
}
fieldset.horizSelectBox input { 
	float:left; 
	margin-bottom:0;
}
fieldset.horizSelectBox label {
	float: left; 
	clear:left; 
	display:inline; 
	width: auto; 
}
fieldset.horizSelectBox div {float:left; width: auto}

/* Vertical layouts of radio button fieldsets */
.twoColForm fieldset.vertical, .twoColForm fieldset.verticalRequired {
	float:left; 
	width: 65%; 
	margin-bottom:1em;
}

.twoColForm fieldset.verticalRequired {background: url(../../images/bg-dash-vert.gif) repeat-y left}

fieldset.vertical input, .twoColForm fieldset.verticalRequired input {
	float:left; 
	clear:left; 
	display:inline;
	margin: .3em .4em; 
	padding:0;
}

fieldset.vertical label, fieldset.verticalRequired label {
	clear:none; 
	text-align:left; 
	margin: .2em; 
	padding:0;
	float:left; 
	width: 85%;
}

/* Horizontal layouts for checkboxes and radio buttons */
fieldset.horizontal { }
fieldset.horizontal label, 
fieldset.horizontal input {float:left; padding:.2em .1em}
fieldset.horizontal label {margin: 0 0 0 .3em; padding-top:0;  padding-right: 1em; }
fieldset.horizontal select {width: 30%}
fieldset.horizontal input {margin-top:.2em; margin-left: .2em}
fieldset.horizontal p.inline { float:left; padding-right: .5em; width:6em}

.spectrum label {width: 10%; padding-right: 2%; margin:0 }
.spectrum input {margin:0; padding-left:0; }

/* Special Classes  */

.requiredTask {vertical-align:middle;}
.twoColForm label .requiredTask {float:right; position:relative; left: 1.2em; top: -.8em }
.twoColQuestion .requiredTask {float:right; padding-top: .4em;}

p.explanation {float:left; clear:none; margin:0 0 .3em 1em; color: #666;}
fieldset p.explanation {margin-left: 0}

.info {cursor: help}

/* Back to top link */
#backtotop a, #backtotop div a 
{
	float:right;
	padding:10px;
	color:#8ab0b5;
	text-decoration:none;
	font-weight:bold;
}

#backtotop a:hover, #backtotop div a:hover
{
	text-decoration: underline;
}

/* The following stylesheet is for IE5/Mac only, and is hidden from all other browsers */
/*\*//*/
  @import "../LSCGOVUK/ie5mac.css";
/**/

#contentWrapx, #footerWrapx, #backtotopx, #contentx
{
	display: none;
}

FIELDSET.horizontal LABEL.hidden { display: none;}
