/* General Styles */
* {
  margin: 0;
  outline: none;
  padding: 0;
}

.accessibility {
    display: block;
    visibility: visible;
    border: 0;
    clip: rect(0 0 0 0);
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#pagewrapper {
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 0 10px 10px;
  position: relative;
  width: 970px;
  overflow: visible;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a:focus,
input:focus,
button:focus {
  outline: 1px dotted #bb1122;
}
.clear {
  clear: both;
}

#commentform {
  margin-left: -990px;
}

.debugtext {
  display: none;
}

div.backlink {
  padding: 0 0 10px;
}

.info {
  font-size: .9em;
  padding: 0 0 .5em 0;
}

.tableoverflow {
  overflow-x: auto;
  overflow-y: hidden;
}

.tableoverflow td {
  word-wrap: break-word;
}

.title {
  font-weight: bold;
  padding: 0 0 .5em 0;
  text-decoration: underline;
}

#recaptcha_table {
  background: white;
  margin-bottom: 1em !important;
}

/* Hide mobile features */
#leftcolumnmobile, #slidenavigation, #slidenavigationtoggle {
  display: none;
}

/* Tooltip */
a > span.tooltip {
  background: 3px 1px url("../images/newwindow.png") no-repeat;
  padding-right: 19px;
  cursor: pointer;
  height: 12px;
  display: inline-block;
}

a > img + span.tooltip {
  display: none;
}

a span.tooltip span {
  position: absolute;
  top: -999em;
  left: -999em;
}

/*toplogoswap*/
.ImageSwap {
  background: url("../images/toplogo.png");
  width: 610px;
  height: 100px;
  display: block;
}

.BlockLink {
  display: block;
  width: 610px;
  height: 100px;
  float: left;
}
.BlockLink:hover {
  text-decoration: none;
}

/* Top Utility Navigation */
#toputilnav {
  overflow: hidden;
  width: 100%;
}

#toputilnav.errorpage, #toputilnav.poll {
  height: 12px;
}

#toputilnav ul {
  float: right;
  list-style: none;
  margin: .5em 0 0;
  white-space: nowrap;
}

#toputilnav ul li {
  border-right: 1px solid transparent;
  display: inline;
  font-size: .9em;
  padding: 0 1em;
}

#toputilnav ul li.last {
  border-right: none;
  padding-right: 0;
}

#toputilnav ul li .selected {
  font-weight: bold;
  cursor: default;
}

/* Top Banner */
#topbanner {
  background: transparent no-repeat top right;
  margin-bottom: 1em;
  padding: 0 0.2em 0.2em 0.2em;
}

#topbanner #toplogo {
  margin-top: 0em;
}

/* Top Level Search */
#toplevelsearch {
  float: right;
  position: inherit!important;
  margin-top: 30px;
}

#toplevelsearch form {
  margin-top: 0;
  text-align: center;
}

#toplevelsearch fieldset {
  border: 0;
  margin: 0;
  text-align: center;
}

#toplevelsearch fieldset label, #toplevelsearch fieldset legend {
  display: none;
}

#toplevelsearch input {
  border: 1px solid transparent;
  font-size: 1.15em;
  padding: .6em 1.2em 0.6em 1.1em;
}

#toplevelsearch input#go {
  border-radius: 0;
  margin-left: .1em;
  text-shadow: none;
  transition: background .3s;
  -moz-transition: background .3s;
  -webkit-transition: background .3s;
}

#toplevelsearch input#q {
  transition: box-shadow .3s, color .3s;
  width: 182px;
  -moz-transition: box-shadow .3s, color .3s;
  -webkit-transition: box-shadow .3s, color .3s;
}

.ui-menu {
  border: 1px solid transparent;
  border-radius: 2px;
  max-height: 270px !important;
  list-style: none;
  padding: 2px;
  z-index: 9999 !important;
}

.ui-menu li a {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-menu li a.ui-state-hover {
  border-radius: 2px;
  cursor: pointer;
}

/* Top Level Navigation */
#toplevelnav ul {
  margin: 0 0 1px;
  overflow: hidden;
  padding: 0;
}

#toplevelnav ul li {
  display: inline-block;
  list-style: none;
  margin: 1px .1em 0 0;
  position: relative;
  overflow:initial;
}

#toplevelnav ul li a, #toplevelnav ul li span {
  display: block;
  font-size: 1.3em;
  padding: .7em .8em;
  text-decoration: none;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

