/* phpBB3 Style Sheet (the default phpBB 3.3.0 style prosilver)
    --------------------------------------------------------------
	Style name:			Virus_2nd ( https://www.phpbb-skins-by.koliofotis.ch/ )
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

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

html, body {
	color: #BBD0B7;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #333333 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	line-height: normal;
	background-image: url("images/alteseisen.jpg");
}

h1 {
	color: #A7ADAB;
	text-shadow: 2px 8px 6px #333, 0 -5px 35px #333;
	font-family: Arial, sans serif;
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: center;
	margin: 5px auto 22px;
	padding: 12px 0 0 0;
	max-width: 1189px;
}

h2 {
	color: #A7ADAB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.8em 0 0.2em 0;
}

h2.forum-title, h2.topic-title, h2.posting-title {
	color: #A7ADAB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.8em 0;
}

h3 {
	color: #ABC5A6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #636967;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.2em;
	margin-top: 20px;
}

h5 {
	font-family: Arial, Sans-serif;
	margin-top: 1px;
	font-size: 1.3em;
}

hr {
	border-color: #CCCCCC;
	border-top-color: #222222;
}

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

a { color: #CFE2CC; }
a:hover { color: #A7ADAB; }
a:focus { color: #A7ADAB; }

.navbar a, .virus-nav-top a { color: #333333; }
.navbar a:hover, .virus-nav-top a:hover { 
	color: #644D59 !important; 
	text-decoration: none;
}
.navbar a:focus, .virus-nav-top a:focus { color: #222222; }

li.breadcrumbs { 
	color: #333333;
}

#page-footer .navbar a { color: #C5D7BF; }
#page-footer .navbar a:hover { 
	color: #91A88E !important; 
	text-decoration: none;
}
#page-footer .navbar a:focus { color: #E0E0E0; }

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

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #644D59;
	text-decoration: none;
}

a.forumtitle:hover {
	text-decoration: none;
}

a.topictitle:hover {
	text-decoration: none;
}

a.lastsubject:hover {
	text-decoration: none;
}

a.subforum {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

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

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

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

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

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

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

.back2top {
	clear: both;
	margin-right: 8px;
}

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

.arrow-left .icon, .arrow-right .icon {
	color: #CFE2CC !important;
} 

.row-item .topictitle:hover,
.row-item .subforum:hover,
.row-item .username:hover,
.row-item .username-coloured:hover {
	text-decoration: none;
}

a.subforum {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap_border {
	background: #cf0404; /* Old browsers */
	background: -moz-linear-gradient(top, #cf0404 0%, #c94143 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cf0404 0%,#c94143 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cf0404 0%,#c94143 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#c94143',GradientType=0 ); /* IE6-9 */
	background-repeat: space;
	max-width: 1231px;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 20px #000000;
	-moz-box-shadow: 0 5px 20px #000000;
	box-shadow: 0 5px 20px #000000;
	padding: 8px 6px 6px 6px;
	margin: 0 auto 15px;
}

.wrap {
	background: #393840; /* Old browsers */
	background: -moz-linear-gradient(top, #393840 0%, #555c59 35%, #5c6460 65%, #32353a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #393840 0%,#555c59 35%,#5c6460 65%,#32353a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #393840 0%,#555c59 35%,#5c6460 65%,#32353a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393840', endColorstr='#32353a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #F1F2E4;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px #494949;
	-moz-box-shadow: 0 0 10px #494949;
	box-shadow: 0 0 10px #494949;
	margin: 0 auto 2px;
	max-width: 1200px;
	min-width: 290px;
	padding: 5px 15px 0;
}

.virus-nav-top {
	background: transparent;
	background-image: none;
	filter: none;
	font-size: 10.5px;
	font-weight: bold;
	border: 3px solid #7A8382;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 10px;
	margin-bottom: 0;
}

.headerbar {
	background: #CBDDC5;
	background-image: none;
	filter: none;
	color: #C4C4C4;
	text-align: center;
	border: 5px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	padding: 0;
	margin-top: 10px;
}

.logo-image-wrapper {
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
}

.tpownsitedescription {
	color: #A7ADAB;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0 -5px 35px rgba(255,255,255,0.3);
	margin-top: 8px;
	margin-bottom: 6px;
}

.forumbg {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 5px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	margin-bottom: 22px;
	padding: 5px 2px;
	clear: both;
}

.forabg {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 5px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	margin-bottom: 22px;
	padding: 5px 2px;
	clear: both;
}

.navbar {
	background: transparent;
	background-image: none;
	filter: none;
	font-size: 10.5px;
	font-weight: bold;
	border: 3px solid #7A8382;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 10px;
	margin-bottom: 0;
	margin-top: -2px;
}

.navbar i, .virus-nav-top i {
	color: #644D59;
}

.nav-footer_border {
	background-color: #BED8B5;
	background-image: none;
	filter: none;
	color: #C4C4C4;
	text-align: center;
	border: 5px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	margin-top: 25px;
}

#page-footer .navbar {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	font-size: 10.5px;
	font-weight: bold;
	padding: 8px 10px;
	border: 3px solid #7A8382;
	border-radius: 0;
	margin: 10px 0 10px 0;
}

