/* COOKIES CONSENT MESSAGE
-------------------------------------------------------------------------------- */
#eu-cookies-banner {
	background: #333;
	color: #fff;
	font: 12px/16px Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0;
	display: none;
}
.eu-cookies-message{
	width: 880px;
	height: 44px;
	margin: 0 auto;
	padding: 11px 80px 0 20px;
	position: relative;
}
#eu-cookies-banner a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
#eu-cookies-banner a:hover {
	text-decoration: none;
}
#eu-cookies-banner span {
	background: #df6d07;
	display: inline-block;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 1px 10px 0;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 15px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
}
#eu-cookies-banner span:hover {
	background: #80a1b6;
}

/* HELP TEXT BOX
-------------------------------------------------------------------------------- */
#help {
	background: #e7ecf0;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 13px 20px 8px 11px;
	color: #333;
	position: relative;
}
#help h2 {
	height: 26px;
	border: none;
	font: normal 18px/26px Arial;
	color: #333;
	background: url(../img/questionMark.png) 0 0 no-repeat;
	margin: 0 0 4px;
	padding: 0 0 0 34px;
}
#help p {
	margin: 0 0 10px 34px;
}
#helpClose {
	width: 14px;
	height: 14px;
	background: url(../img/helpClose.png);
	text-indent: -3000px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#helpLink {
	width: 22px;
	height: 22px;
	background: url(../img/helpOpen.png) 0 0 no-repeat;
	text-indent: -3000px;
	display: block;
	position: absolute;
	top: 14px;
	right: 18px;
}
.memberContainer #helpLink {
	top: 4px;
	right: 5px;
	z-index: 99999;
}
#helpLink:hover {
	background-position: 0 -22px;
}

/* POLL
-------------------------------------------------------------------------------- */
.rightCol .scPollMain h3 {
	margin: 16px 0 8px;
}
.scPollContent, .scPollOptionItem {
	margin: 0 0 10px !important;
	display: inline-block;
	width: 100%;
}
.scPollContent {
	margin: 0 0 4px !important;
}
.leftCol .scPollContent, .leftCol .scButtons {
	padding-left: 16px;
}
.leftCol .scPollOptionIntro {
	padding: 0 16px 0 0;
}
.scPollOptionItem > input {
	margin: 0;
	vertical-align: middle;
}
.scPollOptionItem label {
	font-weight: bold;
	vertical-align: middle;
}
.scPollMain p {
	margin: 0 0 12px;
}
.scButtons a {
	padding: 4px 6px;
}
.scPollPipe, .scPollThankYou {
    width: 133px !important;
}

/* SLIDESHOW
-------------------------------------------------------------------------------- */
.cycle-slideshow {
	width: 620px;
	height: 235px;
	overflow: hidden;
	position: relative;
	background: url(../img/spinner.gif) 50% 50% no-repeat;
	margin: 0 0 24px;
}
.cycle-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
	border-radius: 8px 8px 0 0;
	-webkit-background-clip: padding-box;
}
.cycle-slideshow img:first-child { /* in case script does not load */
	position: static;
	z-index: 100;
}
.slideshowTxt {
	width: 200px;
	height: 175px;
	padding: 20px 0 40px;
	font: 16px/normal Arial, Helvetica, sans-serif;
	display: table;
	position: absolute;
	top: 0;
	right: 20px;
}
*+html .slideshowTxt {
	font-size: 16px Important;
	line-height: normal;
}
.valignCentre {
	vertical-align: middle;
	display: table-cell;
}
.cycle-pager {
	text-align: center;
	width: 100%;
	height: 25px;
	max-height: 25px;
	background: #b5ba99;
	position: absolute;
	bottom: 0;
	z-index: 500;
}
.cycle-pager span {
	font-size: 25px;
	width: 16px;
	height: 25px;
	line-height: 23px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}