/* Second Level */
#secondlevel {
  clear: both;
  margin-top: -1px;
}
#secondlevel ul.nav {
  margin: 0 0 1px;
  padding: 0;
  position: relative;
}
#secondlevel ul.nav li.nav {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  position: relative;
}
#secondlevel ul.nav li.nav > a, #secondlevel ul.nav li.nav > span {
  border-right: 1px solid transparent;
  display: block;
  margin: 1em 0;
  padding: 0 1em;
}
#secondlevel ul.nav li.nav a.onpath, #secondlevel ul.nav li.nav > span {
  font-weight: bold;
}
#secondlevel ul.nav li.nav span.more {
  font-weight: normal;
}
#secondlevel ul.nav li.nav > ul.menu {
  border: 1px solid transparent;
  border-top: 0 !important;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
  left: 0;
  position: absolute;
  z-index: 9999;
}
#secondlevel ul.nav li.nav > ul.menu li {
  border-top: 1px dotted transparent;
}
#secondlevel ul.nav li.nav > ul.menu li a, #secondlevel ul.nav li.nav > ul.menu li span {
  padding: .6em;
  display: block;
}
#secondlevel ul.nav li.nav:hover {
  text-decoration: underline;
}
#secondlevel ul.nav li.nav:hover > ul.menu {
  display: block;
}
#secondlevel ul.nav li.last a, #secondlevel ul.nav li.last span {
  border-right: 0;
  padding-right: 0;
}
#secondlevel ul.nav li.last ul.menu {
  left: auto;
  right: 10px;
}
#secondlevel ul.nav li.last ul.menu li span {
  font-weight: bold;
}

/* Breadcrumb */
#breadcrumb a {
  text-decoration: underline;
}

#breadcrumb a:hover {
  text-decoration: none;
}

#breadcrumb ol {
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
}

#breadcrumb ol li {
  display: inline;
  list-style: none;
}

#breadcrumb ol li.separator {
  padding: 0 .5em;
}

/* Left Column */
#leftcolumn {
  float: left;
  display: inline;
  width: 217px;
  margin: 20px 15px 0 0;
}

.leftnav {
  position: relative;
}

#leftnavigation {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

#leftnavigation li a, #leftnavigation li span {
  display: block;
  margin-bottom: .5em;
  padding: .3em .5em;
}

#leftnavigation li.child a {
  padding-left: 20px;
}

#leftnavigation li a:hover {
  text-decoration: none;
}

#leftnavigation li span {
  font-weight: bold;
}

#leftadditional {
  width: 217px;
  overflow: hidden;
}

/* Main Content */
#maincolumnwrapper {
  clear: both;
  overflow: hidden;
  width: 100%;
}

#contentwrap {
  height: 100%;
  overflow: hidden;
}

#centrecolumn {
  margin: 20px 0;
  overflow: hidden;
}

#centrecolumn a.formstart {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}

#contentfullwidth {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#contentrightnav {
  float: left;
  margin: 20px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#contentrightnav .contentleft {
  float: left;
  margin-left: -200px;
  position: relative;
  right: 100%;
  width: 200%;
}

#contentrightnav .contentbodywrap {
  float: left;
  left: 50%;
  padding-bottom: 1em;
  position: relative;
  width: 50%;
}

/* Branding Image */
#brandingbanner img {
  height: auto;
  margin-bottom: 1em;
  max-width: 100%;
}

#headingtext {
  height: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
}

#headingtext > img, #headingtext > h1 {
  display: inline;
  margin: 0;
  vertical-align: middle;
}

#headingtext > img {
  margin-right: .5em;
}

#introtext, #introtext p {
  margin: 0;
  font-weight: bold;
}

/* Newsflash*/
.newsflash {
  border: 1px solid transparent;
  margin-bottom: 1em;
  padding: 1em;
}

.newsflash p {
  margin: 1em 0 0;
}

.newsflash p:first-child {
  margin: 0;
}

/* Widget Space */
.widgetspace {
  margin-bottom: 1em;
  overflow: hidden;
}

/* More Links */
.morelinks {
  margin-bottom: 1em;
}

.morelinks .mltitle {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}

.morelinks > ul.more {
  border: 1px solid #E6E6E6;
  line-height: 1.8em;
  margin: .5em 0;
  padding: .7em 1em;
}

.morelinks > ul.more li {
  display: inline;
  list-style: none;
}