#nav-footer i {
	color: #B77F65 !important;
}

.panel {
	background-color: #444849;
	background-image: none;
	filter: none;
	border: 3px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	padding: 5px 10px;
	margin-bottom: 4px;
}

.post {
	padding: 5px 10px;
	margin-bottom: 4px;
	background-repeat: repeat;
	background-position: 100% 0;
	border-radius: 2px;
	position: relative;
}

.post:target .content {
	color: #D9E6D5;
}

.post:target h3 a {
	color: #D9E6D5;
}

.bg1 {
	background-color: #44474C;
	background-image: none;
	filter: none;
	border: 3px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #44474C;
}

.bg2 {
	background-color: #44474C;
	background-image: none;
	filter: none;
	border: 3px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #44474C;
}

.bg3 {
	background-color: #3D4244;
	background-image: none;
	filter: none;
	border: 3px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}

.bg4 {
	background-color: #CADCC4;
	background-image: none;
	filter: none;
}

.ucprowbg {
	background-color: #3D4244;
	border: 3px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}

.fieldsbg {
	background-color: #3D4244;
	border: 3px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}


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

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

ul.navlinks {
	border-top: 0;
}

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

table.table1 tbody tr {
	border-color: #565E55;
}

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

table.table1 tbody tr.bg1, table.table1 tbody tr.bg2 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

table.table1 td {
	color: #ABC5A6;
}

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

table.table1 tbody th {
	border-bottom-color: #444444;
	color: #ABC5A6;
	background-color: #4F5257;
}

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

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

dl.details dd {
	color: #D9E6D5;
}

.sep {
	color: #D9E6D5;
}

.username-coloured {
	text-shadow: #2B2C2F 0 1px 0;
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

a.mark-read.rightside {
	margin-bottom: 3px;
	font-weight: bold;
}

.action-bar.bar-bottom {
	font-size: 11px;
}

/* Icon styles
---------------------------------------- */
.icon.icon-lightblue, a:hover .icon.icon-lightblue {
	color: #217DB4;
}

.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: #2C8989;
}

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

.icon.icon-darkred, a:hover .icon.icon-darkred {
	color: #644D59;
} 

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

.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: #A7ADAB;
}

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

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

.icon.icon-downloadred, a:hover .icon.icon-downloadred {
	color: #B29B92;
}

/* Font icons */
.alert_close .icon:before {
	background-color: #000000;
}

.fa-external-link-square::before {
	content: "\f0fe";
	color: #D5AE78;
	font-size: 12px;
}

/* Icon size classes - Default size is 14px, use these for small variations */

.icon.icon-xl {
	font-size: 20px;
}

.icon.icon-lg {
	font-size: 16px;
}

.icon.icon-md {
	font-size: 12px;
}

.icon.icon-mx {
	font-size: 10px !important;
}

.icon.icon-sm {
	font-size: 8px;
}

.icon.icon-dl {
	font-size: 14px;
}

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

.jumpbox-cat-link {
	background: #a6bca0;
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%);
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 );
	border-top-color: #7A8382;
	color: #333333;
}

.jumpbox-cat-link:hover {
	background-color: #95AF8D;
	background-image: none;
	filter: none;
	border-top-color: #7A8382;
	color: #333333;
}

.jumpbox-forum-link {
	background: #a6bca0;
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%);
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 );
	border-top-color: #7A8382;
	color: #333333;
}

.jumpbox-forum-link:hover {
	background-color: #95AF8D;
	background-image: none;
	filter: none;
	border-top-color: #7A8382;
	color: #333333;
}

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

.jumpbox-sub-link {
	background-color: #CADCC4;
	color: #474F46;
	font-weight: bold;
}

.jumpbox-sub-link:hover {
	background-color: #CADCC4;
	color: #8EA589;
	font-weight: bold;
}

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

.copyright {
	color: #91A88E;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 10px 10px 15px;
}


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

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

.error {
	color: #FAE4A2;
}

.reported {
	background-color: #2C2D30;
}

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

/* Rules
---------------------------------------- */
div.rules {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	color: #111111;
	font-size: 1.1em;
	text-align: center;
	border: 5px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	line-height: 1.6em;
	margin: 10px 0;
	padding: 8px 10px 10px;
}

.rules a {
	color: #412C31;
	border-bottom: 1px solid #412C31;
	font-weight: bold;
	font-size: 1.1em;
}

.rules a:visited {
	color: #412C31;
	border-bottom-color: #412C31;
}

.rules a:hover {
	color: #8C706C;
	border-bottom-color: #8C706C;
	text-decoration: none;
}

.rules a.postlink {
	border-bottom-color: #412C31;
	color: #412C31;
}

.rules a.postlink:visited {
	border-bottom-color: #412C31;
	color: #412C31;
}

.rules a.postlink:hover {
	border-bottom-color: #8C706C;
	color: #8C706C;
}

#information.rules {
	margin-top: 40px;
	text-align: center;
}