.cycle-pager span:hover {
	font-size: 28px;
	line-height: 20px;
}
.cycle-pager span.cycle-pager-active {
	color: #003468;
}
.cycle-pager > * {
	cursor: pointer;
}
.cycle-prev, .cycle-next {
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	z-index: 800;
	background: url(../img/arrows.png) 0 0 no-repeat;
}
.cycle-prev {
	left: 0;
}
.cycle-next {
	right: 0;
	background-position: 100% 0;
}
.cycle-prev:hover {
	background-position: -2px 0;
}
.cycle-next:hover {
	background-position: calc(100% + 2px) 0;
}

/* CONTENT SLIDESHOW
-------------------------------------------------------------------------------- */
.innerLeft .cycle-slideshow, 
.innerRight .cycle-slideshow {
	height: 295px;
	width: 295px;
}
.innerLeft .slider-outer h2, 
.innerRight .slider-outer h2 {
	border-bottom: 1px solid #eaeff2;
	margin: 0 0 15px;
	padding: 0 0 6px;
}
.innerLeft .cycle-slideshow img, 
.innerRight .cycle-slideshow img {
	border-radius: 0;
}
.innerLeft .slider-outer .more, 
.innerRight .slider-outer .more {
	background: #e7ecf0;
	display: block;
	margin: -14px 0 30px;
	padding: 4px 10px;
	width: calc(100% - 20px);
}
.innerLeft .slider-outer .more::before, 
.innerRight .slider-outer .more::before {
	content: url("../img/whiteArrowCircle.gif");
	padding: 0 3px 0 0;
	vertical-align: middle;
}

/* CAROUSEL
-------------------------------------------------------------------------------- */
#publications {
	padding: 8px 4px 0;
	margin: 0 0 24px;
	background: #b5ba99;
	border: none;
	border-bottom: solid 4px #b5ba99;
	border-radius: 5px 5px 0 0;
	-webkit-background-clip: padding-box;
}
#publications .tabs {
	margin: 0 4px;
	overflow: hidden;
}
#publications .tabs li {
	background: #fff;
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
	border-radius: 5px 5px 0 0;
	-webkit-background-clip: padding-box;
}
#publications .tabs li a {
	display: block;
	padding: 6px 8px 4px;
}
#publications .tabs li a:hover {
	text-decoration: none;
}
#publications .slider-outer {
	background: #fff;
	padding: 18px 16px 5px;
	overflow: hidden;
}
#publications .cycle-slideshow {
	background: none;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
}
#items {
	margin: 0 0 10px 18px;
	overflow: hidden;
}
#items li {
	float: left;
	margin-left: 8px;
	background: none;
	height: 239px;
}
#publications #items img {
	width: 93px;
	height: 131px;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 2px;
}
#items a span {
	background: url(../img/whiteArrowCircle.gif) 0 2px no-repeat;
	display: block;
	width: 94px;
	min-height: 15px;
	padding-left: 14px;
}
#items a span:hover, #items a:hover span {
	text-decoration: underline;
}
#items a.last, #items strong {
	margin-top: 5px;
	display: inline-block;
	width: 99px;
	border-top: 1px solid #ccc;
}
#items a.last {
	background: url(../img/whiteArrowCircle.gif) 0 7px no-repeat;
	padding: 5px 0 0 14px;
}
#items a.last:hover {
	text-decoration: underline;
}
#items .open strong {
	color: #df6d07;
	padding: 5px 0 0;
	font-weight: normal;
}
.articles h1 {
	margin: 0;
	font-weight: normal;
	border: none;
}
#publications .article {
	border-top: solid 1px #eaeff2;
	padding: 5px 0 0;
}

/* CAROUSEL BUTTONS
-------------------------------------------------------------------------------- */
#true {
	width: 600px;
	margin: 0 0 0 -10px;
	position: absolute;
	top: 106px;
}
#true li {
	list-style: none;
}
#true .next, #true .prev {
	width: 27px;
	height: 27px;
	cursor: pointer;
	text-indent: -3000px;
}
#true .next {
	float: right;
	background: transparent url(../img/next-horizontal.png) no-repeat 0 0;
}
#true .prev {
	float: left;
	background: transparent url(../img/prev-horizontal.png) no-repeat 0 0;
}