.morelinks > ul.more li > .square {
  display: none;
  float: left;
  line-height: 2.2em;
}

.morelinks > ul.more li, .morelinks > ul.more li .leftborder {
  margin-right: .5em;
}

/* Form */
input, select, textarea {
  border: 1px solid transparent;
  padding: .2em;
}

input[type=radio], input[type=checkbox] {
  background: transparent;
  border: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  padding: .4em .8em;
}

button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  position: relative;
  top: 1px;
}

button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.formbackto ~ .backlink {
  display: none;
}

.formbackto ~ br {
  display: block !important;
}

.icmwizardbuttongroup > .icmbutton-surround {
  display: inline-block;
}
.icmwizardbuttongroup > .icmbutton-surround + .icmbutton-surround {
  margin-left: .2em;
}

/* Standard Error Message */
div.error, ul.error {
  border: 1px solid transparent;
  font-weight: bold;
  margin: 1em 0;
  padding: 0.5em 1em;
}

div.error strong {
  font-size: 1.1em;
}

ul.error, div.error ul {
  list-style: none;
}

.icmform dl {
  font-weight: bold;
}

/* Success Message */
div.thankyou {
  margin: 2em 0;
  padding: 1.25em 1em;
  border: solid 1px transparent;
  font-weight: bold;
}

div.thankyou strong {
  display: block;
  font-size: 1.1em;
}

div.thankyou p {
  margin: 0.5em 0 0;
  line-height: normal;
}

div.thankyou ~ br {
  display: none;
}

/* Selector Widget */
.selector {
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
}

.selector .title {
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
}

.selector form {
  margin: 1em 0 0;
}

.selector label {
  display: block;
}

.selector select {
  width: 70%;
}

.selector input {
  margin: 0 0 0 10px;
}

/* Date Pickers */
.ui-datepicker, .x-date-picker {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: .3em .3em .1em;
  width: 17em !important;
}

.ui-datepicker, .x-date-picker.x-hide-display {
  display: none;
}

.x-date-picker table {
  width: 100%;
}

.ui-datepicker .ui-datepicker-header, .x-date-picker > table > tbody > tr:first-child {
  border-radius: 2px;
  padding: .3em;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  display: block;
  height: 1.8em;
  left: 6px;
  position: absolute;
  top: 50%;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 6px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span,
.x-date-picker .x-date-left a, .x-date-picker .x-date-right a {
  background: url("../images/calendararrows.png") no-repeat 0 0;
  display: block;
  height: 19px;
  margin: 0 9px;
  opacity: .9;
  text-indent: -9999em;
  width: 19px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  margin: -9px 0 0;
}

.x-date-picker .x-date-right a {
  float: right;
}

.ui-datepicker .ui-datepicker-next span, .x-date-picker .x-date-right a {
  background-position: -19px 0;
}

.ui-datepicker .ui-datepicker-prev span:hover, .ui-datepicker .ui-datepicker-next span:hover,
.x-date-picker .x-date-left a:hover, .x-date-picker .x-date-right a:hover {
  opacity: 1;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  margin: 0 1%;
  width: 46%;
}

.ui-datepicker table, .x-date-picker .x-date-inner {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0 0 .4em;
  width: 100%;
}

.x-date-picker .x-date-inner {
  margin-bottom: 0;
}

.ui-datepicker th, .x-date-picker .x-date-inner th {
  border: 0;
  font-weight: bold;
  line-height: 1.8em;
  padding: .7em .3em;
  text-align: center;
}

.ui-datepicker td, .x-date-picker .x-date-inner td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a, .x-date-picker .x-date-inner td > a {
  display: block;
  padding: .4em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker td span:hover, .ui-datepicker td a:hover, .ui-datepicker td span.ui-state-highlight,
.ui-datepicker td a.ui-state-highlight, .x-date-picker .x-date-inner td > a:hover,
.x-date-picker .x-date-inner td.x-date-today > a {
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-buttonpane button, .x-date-picker button.x-btn-text,
.x-date-picker .x-date-mp .x-date-mp-btns button {
  cursor: pointer;
  margin: .5em .2em .4em;
  padding: .2em .6em .3em .6em;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.x-date-picker .x-date-mp, .x-date-picker .x-date-mp > table {
  height: auto !important;
  line-height: 2em;
  text-align: center;
  width: 100% !important;
}

/* Inlines */
#relatedflash {
  clear: both;
  margin: 2em 0 0 0;
}

#relatedflash .img {
  display: inline;
}

#relatedflash .img img, #relatedflash .img object {
  padding: 1px;
  border: solid 1px transparent;
}

#relatedflash .img a {
  text-decoration: none;
}