p.post-notice {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #3c3e42 12%, #2d2e31 50%, #3c3e42 88%, #45484d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#3c3e42 12%,#2d2e31 50%,#3c3e42 88%,#45484d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#3c3e42 12%,#2d2e31 50%,#3c3e42 88%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
	border-left: 4px solid #B80101;
	padding: 7px 5px 7px;
}

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

ul.forums {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #3c3e42 12%, #2d2e31 53%, #222324 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#3c3e42 12%,#2d2e31 53%,#222324 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#3c3e42 12%,#2d2e31 53%,#222324 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#222324',GradientType=0 ); /* IE6-9 */
}

ul.topiclist li {
	color: #C5D7BF;
	font-weight: bold;
}

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

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

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

li.row strong {
	color: #C5D7BF;
}

li.row:hover {
	background-color: #3C3E42;
}

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

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

li.header dd {
	color: #00220F;
	font-weight: bold;
}

li.header dt {
	color: #00220F;
	font-weight: 900;
}

li.header dt:hover {
	color: #644D59;
	text-decoration: none;
}

li.header dl.row-item dt .list-inner {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 5px;
	padding-right: 50px;
}

#headerspace li.header {
	margin-left: 5px;
}

/* Forum list column styles */
.row .list-inner { padding: 4px 0; }

dl.row-item {
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
	background-size: 44px;
}

dl.row-item dt {
	background-repeat: no-repeat;
	background-position: 3px 2%;		/* Position of topic icon */
	background-size: 19px;
}

dl.row-item dt .list-inner {
	padding-left: 65px;					/* Space for folder icon */
}

dl.row-item dt, dl.row-item dd {
	min-height: 48px;
}

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

.postbody h3 a, .postbody first {
	color: #DAE8CA;
}

/* Post body links */
.postlink {
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 0;
}

.postlink:hover {
	text-decoration: none;
}

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

.content h2, .panel h2 {
	font-size: 1.4em;
	color: #DAE8CA;
	border-bottom-color: #A7ADAB;
}

dl.faq dt {
	color: #ABC5A6;
	border-bottom: 1px solid #A7ADAB;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2.2em;
}

#faqlinks.panel.bg1 dl.faq {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 2em;
}

.posthilit {
	background-color: #C7CECB;
	color: #BC2A4D;
}

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

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

.signature a, .signature a:hover {
	border: none;
	text-decoration: none;
}

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


/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #37393E;
	border-color:#DBDBCE;
}

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

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

/* Code block */
.codebox {
	background-color: #2F3235;
	border-color: #77827C;
}

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

.codebox code {
	color: #ABC5A6;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #393c40 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #333333 0%,#393c40 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #333333 0%,#393c40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#393c40',GradientType=0 ); /* IE6-9 */
	border-color:  #8EA589;
}

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

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

.attachbox p {
	color: #666666;
}

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

.attach-image img {
	border: 1px solid #8EA589;
}

/* Inline image thumbnails */

dl.file dd {
	color: #ABC5A6;
}

dl.thumbnail img {
	border-color: #ABC5A6;
	background-color: #2F3235;
}

dl.thumbnail dd {
	color: #ABC5A6;
}

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

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

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

fieldset.polls dl {
	border-top-color: #2C2D30;
	color: #ABC5A6;
}

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

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

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

.pollbar1 {
	background-color: #222222;
	border-bottom-color: #2C2D30;
	border-right-color: #2C2D30;
}

.rtl .pollbar1 {
	border-left-color: #2C2D30;
}

.pollbar2 {
	background-color: #222222;
	border-bottom-color: #2C2D30;
	border-right-color: #2C2D30;
}

.rtl .pollbar2 {
	border-left-color: #2C2D30;
}

.pollbar3 {
	background-color: #222222;
	border-bottom-color: #2C2D30;
	border-right-color: #2C2D30;
}

.rtl .pollbar3 {
	border-left-color: #2C2D30;
}

.pollbar4 {
	background-color: #222222;
	border-bottom-color: #2C2D30;
	border-right-color: #2C2D30;
}

.rtl .pollbar4 {
	border-left-color: #2C2D30;
}

.pollbar5 {
	background-color: #222222;
	border-bottom-color: #2C2D30;
	border-right-color: #2C2D30;
}

.rtl .pollbar5 {
	border-left-color: #2C2D30;
}

/* Poster profile block
----------------------------------------*/
.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: none;
}

.postprofile {
	color: #CFE2CC;
	border-color: #81957C;
}

.postprofile dd, .postprofile dt {
	line-height: 1.25em;
	margin-left: 8px;
}

.postprofile strong {
	color: #A7ADAB;
}

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

.search .postprofile a:hover {
	text-decoration: none;
}

dd.profile-warnings {
	color: #BC2A4D;
	text-decoration: underline;
}

.online {
	background-image: url("./en/icon_user_online.gif");
}

.online {
	background-position: 100% 0 !important;
	background-repeat: no-repeat !important;
}

.no-avatar .avatar-container {
	display: block;
	width: 100px;
	height: 100px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("./images/no_avatar.png");
	background-position: 50% 55%;
	background-size: auto auto;
	margin-bottom: 5px;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #999999;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
}

.button:hover,
.button:focus {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #005223;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
}

