/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #111111;
	background-image: url("./images/background.jpg");
	background-attachment: fixed;
	background-position: top center;
	line-height: normal;
}

h1 {
	color: #04172F;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0 -5px 35px rgba(255,255,255,0.3);
}

h2 {
	color: #04172F;
}

h3 {
	border-bottom-color: #04172F;
	color: #04172F;
}

hr {
	border-color: #494949;
	border-top-color: #04172F;
}

.breadcrumbs .crumb {
	color: #111111;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #111111; }
a:hover { color: #494949; }
a:active { color: #494949; }
a:focus { color: #494949; }

.ahoi-nav-top a, .ahoi-bottom a, .navbar a { color: #111111; }
.ahoi-nav-top a:hover, .ahoi-bottom a:hover, .navbar a:hover { color: #494949; }
.ahoi-nav-top a:active, .ahoi-bottom a:active, .navbar a:active { color: #494949; }

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #494949;
	font-weight: 800;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #111111;
}

a.topictitle {
	color: #333333;
}

a.topictitle:hover {
	color: #000000;
}

a.subforum {
	color: #333333;
}

a.subforum:hover {
	color: #000000;
}

a.forumtitle  {
	color: #111111;
}

a.forumtitle:hover {
	color: #494949;
}

a.lastsubject:hover {
	color: #494949;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: transparent;
}

/* Post body links */
.postlink {
	border-bottom-color: #04172F;
	color: #04172F;
}

.postlink:visited {
	border-bottom-color: #04172F;
	color: #04172F;
}

.postlink:hover {
	border-bottom-color: #333;
	color: #333;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

/* Back to top of page */
.top i {
	color: #999999;
}

/* Arrow links  */
.arrow-left:hover, .arrow-right:hover {
	color: #494949;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap {
	background-color: #8E8780;
	border-color: #8E8780;
}

.headerbar {
	color: #494949;
}

.forumbg {
	background-color: transparent;
	background-image: url("./images/ul forums.png");
	background-size: cover;
	border-image: url("./images/forabg border.png") 10 round;
	border-top: 10px solid transparent;
	border-bottom: 8px solid transparent;
	border-radius: 0;
	-moz-box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
	-webkit-box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
	box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
}

.forabg {
	background-color: transparent;
	background-image: url("./images/ul forums.png");
	background-size: cover;
	border-image: url("./images/forabg border.png") 10 round;
	border-top: 10px solid transparent;
	border-bottom: 8px solid transparent;
	border-radius: 0;
	-moz-box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
	-webkit-box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
	box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
}

.navbar {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	border-color: #555555;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.ahoi-nav-top {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	border-color: #555555;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.ahoi-bottom {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	border-color: #555555;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.panel {
	background: #E4D4B3;
	background-image: url("./images/bg_background.png");
	filter: none;
	color: #111111;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.post:target .content {
	color: #04172F;
}

.post h3 a.first-unread,
.post:target h3 a {
	color: #04172F;
}

.bg1 {
	background-color: #D1CEC2;
	background-image: url("./images/bg_background.png");
	background-repeat: repeat;
	filter: none;
	border: 1px solid #494949;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #D1CEC2;
	background-image: url("./images/bg_background.png");
	background-repeat: repeat;
}

li.row.bg1 {
	background-color: #D1CEC2;
	background-image: url("./images/row_bg_background.png");
	background-repeat: repeat;
	filter: none;
	border: 1px solid #888888;
	border-right: 0;
	border-left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg2 {
	background-color: #D1CEC2;
	background-image: url("./images/bg_background.png");
	background-repeat: repeat;
	filter: none;
	border: 1px solid #494949;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #D1CEC2;
	background-image: url("./images/bg_background.png");
	background-repeat: repeat;
}

li.row.bg2 {
	background-color: #D1CEC2;
	background-image: url("./images/row_bg_background.png");
	background-repeat: repeat;
	filter: none;
	border: 1px solid #888888;
	border-right: 0;
	border-left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg3 {
	background-image: url("./images/bg_background.png");
	background-repeat: repeat;
	filter: none;
	border: 1px solid #444;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.bg4 {
	background: #e8e0d2; /* Old browsers */
	background: -moz-linear-gradient(top, #e8e0d2 0%, #e7dfd1 11%, #d9d2c6 27%, #cac3b9 53%, #cac3b9 71%, #aba59d 90%, #98948c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e0d2), color-stop(11%,#e7dfd1), color-stop(27%,#d9d2c6), color-stop(53%,#cac3b9), color-stop(71%,#cac3b9), color-stop(90%,#aba59d), color-stop(100%,#98948c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #e8e0d2 0%,#e7dfd1 11%,#d9d2c6 27%,#cac3b9 53%,#cac3b9 71%,#aba59d 90%,#98948c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #e8e0d2 0%,#e7dfd1 11%,#d9d2c6 27%,#cac3b9 53%,#cac3b9 71%,#aba59d 90%,#98948c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #e8e0d2 0%,#e7dfd1 11%,#d9d2c6 27%,#cac3b9 53%,#cac3b9 71%,#aba59d 90%,#98948c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #e8e0d2 0%,#e7dfd1 11%,#d9d2c6 27%,#cac3b9 53%,#cac3b9 71%,#aba59d 90%,#98948c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e0d2', endColorstr='#98948c',GradientType=0 ); /* IE6-9 */
}

.bg5 {
	background: #b5b2b1; /* Old browsers */
	background: -moz-linear-gradient(top, #b5b2b1 0%, #898989 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b2b1), color-stop(100%,#898989)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #b5b2b1 0%,#898989 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #b5b2b1 0%,#898989 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #b5b2b1 0%,#898989 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #b5b2b1 0%,#898989 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b2b1', endColorstr='#898989',GradientType=0 ); /* IE6-9 */
}

.ucprowbg {
	background-color: #79C5C1;
}

.fieldsbg {
	background-color: #84C7BE;
}

.site_logo {
	background-image: url("./images/site_logo.gif");
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-top-color: transparent;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #004200;
	font-weight: bold;
}

table.table1 tbody tr {
	border-color: #989898;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #5A7849;
	color: #000;
}

table.table1 td {
	color: #222222;
}

table.table1 tbody td {
	border-top-color: #989898;
}

table.table1 tbody th {
	border-bottom-color: #777777;
	color: #222222;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #222222;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #222222;
}

.sep {
	color: #1198D9;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #2939CC;
}

.icon.icon-darkblue, a:hover .icon.icon-arkblue {
	color: #000DA1;
}

.icon.icon-green, a:hover .icon.icon-green {
	color: #005223;
}

.icon.icon-red, a:hover .icon.icon-red {
	color: #CE0005;
}

.icon.icon-yellow, a:hover .icon.icon-yellow {
	color: #D2D200;
}

.icon.icon-orange, a:hover .icon.icon-orange {
	color: #FF6600;
}

.icon.icon-lightorange, a:hover .icon.icon-lightorange {
	color: #F5B24E;
}

.icon.icon-darkorange, a:hover .icon.icon-darkorange {
	color: #BC8216;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray {
	color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray {
	color: #A39880;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray {
	color: #C9C9C9;
}

.icon.icon-black, a:hover .icon.icon-black {
	color: #111111;
}

.icon.icon-lightblack, a:hover .icon.icon-lightblack {
	color: #494949;
}

.alert_close .icon:before {
	background-color: #FFFFFF;
}

.fa-chevron-circle-up::before {
	color: #494949;
	font-size: 14px;
}

.fa-external-link-square::before {
	content: "\f1cd";
	color: #B80101;
	font-size: 14px;
}

/* Jumpbox */
.jumpbox .dropdown li {
	border-top-color: #888888;
}

.jumpbox-cat-link {
	background-color: #C0B49D;
	color: #111111 !important;
	border-top-color: #494949;
}

.jumpbox-cat-link:hover {
	background: #494949;
	background-image: none;
	border-top-color: #444444;
}

.jumpbox-forum-link {
	background: #C0B49D;
	background-image: none;
	color: #111111 !important;
	border-top-color: #494949;
}

.jumpbox-forum-link:hover {
	background: #494949;
	background-image: none;
	border-top-color: #444444;
}

.jumpbox .dropdown .pointer-inner {
	border-color: #EFECE9 transparent;
}

.jumpbox-sub-link {
	background-color: #DCC49E;
	color: #111111 !important;
}

.jumpbox-sub-link:hover {
	background-color: #494949;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #494949;
}

.copyright a {
	color: #444444;
	font-weight: bold;
}

.copyright a:hover {
	color: #CE0005;
	font-weight: bold;
}

.error {
	color: #B80101;
}

.reported {
	background-color: #627D4D;
}

li.reported:hover {
	background-color: #CCDFBD !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background: -moz-linear-gradient(top, rgba(237,231,221,0.8) 0%, rgba(188,182,175,0.94) 72%, rgba(140,136,129,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,231,221,0.8)), color-stop(72%,rgba(188,182,175,0.94)), color-stop(100%,rgba(140,136,129,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(237,231,221,0.8) 0%,rgba(188,182,175,0.94) 72%,rgba(140,136,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(237,231,221,0.8) 0%,rgba(188,182,175,0.94) 72%,rgba(140,136,129,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(237,231,221,0.8) 0%,rgba(188,182,175,0.94) 72%,rgba(140,136,129,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(237,231,221,0.8) 0%,rgba(188,182,175,0.94) 72%,rgba(140,136,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccede7dd', endColorstr='#8c8881',GradientType=0 ); /* IE6-9 */
	color: #333333;
	border: 3px solid #494949;
	border-radius: 0;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
	line-height: 1.6em;
}

p.post-notice {
	background-color: #BFB297;
	background-image: none;
	border-left: 4px solid #B80101;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.33) 52%, rgba(255,255,255,0.32) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.55)), color-stop(52%,rgba(255,255,255,0.33)), color-stop(100%,rgba(255,255,255,0.32))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cffffff', endColorstr='#52ffffff',GradientType=0 ); /* IE6-9 */
}

ul.topiclist li {
	color: #494949;
}

ul.topiclist dd {
	border-left-color: transparent;
}

.rtl ul.topiclist dd {
	border-right-color: transparent;
	border-left-color: transparent;
}

li.row {
	border-top-color:  #777777;
	border-bottom-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.row strong {
	color: #000000;
}

li.row:hover {
	background-color: transparent;
	background-image: url("./images/hover_back.png")!important;
	background-repeat: no-repeat;
	background-position: center;
}

li.row:hover dd {
	border-left-color: transparent;
}

.rtl li.row:hover dd {
	border-right-color: transparent;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #494949;
	font-weight: 800;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #111111;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #111111;
}

.content h2, .panel h2 {
	color: #111111;
	border-bottom-color:  #494949;
}

dl.faq dt {
	color: #111111;
}

.posthilit {
	background-color: #006400;
	color: #D1D1D1;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #777777;
}

/* Post noticies */
.notice {
	border-top-color:  #777777;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #DAD8CF;
	border-color:#494949;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #D6CBB6;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #DAD8CF;
}

/* Code block */
.codebox {
	background-color: #E0E0E0;
	border-color:#888888;
}

.codebox p {
	border-bottom-color:  #888888;
}

.codebox code {
	color: #1B5033;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #E0E0E0;
	border-color:  #666666;
}

.pm-message .attachbox {
	background-color: #E0E0E0;
}

.attachbox dd {
	border-top-color: #666666;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #666666;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #CCDFBD;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #005223;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #B5B5B5;
	color: #333333;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #7B915B;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #66784B;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar2 {
	border-left-color: #74162C;
}

.pollbar3 {
	background-color: #495636;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar3 {
	border-left-color: #74162C;
}

.pollbar4 {
	background-color: #DD8A0D;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar4 {
	border-left-color: #74162C;
}

.pollbar5 {
	background-color: #F5B24E;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar5 {
	border-left-color: #74162C;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #111111;
	border-color: #494949;
}

.pm .postprofile {
	border-color: #494949;
}

.postprofile strong {
	color: #000000;
}

.online {
	border: 4px solid darkred;
}

dd.profile-warnings {
	color: #BC2A4D;
	background-color: #E4E2DE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfcfae', endColorstr='#D9C19A',GradientType=0 ); /* IE6-9 */
	color: #111111;
	border-color: #999999;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.button:hover,
.button:focus {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfcfae', endColorstr='#D9C19A',GradientType=0 ); /* IE6-9 */
	color: #B80101;
	border-color: #999999;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.button .icon {
	color: #006400;
}

.button-secondary {
	color: #111111;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #B80101;
	border-color: #444444;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #999999;
	border-right-width: 0;
}

.post-buttons .button, .format-buttons .button.button-secondary {
	color: #006400;
}

.post-buttons .button, .format-buttons .button.button-secondary:hover {
	color: #B80101;
}

.caret	{ border-color: #555555; }
.caret:hover	{ border-color: #B80101; }

.contact-icons a		{ border-color: #494949; }
.contact-icons a:hover	{ background-color: #B80101 ; }

.search-results li:hover,
.search-results li.active {
	background-color: #86D686;
}

/* Pagination
---------------------------------------- */

.pagination li a {
	background: #DFCFAE;
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c));
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%);
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%);
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%);
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfcfae', endColorstr='#D9C19A',GradientType=0 );
	color: #111111;
	border-color: #999999;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.row .pagination li a {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	border-color: #555555;
	color: #FFFFFF !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination li.ellipsis span {
	background: transparent;
	color: #000000;
}

.pagination li.active span {
	background: #B80101;
	border-color: #494949;
	color: #F9F9F9;
	font-weight: bold;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #B80101;
	border-color: #494949;
	filter: none;
	color: #F9F9F9;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	background: transparent;
	color: #000000;
	border-color: #999999;
}

.search-header .inputbox,
.search-header .inputbox:hover,
.search-header .inputbox:focus {
	background: #c19e67;
	background: -moz-linear-gradient(top, #c19e67 0%, #f3e2c7 10%, #e9d4b3 92%, #b68d4c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#f3e2c7), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c));
	background: -webkit-linear-gradient(top, #c19e67 0%,#f3e2c7 10%,#e9d4b3 92%,#b68d4c 100%);
	background: -o-linear-gradient(top, #c19e67 0%,#f3e2c7 10%,#e9d4b3 92%,#b68d4c 100%);
	background: -ms-linear-gradient(top, #c19e67 0%,#f3e2c7 10%,#e9d4b3 92%,#b68d4c 100%);
	background: linear-gradient(to bottom, #c19e67 0%,#f3e2c7 10%,#e9d4b3 92%,#b68d4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 );
	color: #333333;
	border-color: #999999;
	-moz-box-shadow: 0 0 5px #C8B088 inset;
	-webkit-box-shadow: 0 0 5px #C8B088 inset;
	box-shadow: 0 0 5px #C8B088 inset;
}

.search-header {
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

/* Icon images
---------------------------------------- */

.contact-icon						{ background-image: url("./images/icons_contact.png"); }

/* Profile & navigation icons */
.pm-icon							{ background-position: 0 0; }
.email-icon							{ background-position: -21px 0; }
.jabber-icon						{ background-position: -80px 0; }
.phpbb_icq-icon						{ background-position: -61px 0 ; }
.phpbb_wlm-icon						{ background-position: -182px 0; }
.phpbb_aol-icon						{ background-position: -244px 0; }
.phpbb_website-icon					{ background-position: -40px 0; }
.phpbb_youtube-icon					{ background-position: -98px 0; }
.phpbb_facebook-icon				{ background-position: -119px 0; }
.phpbb_skype-icon					{ background-position: -161px 0; }
.phpbb_twitter-icon					{ background-position: -203px 0; }
.phpbb_yahoo-icon					{ background-position: -224px 0; }

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.png"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/announce_unread.png"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/announce_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/announce_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/forum_link.png"); }
.forum_read							{ background-image: url("./images/forum_read.png"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/forum_read_subforum.png"); }
.forum_unread						{ background-image: url("./images/forum_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/forum_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/forum_unread_subforum.png"); }

.sticky_read						{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/sticky_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/sticky_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/topic_moved.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/topic_read.png"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine				{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/topic_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.png"); }


/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, .cp-menu hr {
	border-color: #444;
}

.panel-container .panel li.row {
	border-bottom-color: #777;
	border-top-color: #555;
}

ul.cplist {
	border-top-color: #777;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #000000;
}

.panel-container table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

.cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	background: transparent;
	background-image: none;
	color: #494949;
	border:  1px solid #444444;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.tabs .tab > a:hover {
	background: #698056;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

.tabs .activetab > a {
	background: #77705E;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

.tabs .activetab > a:hover {
	background: #698056;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	color: #494949;
	border:  1px solid #444444;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
	margin: 1px 2px 0 0;
}

.minitabs .tab > a:hover {
	background: #698056;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

.minitabs .activetab > a {
	background: #77705E;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

.minitabs .activetab > a:hover {
	background: #698056;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
	border-color: #494949;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #EFECE9;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	color: #494949;
	border:  1px solid #444444;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.rtl .navigation a {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	color: #494949;
	border:  1px solid #444444;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.navigation a:hover {
	background: #698056;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

.navigation .active-subsection a {
	background: #77705E;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

.navigation .active-subsection a:hover {
	background: #698056;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	#navigation a, .rtl #navigation a {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	color: #494949;
	border:  1px solid #444444;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
	}

	#navigation a:hover, .rtl #navigation a:hover{
	background: #698056;
	border-color: #494949;
	filter: none;
	color: #EFECE9;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #1F1F1F;
}

.panel-container .panel {
	background: #E4D4B3;
	background-image: url("./images/bg_background.png");
	filter: none;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.cp-main .pm {
	background-color: #D1CEC2;
	background-image: url("./images/bg_background.png");
	background-repeat: repeat;
	filter: none;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

/* Friends list */
.cp-mini {
	background: #E4D4B3;
	background-image: url("./images/bg_background.png");
	filter: none;
	border: 1px solid #444444;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

dl.mini dt {
	color: #1F1F1F;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
.gallery label {
	background: #E3D1B0;
	border-color: #444444;
}

.gallery label:hover {
	background-color: #CFB078;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.33) 52%, rgba(255,255,255,0.32) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.55)), color-stop(52%,rgba(255,255,255,0.33)), color-stop(100%,rgba(255,255,255,0.32))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cffffff', endColorstr='#52ffffff',GradientType=0 ); /* IE6-9 */
	color: #494949;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

label {
	color: #111111;
}

.dropdown fieldset.display-options label {
	color: #EFECE9;
	font-weight: bold;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	border-color: #645746;
	background-color: transparent;
	color: #00220F;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
	color: #333333;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(17, 163, 234, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox, .auto-resized {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.33) 52%, rgba(255,255,255,0.32) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.55)), color-stop(52%,rgba(255,255,255,0.33)), color-stop(100%,rgba(255,255,255,0.32))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cffffff', endColorstr='#52ffffff',GradientType=0 ); /* IE6-9 */
	color: #494949;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

.inputbox:-moz-placeholder {
	color: #494949;
}

.inputbox::-webkit-input-placeholder {
	color: #494949;
}

.inputbox:hover, .auto-resized {
	border-color: #B80101;
}

.inputbox:focus, .auto-resized {
	border-color: #645746;
}

.inputbox:focus:-moz-placeholder {
	color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}

input#ch {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.33) 52%, rgba(255,255,255,0.32) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.55)), color-stop(52%,rgba(255,255,255,0.33)), color-stop(100%,rgba(255,255,255,0.32))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.33) 52%,rgba(255,255,255,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cffffff', endColorstr='#52ffffff',GradientType=0 ); /* IE6-9 */
	color: #494949;
	font-weight: bold;
	border: 1px solid #444;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
	padding: 2px 0 2px 4px;
}

input[type='radio']:checked {
	-webkit-filter: grayscale(100%);
}

input[type='checkbox']:checked {
	-webkit-filter: grayscale(100%);
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	color: #111111;
	border: 1px solid #999999;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

a.button1, input.button1 {
	border-color: #999999;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	color: #111111;
	border:  1px solid #999999;
	border-radius: 2px;
	-moz-box-shadow: 0 0 10px #494949;
	-webkit-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #494949;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	color: #B80101;
	border:  1px solid #999999;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #494949;
	-moz-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	background: #DFCFAE; /* Old browsers */
	background: -moz-linear-gradient(top, #c19e67 0%, #dfcfae 10%, #e9d4b3 92%, #b68d4c 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c19e67), color-stop(10%,#dfcfae), color-stop(92%,#e9d4b3), color-stop(100%,#b68d4c)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #c19e67 0%,#dfcfae 10%,#e9d4b3 92%,#b68d4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19e67', endColorstr='#b68d4c',GradientType=0 ); /* IE6-9 */
	color: #B80101;
	border:  1px solid #999999;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #494949;
	-moz-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #DFCFAE;
	filter: none;
	background-image: url("./images/cookie.jpg");
	font-weight: bold;
	font-size: 14px;
	border: 3px solid #494949;
	border-radius: 0;
	-webkit-box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
	-moz-box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
	box-shadow: 0 0 10px #494949, 0 0 10px #494949, inset -8px -30px 40px -30px #333333;
}

.phpbb_alert h3 {
	color: #111111;
	border-bottom-color: #555555;
}

.phpbb_alert fieldset.submit-buttons input {
	background: #a6926e; /* Old browsers */
	background: -moz-linear-gradient(top, #a6926e 0%, #d6c198 49%, #a6926e 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6926e), color-stop(49%,#d6c198), color-stop(100%,#a6926e)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, #a6926e 0%,#d6c198 49%,#a6926e 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, #a6926e 0%,#d6c198 49%,#a6926e 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, #a6926e 0%,#d6c198 49%,#a6926e 100%); /* IE10 preview */
	background: linear-gradient(to bottom, #a6926e 0%,#d6c198 49%,#a6926e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6926e', endColorstr='#a6926e',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 0 5px #8C7F6C inset;
	-moz-box-shadow: 0 0 5px #8C7F6C inset;
	box-shadow: 0 0 5px #8C7F6C inset;
}

.darken {
	background-color: #000000;
}

.loading_indicator {
	background-color: #000000;
	background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
	border-top-color: #B9B9B9;
	color: #EFECE9;
}

.dropdown-extended ul li:hover {
	background-color: #EFECE9;
	color: #000000;
}

.dropdown-extended .header, .dropdown-extended .footer {
	background-color: #494949;
	border-color: #B9B9B9;
	color: #EFECE9;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown .pointer {
	border-color: #494949 transparent;
}

.dropdown .pointer-inner {
	border-color: #EFECE9 transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #EFECE9 transparent;
}

.dropdown .dropdown-contents {
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 100%); /* IE10 preview */
	background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#99000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 3px solid #EFECE9;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 100%); /* IE10 preview */
	background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#99000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 3px solid #EFECE9;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
	border-color: #EFECE9;
}

.dropdown li.separator {
	border-color: #EFECE9;
}

.dropdown-contents a {
	font-weight: bold;
	color: #EFECE9;
}

.dropdown-contents a:hover {
	font-weight: bold;
	color: #999999 !important;
}

.dropdown-contents a:visited {
	font-weight: bold;
	color: #EFECE9;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #333;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #D31141;
}

a.notification-block {
	font-weight: bold;
	color: #111111;
}

a:hover.notification-block {
	font-weight: bold;
	color: #494949 !important;
}

a:visited.notification-block {
	font-weight: bold;
	color: #111111;
}

.badge {
	background-color: #CE0005;
	color: #F9F9F9;
}