/* Related */
#related .container {
  clear: both;
}

#related .container > h2 {
  margin: .7em 0 .1em;
}

#related .container > fieldset, #related .container > ul {
  border: 1px solid transparent;
  margin: 0;
  padding: 1em;
}

#related .container > ul li {
  list-style: none;
}

#related .container > ul li.first ~ li, #related .container > ul li:first-child ~ li {
  margin-top: .7em;
}

#related .container > ul li .square, #related .container.documents > ul li img {
  margin-right: .3em;
}

#related .container.contacts > ul li ~ li {
  border-top: 1px solid transparent;
  padding-top: .6em;
}

#related .container.contacts .bold, #related .container.poll .pollquestion {
  font-size: 1.1em;
  font-weight: bold;
}

#related .container.contacts > ul li div {
  margin: .2em 0;
}

#related .container.contacts .fulldetails a {
  background: url("../images/linkarrow.png") no-repeat left center;
  display: block;
  margin-top: .1em;
  padding-left: 9px;
}

.container.contributor > ul li {
  list-style: square inside;
}

#related .container.documents > ul li img, #related .container.documents > ul li .mediatext {
  display: inline;
  vertical-align: middle;
}

#related .container.poll .pollquestion {
  margin-bottom: .3em;
}

#related .container.poll > fieldset ol {
  margin: 0;
  padding: .4em;
}

#related .container.poll > fieldset ol li {
  list-style: none;
  margin-bottom: .3em;
}

#related .container.poll .pollbuttons input {
  margin-right: .3em;
}

/* Content Links (Page Footer) */
#contentlinks {
  border: 1px solid transparent;
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}

#contentlinks ul {
  margin: 0;
  padding: 0;
}

#contentlinks ul li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

#contentlinks ul li.padding, #contentlinks ul li > .padding {
  padding: .6em;
}

#contentlinks ul li.addthis {
  list-style: none;
}

/* Footer */
#footer {
  clear: both;
  overflow: hidden;
  padding: 1em;
  position: relative;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  border-left: 1px solid transparent;
  display: inline;
  list-style: none;
  padding: 0 .5em;
}

#footer ul li:first-child {
  border-left: 0;
  padding-left: 0;
}

#footer ul li:last-child {
  padding-right: 0;
}

#footer ul li .selected {
  font-weight: bold;
}

#footer ul#atoznav {
  margin-bottom: 8px;
}

#footer ul#atoznav li.label {
  font-weight: bold;
  color: #fff;
  font-size: 100%;
}

#footer ul#atoznav li.label + li {
  border-left: 0;
  padding-left: .7em;
}

#footer #bottomutilnav {
  margin-bottom: 3em;
}

#footer #iconlinks {
  bottom: .8em;
  position: absolute;
  right: .8em;
}

#footer #iconlinks li {
  border: 0;
  display: inline-block;
  padding: 0 0 0 .2em;
}

#footer #iconlinks li a {
  text-decoration: none;
}

#footer #iconlinks li a *, #footer #iconlinks li:hover a img.normal {
  display: none;
}

#footer #iconlinks li a img.normal, #footer #iconlinks li:hover a img.highlight {
  display: inline;
}

#copyright {
  margin: 0;
}

#powered {
  float: right;
  margin: .5em 0;
}

/*Related images thumbnails block*/
#relatedimages {
  float: right;
  display: inline;
  margin: 1.333em 10px 0 0;
}

#mainimage {
  margin: 0 0 1px 0;
}

#mainimage img, #relatedthumbnails div.img {
  padding: 1px;
}

#mainimage a, #relatedthumbnails div.img a {
  display: block;
  line-height: 0;
  /*Removes incorrect space below image*/
}

/*Related images thumbnails block*/
#relatedthumbnails {
  width: 246px;
  margin: 0 0 1em 0;
  overflow: hidden;
}

#relatedthumbnails div.img {
  float: left;
  display: inline;
  width: 76px;
  height: 76px;
  overflow: hidden;
  margin: 0 2px 2px 0;
  background: #bbb;
}