.button .icon,
.button-secondary {
	color: #634B4F;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #333333;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #333333;
}

.caret	{ border-color: #CFE2CC; }
.caret:hover	{ border-color: #005223; }

.contact-icons a { 
	border-color: #005223; 
	-webkit-box-shadow: 0 0 1px #333333;
	-moz-box-shadow: 0 0 1px #333333;
	box-shadow: 0 0 1px #333333;
}

.contact-icons a:hover	{ background-color: #6F7D7B; }

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

.pagination li a {
	background: #a6bca0;
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%);
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 );
	color: #333333;
	border-color: #999999;
	border-radius: 0;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
}

.pagination li.ellipsis span {
	background: transparent;
	color: #E0E0E0;
	font-weight: 900;
}

.pagination li.active span {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 3px solid #645746;
	color: #634B4F;
	font-weight: bold;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #a6bca0;
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%);
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 );
	color: #333333;
	border-color: #005223;
	border-radius: 0;
}

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

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	background: #CADCC4;
	color: #111111;
	border-color: #7A8382;
	background-image: none;
	border-right-width: 0;
	border-radius: 4px 0 0 4px;
	float: left;
	height: 22px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1px;
}

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

/* 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_googleplus-icon				{ background-position: -140px 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, .cp-menu hr {
	border-color: #92A08F;
}

.panel-container hr {
	border-color: #515659;
}

.panel-container h3 {
	color: #CFE2CC;
}

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

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

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

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

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

.cp-main .panel {
	padding: 5px 10px;
	margin-top: 10px;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #999999;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	margin-right: 5px;
}

.tabs .tab > a:hover {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #005223;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
}


.tabs .activetab > a {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 3px solid #999999;
	color: #04172F;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
	padding: 4px 6px;
	margin-bottom: 3px;
}

.tabs .activetab > a:hover {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 3px solid #645746;
	color: #F90000;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
	padding: 4px 6px;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #999999;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	margin-right: 5px;
}

.minitabs .tab > a:hover {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #005223;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .9);
}

.minitabs .activetab > a {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 3px solid #999999;
	color: #04172F;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
	padding: 4px 6px;
}

.minitabs .activetab > a:hover {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 3px solid #645746;
	color: #F90000;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
	padding: 4px 6px;
}

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

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

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

/* Link styles for the sub-section links */
.navigation a {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #999999;
	border-radius: 0;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
	padding: 9px 6px;
	margin-bottom: 5px;
}

.rtl .navigation a {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #999999;
	border-radius: 0;
	-webkit-box-shadow:0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
	padding: 9px 6px;
	margin-bottom: 5px;
}

.navigation a:hover {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #555555;
	border-color: #005223;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 10px #777, 0 0 5px #1B2D22;
	-moz-box-shadow: inset 0 0 10px #777, #1B2D22;
	box-shadow: inset 0 0 10px #777, #1B2D22;
}

.navigation .active-subsection a {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 3px solid #999999;
	color: #04172F;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
	padding: 6px;
}

.navigation .active-subsection a:hover {
	background-color: #CBDDC5;
	background-image: none;
	filter: none;
	border: 3px solid #645746;
	color: #F90000;
	-webkit-box-shadow: 0 0 5px #1B2D22;
	-moz-box-shadow: 0 0 5px #1B2D22;
	box-shadow: 0 0 5px #1B2D22;
	padding: 6px;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #a6bca0; /* Old browsers */
		background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
		color: #333333;
		border-color: #999999;
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
		-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
		box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	}

	#navigation a:hover, .rtl #navigation a:hover {
		background: #a6bca0; /* Old browsers */
		background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
		color: #555555;
		border-color: #005223;
		border-radius: 0;
		-webkit-box-shadow: inset 0 0 10px #777, 0 0 5px #1B2D22;
		-moz-box-shadow: inset 0 0 10px #777, 0 0 5px #1B2D22;
		box-shadow: inset 0 0 10px #777, 0 0 5px #1B2D22;
	}
}

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