/* LIGHTBOX
-------------------------------------------------------------------------------- */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
.lbLoading {
	background: #fff url(../chrome/lightbox/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: solid 10px #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../chrome/lightbox/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../chrome/lightbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: solid 10px #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../chrome/lightbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

/* DATEPICKER
-------------------------------------------------------------------------------- */
.ui-datepicker {
	display: none;
	padding: 5px 5px 0;
	background: #81a1b6;
	font-family: Verdana, Geneva, sans-serif;
}
.ui-datepicker a {
	color: #fff;
	cursor: pointer;
}
.ui-datepicker-header {
	position: relative;
	padding: 5px 0;
}
.ui-datepicker-title {
	margin: -3px 20px 0;
	padding: 0 0 2px;
	text-align: center;
}
.ui-datepicker-title select {
	margin: 0 2px;
}
.ui-datepicker th {
	background: #bfd0da;
	color: #000;
	border-bottom: solid 5px #81a1b6;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: 8px;
	height: 11px;
	position: absolute;
	top: 9px;
	background: url(../img/slideshowArrows.png) -8px -7px no-repeat;
	text-indent: -3000px;
}
.ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker-next {
	right: 2px;
	background-position: -34px -7px;
}
.ui-datepicker .ui-state-default {
	background: #e7ecf0;
	color: #000;
}
.ui-datepicker td .ui-state-hover {
	background: #678192;
	color: #fff;
}
.ui-datepicker table {
	border-collapse: collapse;
	border: none;
	margin: 0 0 5px;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* BLOG
-------------------------------------------------------------------------------- */
.blogLeftCol {
	float: left;
	width: 380px;
	margin: 0 20px 0 0;
}
.blogRightCol {
	float: left;
	width: 200px;
}
.BlogPostListMain {
	margin: 10px 0 0;
}
.blog h2 {
	margin: 0 0 14px;
}
.blogPostContainer {
	border: solid 1px #eaeff2;
	margin: 0 0 24px;
	padding: 8px;
	overflow: hidden;
}
.blogHeader {
	border-bottom: solid 1px #eaeff2;
	margin: 0 -8px;
	padding: 0 8px 8px;
}
.blogInfo {
	margin: 0 0 8px;
}
.blogHeader h3 {
	margin: 0;
}
.blogPost {
	padding: 12px 0;
}
.blogFooter .left {
	width: 210px;
	margin: 0 !important;
}
.blogFooter .right {
	width: 135px;
	margin: 0 !important;
	text-align: right;
}
.blogFooter span {
	font-weight: bold;
}
.backToBlog {
	margin: 0 0 18px;
}
.blogContent {
	border: solid 1px #eaeff2;
	padding: 12px 8px 0;
	margin: 0 0 18px;
}
.blogComment {
	border: solid 1px #eaeff2;
	padding: 8px;
	margin-bottom: 12px;
	overflow: hidden;
}
.blogComment h4 {
	margin: 0 0 4px;
}
.blogComment p {
	margin: 0 0 12px;
}

/* TAG CLOUD
-------------------------------------------------------------------------------- */
.tagCloud {
	border: solid 1px #ccc;
	padding: 4px;
	margin-bottom: 10px;
	text-align: justify;
}
.tagCloud a {
	text-decoration: none;
	margin: 0 5px;
	text-transform: lowercase;
}
.tagCloud a:hover {
	text-decoration: underline;
}
.tagCloud a.weight1 {
	color: #df6d07;
	font: bold 21px Verdana;
}
.tagCloud a.weight2 {
	color: #e98d4b;
	font: bold 17px Verdana;
}
.tagCloud a.weight3 {
	color: #26527F;
	font: bold 15px Verdana;
}
.tagCloud a.weight4 {
	color: #7c9aad;
	font-size: 13px;
}
.tagCloud a.weight5 {
	color: #dee6eb;
}

/* BLOG CALENDAR
-------------------------------------------------------------------------------- */
.blogCalendar table {
	margin: 0 0 5px;
}
.blogCalendar table table {
	margin: 0;
	border: none;
}
.blogCalendar th {
	padding: 4px 0;
}
.blogCalendar td {
	padding: 2px 0 4px;
}
.blogCalendar table table td {
	padding: 4px;
	border: none;
}
.blogCalendar table td a {
	font-weight: bold;
	text-decoration: underline;
}

/* COMMENTS FORM
-------------------------------------------------------------------------------- */
.blog .form label {
	width: 86px;
}
.blog .form input[type="text"], .blog .form textarea {
	width: 267px;
	border: solid 1px #9dc6e0 !important;
	font: 11px Verdana, Geneva, sans-serif !important;
}
#recaptcha_area {
	padding: 10px 0;
}
#recaptcha_table {
	border: none !important;
}
#recaptcha_table td {
	padding: 0 !important;
}
#recaptcha_logo, #recaptcha_tagline {
	display: none;
}
.recaptchatable #recaptcha_image {
	margin: 0 10px 0 0 !important;
	width: 308px !important;
}