#relatedthumbnails div.img span.thumbnailbox {
  display: block;
  width: 76px;
  height: 76px;
  overflow: hidden;
  position: relative;
}

#relatedthumbnails div.img span.thumbnailbox.clickable {
  cursor: pointer;
}

#relatedthumbnails div.img span.thumbnailbox span {
  display: block;
}

/*Centre too-wide thumbnails horizontally*/
#relatedthumbnails div.img span.horizontalcentre span.outer {
  position: absolute;
  width: 200%;
  left: -50%;
}

#relatedthumbnails div.img span.horizontalcentre span.inner {
  position: absolute;
  left: 50%;
}

#relatedthumbnails div.img span.horizontalcentre span.inner img {
  position: relative;
  left: -50%;
}

/*Centre too-tall thumbnails vertically*/
#relatedthumbnails div.img span.verticalcentre span.outer {
  height: 228px;
  margin: -76px 0 0 0;
  line-height: 228px;
}

#relatedthumbnails div.img span.verticalcentre span.outer img {
  vertical-align: middle;
}

#relatedimages #mainimage > div {
  display: none;
}

#relatedimages #mainimage > div.selected {
  display: block;
}

/* Comment On This Page */
#commentsformsection .inputwidth {
  width: 24em;
}

#commentsformsection .formrow {
  height: 100%;
  overflow: hidden;
  padding: .5em 0;
}

#commentsformsection .submitbutton {
  margin: 0 0 0 13em;
  padding: .5em 0;
}

#commentsformsection label, #commentsformsection .formrow label,
#commentsformsection .formrow p.label {
  float: left;
  font-weight: bold;
  margin: 0;
  padding: .25em 1em;
  text-align: right;
  width: 14em;
}

#commentsformsection .formrow label, #commentsformsection .formrow p.label {
  text-align: left;
  width: 6em;
}

#commentsformsection img#captcha {
  border: 1px solid transparent;
  display: inline;
  float: left;
  margin: 0 1em 0 0;
}

#cke_pagecomments {
  display: block;
  overflow: hidden;
  height: 100%;
}

.cke_skin_v2 table.cke_editor {
  display: table !important;
}

.cke_skin_v2 table.cke_editor td {
  width: 100%;
}

.cke_skin_v2 .cke_browser_gecko, .cke_skin_v2 .cke_browser_gecko * {
  border-collapse: separate;
}

/* Comment Styling */
#commentsform {
  margin: 30px 0 0;
}

.commenttitle {
  border-top: 1px solid transparent;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0;
  padding: 30px 0 0;
}

.commentlink {
  padding: 2em 0;
}

#comments {
  list-style: none;
  padding: 0;
  border-top: 1px solid transparent;
}

#comments li {
  padding: 1em;
  border-bottom: 1px solid transparent;
}

.comment {
  height: 100%;
  margin: 1px 0;
  overflow: hidden;
  padding: 2em 1em;
}

.comment:first-child {
  border-top: 1px solid transparent;
}

.comment:first-child ~ .comment {
  border-bottom: 1px solid transparent;
}

/* Validation */
ol.addmsg {
  border: 1px solid transparent;
  font-weight: bold;
  list-style: none;
  margin: 2em 0 0 0;
  padding: 1em;
}

.validationerrors ul, ul.validationerrors {
  border: 1px solid transparent;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 1em;
}

.validationerrors li.errorheader {
  font-weight: bold;
}

/* Polls Page */
#poll .message {
  font-size: 140%;
  font-weight: bold;
}

#poll .question, #poll .message {
  margin: 1em 0 0 0;
  padding: 0 10px;
}

#polltablewrap {
  padding: 0;
  width: 95%;
}

#poll #results {
  border-top: solid 1px #4D4D4D;
  margin: 1em;
  width: 95%;
}

#poll #results td {
  border-bottom: solid 1px #4d4d4d;
}

#poll td.answer {
  width: 150px;
}

#poll td.answer div {
  padding: 0.5em 10px 0.5em 0;
  font-size: 90%;
}

#poll td.percent {
  width: 40px;
}

#poll td.vote .back {
  background: #EEE;
}

#poll td.vote .bar {
  background: #2878A5;
  border-right: solid 1px #111;
  height: 25px;
  margin: 5px 0;
}

#poll #footer {
  background: #4d4d4d;
  margin: 1em 0 0 0;
  padding: 1em;
  text-align: right;
}

#poll .btntext {
  border: 1px solid #9B9B9B;
}