.panel-container .panel {
	background-color: #444849;
	background-image: none;
	filter: none;
	border: 1px solid #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}

.cp-main .pm {
	background-color: #444849;
	background-image: none;
	filter: none;
	border: 1px solid #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}

.cp-main {
	float: left;
	width: 80%;
	margin-left: 5px;
}

/* Friends list */
.cp-mini {
	background-color: #444849;
	background-image: none;
	filter: none;
	border: 1px solid #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}

dl.mini dt {
	color: #CFE2CC;
}

/* 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: #DA1D33;
	border-right-color: #DA1D33;
}

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

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

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

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

/* Avatar gallery */
.gallery label {
	background-color: #3D4244;
	background-image: none;
	filter: none;
	border: 3px ridge #444444;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px #777, 0 0 10px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 5px #777, 0 0 10px rgba(0,0,0, .9);
	box-shadow: inset 0 0 5px #777, 0 0 10px rgba(0,0,0, .9);
	margin-bottom: 5px;
}

.gallery label:hover {
	background-color: #EEE;
	background-color: #3D4244;
	background-image: none;
	filter: none;
	border: 3px ridge #C5D7BF;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px #777, 0 0 10px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 5px #777, 0 0 10px rgba(0,0,0, .9);
	box-shadow: inset 0 0 5px #777, 0 0 10px rgba(0,0,0, .9);
	margin-bottom: 5px;
}

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

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #758481;
	color: #DBEAD9;
}

label {
	color: #CFE2CC;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #CFE2CC;
	font-weight: bold;
}

fieldset.fields1 {
	background-color: transparent;
}

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

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

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
	margin-bottom: 4px;
}

fieldset.quick-login input.inputbox {
	border-color: #645746;
	background-color: transparent;
	color: #00220F;
	margin: 5px;
	padding: 4px 0 2px;
}

fieldset.quick-login label {
	white-space: nowrap;
	margin-left: 5px;
}

fieldset.quick-login a.button1, fieldset.quick-login input.button1, fieldset.quick-login input.button3,fieldset.quick-login a.button2, fieldset.quick-login input.button2 {
	width: auto !important;
	padding: 1px 5px 3px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	margin-bottom: 1px;
}

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

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

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

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(171, 197, 166, 1.0);
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #758481;
	border-color: #666666;
	color: #DBEAD9;
}

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

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

.inputbox:hover {
	border-color: #AA242B;
}

.inputbox:focus {
	border-color: #AA242B;
}

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

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


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

a.button1, input.button1, input.button3, a.button2, input.button2,
a.button1:visited, input.button1:visited, a.button2:visited, input.button2:visited, input.button3:visited {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #444444;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
}

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

input.button1, input.button2 {
	font-size: 1em;
	font-weight: bold;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #444444;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #000000;
	font-weight: bold;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding: 1px 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #005223;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
}

/* Focus states */
a.button1:focus, input.button1:focus, a.button2:focus, input.button2:focus, input.button3:focus {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 ); /* IE6-9 */
	color: #333333;
	border-color: #005223;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
	box-shadow: inset 0 0 2px #777, 0 0 5px rgba(0,0,0, .7);
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background: #CBDDC5;
	background-image: none;
	filter: none;
	color: #111111;
	font-size: 1.1em;
	border: 5px ridge #AA242B;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 15px #777, 0 0 15px rgba(0,0,0, .9);
}

.phpbb_alert h3 {
	color: #000000;
	font-size: 1.1em;
}

.darken {
	background-color: #000000;
	opacity: 0.7; 
}

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

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

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

.dropdown-extended .header {
	background: #a6bca0; /* Old browsers */
	background: -moz-linear-gradient(top, #a6bca0 0%, #bbcbb6 50%, #bbcbb6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a6bca0 0%,#bbcbb6 50%,#bbcbb6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a6bca0 0%,#bbcbb6 50%,#bbcbb6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#bbcbb6',GradientType=0 ); /* IE6-9 */
	color: #333333;
	text-shadow: none;
	border-color: #CBDDC5;
}

.dropdown-extended .footer {
	background: #bbcbb6; /* Old browsers */
	background: -moz-linear-gradient(top, #bbcbb6 0%, #bbcbb6 50%, #a6bca0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bbcbb6 0%,#bbcbb6 50%,#a6bca0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bbcbb6 0%,#bbcbb6 50%,#a6bca0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbcbb6', endColorstr='#a6bca0',GradientType=0 ); /* IE6-9 */
	color: #333333;
	text-shadow: none;
	border-color: #CBDDC5;
}

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

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

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

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

.dropdown .dropdown-contents {
	background: #a6bca0;
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%);
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 );
	border-color: #CBDDC5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 2px #777, 0 0 15px rgba(0,0,0, .9);
}