/* ACCORDION
-------------------------------------------------------------------------------- */
#accordion {
	border-top: solid 1px #dddeee;
	margin: 0 0 18px;
}
#accordion.memberContainer {
	border: none;
	margin: 18px 0;
}
.ui-accordion .ui-accordion-header {
	font: 12px Verdana, Geneva, sans-serif;
	color: #26527f;
	border-top: solid 1px #f5f7fa;
	border-bottom: solid 1px #d3d8da;
	background: #eaeff2 url(../chrome/accordion/grad_dee3e6_eaeff2_1x20.gif) left bottom repeat-x;
	cursor: pointer;
	position: relative;
	padding: 5px 24px;
	margin: 0;
}
.memberContainer.ui-accordion .ui-accordion-header {
	font-size: 11px;
	color: #333;
	border-top: solid 1px #74a29c;
	border-bottom: solid 1px #74a29c;
	background: #fff none;
	padding: 6px 8px 0;
	margin: -1px 0 0;
}
.ui-accordion .ui-accordion-header:hover {
	color: #df6d07;
}
.memberContainer.ui-accordion .ui-accordion-header:hover, .memberContainer.ui-accordion .ui-accordion-header:hover + div, 
.memberDetailsHeader.ui-accordion-header-active, .memberDetails.ui-accordion-content-active {
	color: #000;
	background: #eaf1f0 !important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: 8px;
	top: 9px;
	background: url(../chrome/accordion/df6d07_closed_8x9.png) no-repeat;
	display: block;
	width: 8px;
	height: 9px;
}
.memberContainer.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	background: none;
}
.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon {
	background: url(../chrome/accordion/df6d07_open_8x9.png) no-repeat;
}
.ui-accordion-content {
	padding: 15px 0 10px;
	border-bottom: solid 1px #dddeee;
}
.memberDetails.ui-accordion-content {
	background: #fff;
	padding: 5px 8px;
	margin: -1px 0 0;
	border-top: none;
	border-bottom: solid 1px #74a29c;
}