/* Error Page */
body.error #toplogo {
  margin: 30px 0 0px;
}

body.error .content {
  padding: 3em;
}

body.error .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.error #footer {
  padding-top: 1em;
}

body.error #copyright {
  margin: 1em 0;
}

/*****************~ Start of 'categorisedsearch' product ~*****************/
.searchright {
  width: 50%;
  float: right;
  border: solid 1px #ccc;
  padding: 5px;
  margin: 5px 0 5px 5px;
}

.searchleft {
  width: 50%;
  float: left;
  border: solid 1px #ccc;
  padding: 5px;
  margin: 5px 5px 5px 0;
}

.searchfull {
  width: 100%;
  padding: 5px;
  margin: 5px 0px;
}

.categorisedsearch label {
  font-weight: bold;
  padding-right: 5px;
}

.categorisedsearch .category-list {
  list-style-type: none;
  margin: 5px;
  padding: 0;
}

.categorisedsearch .category-list li {
  padding: 1px 0;
}

.categorisedsearch .page-header {
  font-weight: bold;
}

.categorisedsearch .result-list {
  margin: 5px 0 5px 15px;
  padding: 0;
}

.categorisedsearch .result-list li {
  list-style-type: none;
  margin: 3px 0;
  padding: 0;
}

.categorisedsearch .result-list li .result-desc {
  margin-top: 2px;
}

/*Smart FAQs */
#askquestion div.tableoverflow {
  overflow: visible !important;
}

/* AtoZ Overrides */
#alphabet li {
  width: 2.2em !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  display: block;
  margin-bottom: 0.4em !important;
  display: inline-block;
  margin-right: 0.4em !important;
}

#forum, #thread, #message, #addthread, #subscriptions, #indirects {
  min-width: 600px !important;
}

#forumcontrol {
  width: 95% !important;
}

/* Councillor Overrides */
#councillorrhs {
  width: 100% !important;
}

#councillorrhs #councillorcalendar {
  width: 100%;
  overflow-x: auto;
}

#councillorrhs #councillorcalendar .header,
#councillorrhs #councillorcalendar .current,
#councillorrhs #councillorcalendar .navigation {
  width: 230px;
  margin: auto;
}

#councillorrhs #councillorcalendar table {
  width: 250px;
  margin: auto;
}

#councillorrhs .futurerhs .item {
  padding-left: 0;
  padding-right: 0;
}

#councillorrhs #councillorcalendar .tableoverflow {
  overflow: visible;
  width: 100%;
}

/*Related images thumbnails block*/
#relatedthumbs {
  width: 246px;
  margin: 0 0 1em 0;
  overflow: hidden;
}

#relatedthumbs div.img {
  float: left;
  display: inline;
  width: 76px;
  height: 76px;
  overflow: hidden;
  margin: 0 2px 2px 0;
  background: #bbb;
}

#relatedthumbs div.img span.thumbnailbox {
  display: block;
  width: 76px;
  height: 76px;
  overflow: hidden;
  position: relative;
}

#relatedthumbs div.img span.thumbnailbox span {
  display: block;
}

/*Centre too-wide thumbnails horizontally*/
#relatedthumbs div.img span.horizontalcentre span.outer {
  position: absolute;
  width: 200%;
  left: -50%;
}

#relatedthumbs div.img span.horizontalcentre span.inner {
  position: absolute;
  left: 50%;
}

#relatedthumbs div.img span.horizontalcentre span.inner img {
  position: relative;
  left: -50%;
}

/*Centre too-tall thumbnails vertically*/
#relatedthumbs div.img span.verticalcentre span.outer {
  height: 228px;
  margin: -76px 0 0 0;
  line-height: 228px;
}

#relatedthumbs div.img span.verticalcentre span.outer img {
  vertical-align: middle;
}

#relatedthumbs div.clickable {
  cursor: pointer;
  background: #fff;
}

#relatedthumbs div.clickable span {
  cursor: pointer;
}

/**** inline style *****/
span.h2 {
  font-weight: bold;
  font-size: 141.667%;
}

span.h1 {
  font-size: 183.3%;
  font-weight: normal;
  color: #196638;
}

span.h3 {
  font-weight: bold;
}

/*****************~ End of 'categorisedsearch' product ~*****************/
.poll fieldset legend {
  visibility: hidden;
}

/* Read speaker and Google translate */
.gtrans-rspeak {
  float: right;
  margin: .5em 0 10px;
}