.dropdown-up .dropdown-contents {
	background: #a6bca0;
	background: -moz-linear-gradient(left, #a6bca0 0%, #a6bca0 48%, #97ac92 100%);
	background: -webkit-linear-gradient(left, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	background: linear-gradient(to right, #a6bca0 0%,#a6bca0 48%,#97ac92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bca0', endColorstr='#97ac92',GradientType=1 );
	border-color: #CBDDC5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px #777, 0 0 15px rgba(0,0,0, .9);
	-moz-box-shadow: inset 0 0 2px #777, 0 0 15px rgba(0,0,0, .9);
	box-shadow: inset 0 0 2px #777, 0 0 15px rgba(0,0,0, .9);
}

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

.dropdown .dropdown-contents a:hover {
	color: #634B4F;
	text-decoration: none;
}

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

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

.dropdown fieldset.display-options label {
	color: #333333;
}

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

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

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

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

/* Search-header
---------------------------------------- */
.tpownblock_search {
	background: transparent;
	margin: 0 0 6px 0;
	float: left;
	width: 40px;
}

.search-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	display: block;
	float: left;
	margin: -2px 5px -7px 0;
}

.search-header a.button-search, .search-header a.button-search-end {
	color: #CFE2CC;
	font-size: 0.9px;
	text-shadow: none;
	border: 0;
	background-color: transparent;
	background-image: none;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 3px 8px 4px;
}

.search-header .button-search, .search-header .button-search-end {
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 3px 5px;
}

.search-header i.icon.fa-search::before {
	color: #CFE2CC;
	font-size: 0.9em;
}

.search-header a:hover i.icon.fa-search::before {
	color: #CCCCCC;
	font-size: 0.9em;
}

.search-header .inputbox,
.search-header .inputbox:hover,
.search-header .inputbox:focus {
	background: transparent;
	color: #191970;
	border: 1px solid #645746; 
	border-right-width: 0;
	height: 24px;
}

/* Attachment Download-button
---------------------------------------- */
.download_button_back {
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #333333 50%, #373737 50%, #2d2d2d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #333333 0%,#333333 50%,#373737 50%,#2d2d2d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #333333 0%,#333333 50%,#373737 50%,#2d2d2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
	border: 1px solid #34363A;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 5px #0C0A0C, 0 0 0 1px #44474C inset;
	-moz-box-shadow: 0 0 5px #0C0A0C, 0 0 0 1px #44474C inset;
	box-shadow: 0 0 5px #0C0A0C, 0 0 0 1px #44474C inset;
	text-transform: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	text-align: center;
	padding: 2px 10px 0;
	margin: 6px 2px;
}

.download_button_back dl.file dd {
	color: #7E8583;
	font-size: 0.8em;
}

a.download_link {
	color: #ABC5A6;
	font-size: 0.85em;
	text-decoration: none;
	border-bottom: 1px solid;
	line-height: 1.5em;
}

a.download_link:hover {
	color: #CFE2CC;
}

/* Stat-block
---------------------------------------- */
.stat-block h3 a {
	color: #D6E7D3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-size: 1em;
}

.stat-block h3 a:hover {
	color: #ABC5A6;
	text-decoration: none;
}

.stat-block h3 {
	color: #C2DBBF;
	border-bottom: 1px solid #636967;
}

/*
--------------------------------------------------------------
Cookie window
-------------------------------------------------------------- */

.cc-color-override--1687565279.cc-window {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: rgb(198, 108, 111) !important;
	font-weight: bold;
	font-size: 14px;
	border-top: 5px ridge #7A8382;
	border-bottom: 3px solid #7A8382;
	border-left: none;
	border-right: none;
	border-radius: 0;
	-webkit-box-shadow: 0 0 20px #222222;
	-moz-box-shadow: 0 0 20px #222222;
	box-shadow: 0 0 20px #222222;
}

.cc-color-override--1687565279 .cc-link, .cc-color-override--1687565279 .cc-link:active, .cc-color-override--1687565279 .cc-link:visited {
	color: rgb(196, 206, 189) !important;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 800 !important;
	font-size: 12px;
}

.cc-color-override--1687565279 .cc-btn {
	color: rgb(198, 108, 111) !important;
	font-family: Arial, sans-serif;
	font-weight: 900;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #3c3e42 12%, #2d2e31 53%, #222324 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#3c3e42 12%,#2d2e31 53%,#222324 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#3c3e42 12%,#2d2e31 53%,#222324 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#222324',GradientType=0 ); /* IE6-9 */
	border-color: #000000;
	border-radius: 0;
	-webkit-box-shadow: 0 0 5px #222222;
	-moz-box-shadow: 0 0 5px #222222;
	box-shadow: 0 0 5px #222222;
	max-width: 140px;
}

.cc-color-override--1687565279 .cc-btn:hover {
	color: rgb(213, 174, 120) !important;
	font-family: Arial, sans-serif;
	font-weight: 900;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #3c3e42 12%, #2d2e31 53%, #222324 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#3c3e42 12%,#2d2e31 53%,#222324 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#3c3e42 12%,#2d2e31 53%,#222324 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#222324',GradientType=0 ); /* IE6-9 */
	border-color: #000000;
	border-radius: 0;
	-webkit-box-shadow: 0 0 5px #222222;
	-moz-box-shadow: 0 0 5px #222222;
	box-shadow: 0 0 5px #222222;
	max-width: 140px;
}

.cc-window.cc-banner {
	flex-direction: row;
	padding: 2em 1.8em !important;
	width: 100%;
}

/* Responsive Design
---------------------------------------- */

@media (max-width: 900px) {
	.cp-main {
		float: none;
		width: auto;
		margin: 0;
	}

	.cp-mini {
		margin: 10px 0 10px 0;
		max-height: 200px;
		overflow-y: auto;
		padding: 5px 10px;
		border-radius: 0;
	}
}

@media (max-width: 700px) {
	.responsive-hide { display: none !important; }
	.responsive-show { display: block !important; }
	.responsive-show-inline { display: inline !important; }
	.responsive-show-inline-block { display: inline-block !important; }

	/* Content wrappers
	----------------------------------------*/
	html {
		height: auto;
	}

	body {
		padding: 0;
	}

	.wrap_border {
		border-radius: 2px;
		padding: 0 2px 6px 2px;
		margin: 0 auto 15px;
	}

	.wrap {
		border: none;
		border-radius: 0;
		margin: 0;
		min-width: 290px;
		padding: 0 5px;
	}

	/* Common block wrappers
	----------------------------------------*/
	.headerbar, .forabg, .forumbg, .post, .panel {
		border-radius: 0;
		margin-left: -5px;
		margin-right: -5px;
	}

	.cp-main .forabg, .cp-main .forumdb, .cp-main .post, .cp-main .panel {
		border-radius: 0;
	}

	.cp-mini {
		margin: 10px -5px;
		max-height: 200px;
		overflow-y: auto;
		padding: 5px 10px;
		border-radius: 0;
	}

	/* Logo block
	----------------------------------------*/
	h1 {
		margin-bottom: 20px !important;
	}

	.site-description {
		float: none;
		width: auto;
		text-align: center;
	}

	.logo {
		/* change display value to inline-block to show logo */
		display: none;
		float: none;
		padding: 10px;
	}

	.site-description h1, .site-description p {
		text-align: inherit;
		float: none;
		margin: 5px;
		line-height: 1.2em;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.site-description p {
		display: none;
	}

	/* Navigation
	----------------------------------------*/
	.headerbar + .navbar {
		margin-top: -5px;
	}

	/* Search
	----------------------------------------*/
	.responsive-search { display: block !important; }

	/* .topiclist lists
	----------------------------------------*/
	li.header dt {
		text-align: center;
		text-transform: none;
		line-height: 1em;
		font-size: 1.2em;
		padding-bottom: 4px;
	}

	ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner {
		margin-right: 0 !important;
		padding-right: 0;
	}

	ul.topiclist li.header dd {
		display: none !important;
	}

	ul.topiclist dt, ul.topiclist dt .list-inner,
	ul.topiclist.missing-column dt, ul.topiclist.missing-column dt .list-inner,
	ul.topiclist.two-long-columns dt, ul.topiclist.two-long-columns dt .list-inner,
	ul.topiclist.two-columns dt, ul.topiclist.two-columns dt .list-inner {
		margin-right: 0;
	}

	ul.topiclist dt .list-inner.with-mark {
		padding-right: 34px;
	}

	ul.topiclist dt .list-inner {
		min-height: 28px;
	}

	ul.topiclist li.header dt .list-inner {
		min-height: 0;
	}

	ul.topiclist dd {
		display: none;
	}
	ul.topiclist dd.mark {
		display: block;
	}

	/* Forums and topics lists
	----------------------------------------*/
	ul.topiclist.forums dt {
		margin-right: -250px;
	}

	ul.topiclist dd.mark {
		display: block;
		position: absolute;
		right: 5px;
		top: 0;
		margin: 0;
		width: auto;
		min-width: 0;
		text-align: left;
	}

	ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
		position: relative;
		left: 0;
		width: auto;
		display: inline;
		font-weight: normal;
	}

	li.row .responsive-show strong {
		font-weight: bold;
		color: inherit;
	}

	ul.topiclist li.row dt a.subforum {
		vertical-align: bottom;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100px;
	}

	/* Responsive tables
	----------------------------------------*/
	table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
		display: block;
	}

	table.responsive thead, table.responsive th {
		display: none;
	}

	table.responsive.show-header thead, table.responsive.show-header th:first-child {
		display: block;
		width: auto !important;
		text-align: left !important;
	}

	table.responsive.show-header th:first-child span.rank-img {
		display: none;
	}

	table.responsive tr {
		margin: 2px 0;
	}

	table.responsive td {
		width: auto !important;
		text-align: left !important;
		padding: 4px;
	}

	table.responsive td.empty {
		display: none !important;
	}

	table.responsive td > dfn {
		display: inline-block !important;
	}

	table.responsive td > dfn:after {
		content: ':';
		padding-right: 5px;
	}

	table.responsive span.rank-img {
		float: none;
		padding-right: 5px;
	}

	table.responsive.memberlist td:first-child input[type="checkbox"] {
		float: right;
	}

	/* Forms
	----------------------------------------*/
	fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
		width: auto;
		float: none;
	}

	fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
		margin-left: 0;
	}

	textarea, dd textarea, .message-box textarea {
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	dl.pmlist dt {
		width: auto !important;
		margin-bottom: 5px;
	}

	dl.pmlist dd {
		display: inline-block;
		margin-left: 0 !important;
	}

	dl.pmlist dd:first-of-type {
		padding-left: 20px;
	}

	.smiley-box, .message-box {
		float: none;
		width: auto;
	}

	.smiley-box {
		margin-top: 5px;
	}

	.bbcode-status {
		display: none;
	}

	.colour-palette, .colour-palette tbody, .colour-palette tr {
		display: block;
	}

	.colour-palette td {
		display: inline-block;
		margin-right: 2px;
	}

	.horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
		display: none;
	}

	fieldset.quick-login label {
		display: block;
		margin-bottom: 5px;
		white-space: normal;
	}

	fieldset.quick-login label > span {
		display: inline-block;
		min-width: 100px;
	}

	fieldset.quick-login input.inputbox {
		width: 85%;
		max-width: 300px;
		margin-left: 20px;
	}

	fieldset.quick-login label[for="autologin"] {
		display: inline-block;
		text-align: right;
		min-width: 50%;
	}

	/* User profile
	----------------------------------------*/
	.column1, .column2, .left-box.profile-details {
		float: none;
		width: auto;
		clear: both;
	}

	/* Polls
	----------------------------------------*/
	fieldset.polls dt {
		width: 90%;
	}

	fieldset.polls dd.resultbar {
		padding-left: 20px;
	}

	fieldset.polls dd.poll_option_percent {
		width: 20%;
	}

	fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
		margin-top: 5px;
	}

	/* Post
	----------------------------------------*/
	.postbody {
		position: inherit;
	}

	.postprofile, .postbody, .search .postbody {
		display: block;
		width: auto;
		float: none;
		padding: 0;
		min-height: 0;
	}

	.post .postprofile {
		width: auto;
		border-width: 0 0 1px 0;
		padding-bottom: 5px;
		margin: 0;
		margin-bottom: 5px;
		min-height: 40px;
		overflow: hidden;
	}

	.postprofile dd {
		display: none;
	}

	.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
		display: block;
		margin: 0;
	}

	.postprofile .has-avatar .avatar-container {
		margin: 0;
		overflow: inherit;
	}

	.postprofile .avatar-container:after {
		clear: none;
	}

	.postprofile .avatar {
		margin-right: 5px;
	}

	.postprofile .avatar img {
		width: auto !important;
		height: auto !important;
		max-height: 32px;
	}

	.has-profile .postbody h3 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.has-profile .post-buttons {
		right: 30px;
		top: 15px;
	}

	.online {
		background-size: 40px;
	}

	.no-avatar .avatar-container {
		display: block;
		width: 50px;
		height: 50px;
		float: left;
		background-color: transparent;
		background-repeat: no-repeat;
		background-image: url("./images/no_avatar.png");
		background-position: 15% 10%;
		background-size: auto 70%;
		margin-bottom: 0;
	}

	/* Misc stuff
	----------------------------------------*/
	h2 {
		margin-top: .5em;
	}

	p {
		margin-bottom: .5em;
		overflow: hidden;
	}

	p.rightside {
		margin-bottom: 0;
	}

	fieldset.display-options label {
		display: block;
		clear: both;
		margin-bottom: 5px;
	}

	dl.mini dd.pm-legend {
		float: left;
		min-width: 200px;
	}

	.topicreview {
		margin: 0 -5px;
		padding: 0 5px;
	}

	fieldset.display-actions {
		white-space: normal;
	}

	.phpbb_alert {
		width: auto;
		margin: 0 5px;
	}

	.attach-comment dfn {
		width: 100%;
	}
}