/* FEEDBACK SLIDER
-------------------------------------------------------------------------------- */
.feedbackSlider {
	position: fixed;
	right: -270px;
	top: 33px;
	z-index: 9999;
}
#feedbackTab {
	float:left;
	background: #061f66 url(../img/feedbackTab.png) 9px 50% no-repeat;
	color: #fff;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	display: block;
	width: 31px;
	height: 124px;
	text-indent: -3000px;
	margin: 156px 0 0;
}
#feedbackTab:hover {
	background-position: -13px 50%;
	width: 39px;
}
.feedbackForm {
	background: #061f66;
	width: 240px;
	padding: 20px 15px;
	float: right;
	color: #fff;
	border-radius: 5px 0 0 5px;
}
.feedbackForm h3 {
	font-size: 16px;
	line-height: 18px;
    margin: -1px 0 7px;
}
.feedbackTxt {
	margin: 0 0 12px;
	overflow: hidden;
}
.feedbackForm p {
	margin: 0 0 8px;
}
.mainContent .feedbackForm ul {
	margin: 10px 0 0;
}
.mainContent .feedbackForm .error ul {
	margin-bottom: 9px;
}
.mainContent .feedbackForm li {
	background: none;
	margin: 0;
	padding: 0 0 6px;
}
.feedbackButton {
	text-align: center;
	padding: 10px 0 0 !important;
}
.mainContent .feedbackForm .error li {
	padding: 0 0 1px;
}
.feedbackForm label {
	display: inline-block;
	padding: 0 0 3px;
	font-weight: bold;
}
.feedbackForm .error, .feedbackForm span {
	color: #f84141 !important;
}
.feedbackForm input[type="text"], .feedbackForm textarea {
	width: 230px;
	border: none;
	padding: 5px;
	background: #d7dbe6;
	color: #000;
	resize: vertical;
}
.feedbackForm input[type="text"]:focus, .feedbackForm textarea:focus {
	background: #fff;
}
.feedbackMember {
	color: #df6d07;
}
.feedbackForm .feedbackEmail {
	font-weight: normal;
	margin: -6px 0 0;
	padding: 0 0 6px;
	display: block;
}
.feedbackForm input[type="submit"] {
	background: #df6d07;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 4px 6px;
	margin: 0 0 2px;
	font-weight: bold;
}
.feedbackForm input[type="submit"]:hover {
	background: #7290b2;
}
.feedbackForm .error, .feedbackForm .confirmation {
	margin: 0;
}
@media screen and (max-width: 1024px){
	#feedbackTab {
		height: 97px;
		margin: 72px 0 0;
	}
}

/* TABS
-------------------------------------------------------------------------------- */
#tabs {
	padding: 8px 4px 0;
	margin: 0 0 24px;
	background: #91b0c3;
	border: none;
	border-bottom: solid 4px #91b0c3;
	border-radius: 5px 5px 0 0;
	-webkit-background-clip: padding-box;
}
#tabs ul {
	margin: 0 4px;
	overflow: hidden;
}
#tabs .ui-state-default {
	background: #e1e3d6;
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
	border-radius: 5px 5px 0 0;
	-webkit-background-clip: padding-box;
}
#tabs .ui-state-active {
	background: #fff;
}
#tabs .ui-state-default a {
	display: block;
	padding: 6px 8px 4px;
}
#tabs .ui-state-default a:hover {
	text-decoration: none;
}
.ui-tabs-panel {
	background: #fff;
	padding: 18px 16px;
	overflow: hidden;
}
.ui-tabs-panel .box-left {
	float: left;
	padding: 0 20px 0 0;
	width: 270px;
}
.ui-tabs-panel h3 {
	border: none;
	font: normal 14px Arial;
	margin: 0;
	padding: 0 0 2px;
}
.ui-tabs-panel .box-left h3 {
	font-size: 18px;
	padding: 0 0 6px;
}
.ui-tabs-panel h4 {
	font: normal 11px Arial;
	margin: 2px 0 8px;
}
.ui-tabs-panel p {
	color: #666;
	margin: 0 0 10px;
}
.ui-tabs-panel .col-0 {
	margin-right: 20px;
}
.ui-tabs-panel .columns .column {
	width: 280px;
}
.ui-tabs-panel .unit {
	margin: 0 0 14px;
	overflow: hidden;
}
.ui-tabs-panel .unit img {
	float: left;
	margin: 0 12px 0 0;
}
.ui-tabs-panel .text {
	overflow: hidden;
}