.gtrans-rspeak #google-translate,
.gtrans-rspeak #readspeaker_button1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: none;
}

.gtrans-rspeak #google-translate {
  margin-right: .5em;
}

.rsbtn {
  clear: right;
  display: block;
  float: right;
  margin: .5em 0 0;
}

/* Find my Nearest */
.wastecollection {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.wastecollection:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.resetlink a {
  background: #ddd;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  width: 45%;
}

/**************** FMN Inline *******************/
.localisationcontent {
  padding-top: 5px;
  margin-top: 5px;
}

.findmynearestinline,
#newspanel .findmynearestinline {
  margin-top: 0 !important;
  width: 305px;
}
.findmynearestinline .topsearch fieldset,
#newspanel .findmynearestinline .topsearch fieldset {
  border: none;
}
.findmynearestinline .topsearch fieldset label,
#newspanel .findmynearestinline .topsearch fieldset label {
  display: block;
  font-weight: 700;
  margin-top: 0;
}
.findmynearestinline .topsearch fieldset .fmnautocomplete,
#newspanel .findmynearestinline .topsearch fieldset .fmnautocomplete {
  padding: 5px;
  width: 225px;
}
.findmynearestinline .resultssummary,
#newspanel .findmynearestinline .resultssummary {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 5px;
}
.findmynearestinline .resultssummary .keyword,
#newspanel .findmynearestinline .resultssummary .keyword {
  font-weight: 700;
}
.findmynearestinline ul.llpgsearch,
#newspanel .findmynearestinline ul.llpgsearch {
  padding: 0;
}
.findmynearestinline ul.llpgsearch li,
#newspanel .findmynearestinline ul.llpgsearch li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  list-style: none;
  padding: 5px;
}
.findmynearestinline ul.llpgsearch li a,
#newspanel .findmynearestinline ul.llpgsearch li a {
  color: #666;
}
.findmynearestinline .currentaddress,
#newspanel .findmynearestinline .currentaddress {
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  padding-bottom: 5px;
}
.findmynearestinline .currentaddress .address,
#newspanel .findmynearestinline .currentaddress .address {
  margin-bottom: 5px;
}
.findmynearestinline .fmntabs,
#newspanel .findmynearestinline .fmntabs {
  margin-top: 10px;
  padding: 0;
}
.findmynearestinline .fmntabs li,
#newspanel .findmynearestinline .fmntabs li {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #DDD;
  color: #000;
  list-style: none;
  float: left;
  cursor: pointer;
  margin: 0 1px 0;
  padding: 0;
  text-align: center;
  width: 32%;
  white-space: nowrap;
}
.findmynearestinline .fmntabs li.tab1,
#newspanel .findmynearestinline .fmntabs li.tab1 {
  margin-left: 0;
}
.findmynearestinline .fmntabs li.tab3,
#newspanel .findmynearestinline .fmntabs li.tab3 {
  margin-right: 0;
}
.findmynearestinline .fmntabs li.active,
#newspanel .findmynearestinline .fmntabs li.active {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding-bottom: 3px;
}
.findmynearestinline .fmntabs li .heighter,
#newspanel .findmynearestinline .fmntabs li .heighter {
  content: '';
  display: inline-block;
  height: 100%;
  margin-left: -.25em;
  vertical-align: middle;
}
.findmynearestinline .fmntabs li .label,
#newspanel .findmynearestinline .fmntabs li .label {
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
  white-space: normal;
}
.findmynearestinline .fmncontent,
#newspanel .findmynearestinline .fmncontent {
  border-top: 3px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
  padding: 0;
  width: 301px;
}
.findmynearestinline .fmncontent .sectiontitle,
#newspanel .findmynearestinline .fmncontent .sectiontitle {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}
.findmynearestinline .fmncontent .sectioncontent .planninginfo,
#newspanel .findmynearestinline .fmncontent .sectioncontent .planninginfo {
  background-color: lightgreen;
  border: 1px #196638 solid;
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
}
.findmynearestinline .fmncontent .councillors .councillor,
#newspanel .findmynearestinline .fmncontent .councillors .councillor {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.findmynearestinline .fmncontent .councillors .councillor:last-child,
#newspanel .findmynearestinline .fmncontent .councillors .councillor:last-child {
  border: none;
}
.findmynearestinline .fmncontent li,
#newspanel .findmynearestinline .fmncontent li {
  background: #f8f8f8;
  display: none;
  padding: 10px;
  margin: 0;
}
.findmynearestinline .fmncontent li.active,
#newspanel .findmynearestinline .fmncontent li.active {
  display: block;
}
.findmynearestinline .fmncontent li dl,
#newspanel .findmynearestinline .fmncontent li dl {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.findmynearestinline .fmncontent li dl:last-child,
#newspanel .findmynearestinline .fmncontent li dl:last-child {
  border: none;
}
.findmynearestinline .fmncontent li dl dt,
#newspanel .findmynearestinline .fmncontent li dl dt {
  font-weight: 700;
}
.findmynearestinline .fmncontent li dl dd,
#newspanel .findmynearestinline .fmncontent li dl dd {
  padding: 5px 0;
}
.findmynearestinline .fmncontent li dl dd ul,
#newspanel .findmynearestinline .fmncontent li dl dd ul {
  padding: 0;
}
.findmynearestinline .fmncontent li dl dd ul li,
#newspanel .findmynearestinline .fmncontent li dl dd ul li {
  display: block;
  padding: 0 0 5px;
}
.findmynearestinline .morelink,
#newspanel .findmynearestinline .morelink {
  overflow: hidden;
  clear: both;
}