@media (min-width: 700px) {
	.postbody { width: 70%; }
	}

@media (min-width: 701px) and (max-width: 850px) {
	.postbody { width: 76%; }
	.postprofile { width: 22%; }
	}

@media (min-width: 701px) and (max-width: 950px) {
	ul.topiclist dt {
		margin-right: -410px;
	}

	ul.topiclist dt .list-inner {
		margin-right: 410px;
	}

	dd.posts, dd.topics, dd.views {
		width: 80px;
	}
}

@media (max-width: 550px) {
	ul.topiclist.forums dt {
		margin-right: 0;
	}

	ul.topiclist.forums dt .list-inner {
		margin-right: 0;
	}

	ul.topiclist.forums dd.lastpost {
		display: none;
	}
}


@media (max-width: 320px) {
	select, .inputbox {
		max-width: 240px;
	}
}

@media (max-width: 500px) {
	dd label {
		white-space: normal;
	}

	select, .inputbox {
		max-width: 260px;
	}

	.captcha-panel dd.captcha {
		margin-left: 0;
	}

	.captcha-panel dd.captcha-image img {
		width: 100%;
	}

	dl.details dt, dl.details dd {
		width: auto;
		float: none;
		text-align: left;
	}

	dl.details dd {
		margin-left: 20px;
	}

	p.responsive-center {
		float: none;
		text-align: center;
		margin-bottom: 5px;
	}

	.action-bar > div {
		margin-bottom: 5px;
 	}

	.action-bar > .pagination {
		float: none;
		clear: both;
		padding-bottom: 1px;
		text-align: center;
	}

	.action-bar > .pagination li.page-jump {
		margin: 0 2px;
	}

	p.jumpbox-return {
		display: none;
	}

	.display-options > label:nth-child(1) {
		display: block;
		margin-bottom: 5px;
	}

	.attach-controls {
		margin-top: 5px;
		width: 100%;
	}

	.quick-links .dropdown-trigger span {
		display: none;
	}
}

@media (max-width: 430px) {
	.action-bar .search-box .inputbox {
		width: 120px;
	}

	.section-viewtopic .search-box .inputbox {
		width: 57px;
	}

	.action-bar .search-box .inputbox ::-moz-placeholder {
		content: "Search...";
	}

	.action-bar .search-box .inputbox :-ms-input-placeholder {
		content: "Search...";
	}

	.action-bar .search-box .inputbox ::-webkit-input-placeholder {
		content: "Search...";
	}
}

/* Notifications list
----------------------------------------*/
@media (max-width: 350px) {
	.dropdown-extended .dropdown-contents {
		width: auto;
	}
}