/* FORUM
-------------------------------------------------------------------------------- */
.forum-link-bar {
	margin: 0 0 10px;
}
.forumBox {
	padding: 16px 4px;
	background: #80a1b6;
	margin: 0 0 10px;
	border-radius: 8px 8px 0 0;
	-webkit-background-clip: padding-box;
}
.forumBox table, .forumSearch {
	border: none;
	margin: 0;
}
.forumBox th {
	font-size: 12px;
	border-top: solid 1px #abc;
	border-left: solid 1px #abc;
}
.forumBox td {
	background: #fff;
	border-bottom: solid 1px #abc;
	padding: 3px 6px;
}
.forumBox td:first-child {
	border-left: solid 1px #abc;
}
.forumBox td td {
	border: none;
}
.forumSearch td {
	border: none;
	padding: 0 0 10px;
}
.forumBox .col2 {
	width: 200px;
}
.forumBox .col3 {
	width: 57px;
}
.forumBox .col4 {
	width: 57px;
	border-right: solid 1px #abc;
}
.forum td:first-child {
	border-left: none;
}
.forum .forumTitle {
	font-size: 12px;
	padding: 12px 8px 8px;
	border-bottom: solid 3px #80a1b6;
}
.forum h2 {
	padding: 0 0 6px;
	border-bottom: solid 1px #eaeff2;
}
.forum h4 {
	font-size: 12px;
	margin: 0 0 4px;
}
.forum h5 {
	margin: 0 0 5px;
}
.mainContent .mostActive li {
	background: none;
	padding: 3px 0;
}
.mainContent .mostActive span {
	width: 25px;
	padding: 0 5px 0 0;
	display: inline-block;
	text-align: right;
}
.noLink, .noLink:hover {
	color: #333;
	cursor: default;
	text-decoration: none;
}
.forumOptions, .forumNotice, .hide {
	display: none;
}
.forum img[src*="xml"] {
	margin: 5px 0 0;
}
.forumButtons {
	margin: 5px 0 10px;
}
#SearchButton {
	cursor: pointer;
}
#SearchMenu {
	margin: 4px 0 0;
	background: #bdcfdf;
	overflow: hidden;
	width: 286px;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
}
#SearchMenu input[type="text"] {
	border: none;
	margin: 5px;
	padding: 3px;
	width: 192px;
}
#SearchMenu a {
	background: #5b8199;
	display: block;
	float: right;
	padding: 8px 19px;
	color: #fff;
}
#SearchMenu a:hover {
	background: #df6d07;
	text-decoration: none;
}
.forumList {
	padding: 16px 4px 4px;
	background: #80a1b6;
	border-radius: 8px 8px 0 0;
	-webkit-background-clip: padding-box;
}
.forumTop {
	overflow: hidden;
}
.forumItem {
	width: 100%;
	overflow: hidden;
}
.forumDate {
	background: #bdcfdf;
	padding: 4px;
}
.forumMember {
	background: #fff;
	overflow: hidden;
	border-bottom: solid 8px #80a1b6;
}
.forumProfile {
	float: left;
	width: 176px;
	padding: 12px 8px 8px 16px;
}
.forumProfile img {
	vertical-align: top;
}
.forumTxt {
	width: 688px;
	float: left;
}
.forumItem .head {
	overflow: hidden;
	border-bottom: solid 1px #80a1b6;
	margin: 0 0 8px;
}
.forumItem .head .left {
	padding: 12px 0 0;
}
.forumItem .head .right {
	margin: 5px 0 0 !important;
}
.forumItem .head div[align="center"] {
	clear: both;
	text-align: right;
	padding: 3px 0 10px;
}
.forumItem .foot {
	overflow: auto;
	border-top: solid 1px #80A1B6;
	margin: 8px 0 0;
	padding: 8px 0;
}
.forumItem a[title*="private message"] {
	float: left;
}
.forumItem a[id*="ReportLink"][href*="Forum/AddPost.aspx"] {
	float: right;
	padding-top: 3px;
}
#SearchDuration {
	background: #bdcfdf;
	border-top: solid 1px #6798c7;
	margin: 0 0 10px;
	padding: 4px;
	text-align: right;
}
.forum-search-result {
	border-bottom: solid 1px #99b6d7;
	margin: 0 0 10px;
}
.forum-search-result h3, #SearchResult h3 {
	border-bottom: solid 1px #eaeff2;
	font-weight: normal;
	margin: 0 0 7px;
	padding: 0 0 6px;
}
.forum-search-result em, #SearchResult em {
	color: #999;
	margin: 0 0 10px;
	padding: 8px 0 5px;
	text-transform: lowercase;
	font-style: normal;
	display: block;
}
.forum #SearchTexbox {
	margin: 0 0 10px;
	display: inline-block;
	width: 100%;
}
#theForm fieldset, #theForm table, #theForm td {
	border: none;
	padding: 0;
	margin: 0;
}
.outline-box {
	margin: 0 0 10px;
}