.localisationinline {
  width: auto;
}

.localisationinline .localisationcontent {
  border: 0;
}

.localisationbox {
  border: #ccc solid 1px;
  background-color: #f8f8f8;
  box-shadow: 4px 4px 2px #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

.localisationinline .localisationcontent .sectiontitle,
.localisationinline .currentaddress {
  background: #20633A;
  color: #FFF;
  text-shadow: none;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  display: block;
  width: auto;
  border-bottom: 0;
}

.localisationinline .currentaddress {
  margin-bottom: 0;
}

.localisationinline .localisationcontent .sectiontitle {
  margin-bottom: 0;
}

.localisationinline .localisationcontent .sectioncontent,
.localisationinline .localisationcontent .wastecollection {
  padding: 5px 10px;
}

.localisationinline .currentaddress label,
.localisationinline .currentaddress > div {
  display: inline-block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  vertical-align: middle;
}

.localisationinline .currentaddress .address {
  margin-bottom: 0 !important;
  margin-right: 30px;
}

.localisationinline .currentaddress .resetlink {
  display: inline-block;
}

.localisationinline .currentaddress .resetlink a {
  margin-top: 0;
  color: black;
  font-weight: normal;
  background: #DDDDDD;
  text-decoration: none !important;
  padding: 4px 50px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: block;
}

.localisationinline .currentaddress .resetlink a:hover {
  background: #E9E9E9;
}

.localisationinline .councillors {
  padding: 0 10px 10px 10px;
  overflow: hidden;
}

.localisationinline .councillors .councillor {
  font-size: 95%;
}

.localisationinline #nlpglocationmap {
  margin: auto;
}

.localisationinline .councillors {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.localisationinline .councillors .councilloritem {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 10px;
  float: left;
}

.localisationinline .councillors .councillor {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.localisationinline .councillors .councillor > div {
  padding-bottom: 5px;
}

#bodytext .localisationinline .councillors .councillor > div a {
  text-decoration: none;
}

#bodytext .localisationinline .councillors .councillor > div a:hover {
  text-decoration: underline;
}

.localisationinline #nlpglocationmap {
  margin: auto;
}

.localisationinline .localisationcontent .localisationschools {
  margin-right: -1%;
  overflow: hidden;
}

.localisationinline .localisationcontent .localisationbox dl {
  width: 49%;
  margin-right: 1%;
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 82px;
}

.localisationbox .sectiontitle + p {
  padding-top: 10px;
  margin: 0;
}

.localistationrow {
  overflow: hidden;
  margin-right: 0;
  display: table;
}

.localistationrow > div {
  width: 50%;
  float: none;
  padding: 0 0px 0 10px;
  display: table-cell;
}

.localistationrow > div:first-child {
  padding-left: 0;
}

.lclnhs dt,
.localisationschools dt,
.transportlinks dt {
  font-weight: bold;
}

/* Clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

@media (max-width: 620px) {
  .localisationinline .currentaddress .resetlink {
    clear: both;
    margin-top: 5px;
  }

  .localisationinline .councillors .councilloritem {
    width: 100%;
    padding-bottom: 5px;
  }
}
