@import "icons.css";
/* Forum beginn */

:root {
	--header-color: #E6E6E6;
}

body {
	margin: 0;
}

/* fake security question */
[for="pf_security"], [for="pf_security"] + br, [for="pf_security"] + br + span, #pf_security {
	display: none;
}

#phpbb > div > h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#phpbb > div > h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 22px;
	margin: 0.8em 0 0.2em 0;
}
#phpbb > div > h2.solo {
	margin-bottom: 1em;
}
#page-body > div > h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 13px;
	color: #555;
	border-bottom-color: #CCCCCC;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	display: inline;
}
a { 
	color: #555; 
	-webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
}
#phpbb > div > a:visited	{ color: #555; }
#phpbb > div > a:hover	{ color: #d3d3d3; text-decoration: underline; }
#phpbb > div > a:active	{ color: #d2d2d2; text-decoration: none; }

#phpbb > hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}
#phpbb > hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}
#phpbb > hr.divider {
	display: none;
}
#phpbb > p.right {
	text-align: right;
}
#phpbb > small {
	font-size: 11px;
}
/* Main blocks
---------------------------------------- */

.mb-info {
	background: #DAFFD1;
	padding: 5px;
	border: 1px solid #C4C4C4;
	border-top: 0px;
	margin: 0 3px;
	margin-bottom: 16px;
	border-radius: 0px 0px 3px 3px;
}
#breadcrumb {
   margin-bottom: 0px;
}
#phpbb > #navigation-a {
	background: #1A1A1A;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #c2c2c2;
	border-bottom: 0 solid #c2c2c2;
}
#phpbb > #navigation-a .nav-main {
	font-size: 13px !important;
}
#phpbb > #navigation-a .nav-main > li {
	position: relative;
}
#phpbb > #navigation-a .nav-main > li:hover > .nav-child,
#phpbb > #navigation-a .nav-main > li > a:focus + .nav-child {
	display: block;
}

#phpbb > .nav-main {
	margin-left: 0;
	list-style: none;
}
#phpbb > .nav-main > li > a {
	display: block;
	background: #121212;
	color: #C5D5E2;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
}
#phpbb > .nav-main > li > a:hover {
	text-decoration: none;
	background-color: #0a0a0a;
	color: #D8E1E8;
}
#phpbb > .nav-main > .pull-right {
	float: right;
}
#phpbb > .item-201 a {
	background: url("./images/button-bg.png") repeat;
}
#phpbb > .item-448 a {
	background: url("./images/button-bg-2.png") repeat;
}
#phpbb > .item-435 {
	margin-left: 20px;
}

/* Quote block */
#phpbb blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

#phpbb blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

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

#phpbb blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

#phpbb blockquote cite cite {
	font-size: 1em;
}

#phpbb blockquote.uncited {
	padding-top: 25px;
}

/* Code block */
#phpbb dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

#phpbb dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

#phpbb blockquote dl.codebox {
	margin-left: 0;
}

#phpbb dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
   float: left;
   width: auto; 
   margin: 5px 5px 5px 0;
   background-color: #FFFFFF;
   border: 1px solid #999;
   clear: left;
}

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

.attachbox dt {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.attachbox dd {
	float: left;
	padding: 3px 3px 0 3px;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
	border: 1px solid #999999;
/*	cursor: move; */
	cursor: default;
	max-width: 99%;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
	font-size: 100%;
}

dl.file {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.file dd {
	color: #666666;
	margin: 0;
	padding: 0;	
}

dl.thumbnail img {
	padding: 3px;
	border: 1px solid #666666;
	background-color: #FFF;
}

dl.thumbnail dd {
	color: #666666;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.attachbox dl.thumbnail dd {
	font-size: 100%;
}

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

dl.thumbnail dt a:hover img {
	border: 1px solid #d2d2d2;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #e2e2e2;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

fieldset.polls dl.voted {
	font-weight: bold;
	color: #000000;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

.slimmer {
	float: right;
	width: 100%;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}


.inner-post {
}

.statistics {
	text-align: center;
	list-style: none;
}
.statistics li {
	margin-right: 20px;
	clear: both;
	display: inline-block;
}

.statistics strong {
	display: inline-block;
	background: #fff;
	color: #4A4A4A;
	padding: 4px 6px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 6px;
	margin-top: -4px;
}

/* Poster profile block
----------------------------------------*/
.postprofile-disabled {
/* Also see tweaks.css */
	height: 100%;
	color: #666666;
	width: 186px;
	float: right;
	display: inline;
	padding: 6px;
	/*font: Verdana, sans-serif;*/
}
.post-profile {
	float: left;
	width: 152px;
	/*margin: 10px 0 0 10px;*/
}
.postdetails {
	float: right;
	background: #fff;
	width: 753px;
	min-height: 210px;
	/*border-left: 1px solid #b0b0b0;*/
	border-left: 1px solid #CCCCCC;
	padding: 12px;
	padding-bottom: 33px;
	display: flex;
	clear: both;
	flex-wrap: wrap;
}
.user-text {
	padding: 6px;
	min-height: 20px;
	text-align: center;
	/*background-image: url("./images/block-roller.png");
	background-position: 20px 35%;*/
	/*background: #C2D2DF;*/
}
.user-text a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	/*text-shadow: black 0px 1px 3px;*/
	/*color: white;*/
	float: left;
	/*color:#fff !important;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}
.user-text img {
	margin-left: 3px;
	display:block;
}
.postdetails .arrow {
	position: absolute;
	top: 10px;
	right: -10px;
	display: none;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border: 10px solid transparent;
	border-left-color: #bbb;
	border-right: none;
}
.postdetails .arrow span {
	position: absolute;
	top: -10px;
	left: -11px;
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border: 10px solid transparent;
	border-left-color: #EDEDED;
	border-right: none;
}
.user-rank .rank-title {
	font-size: 11px;
	display: inline-block;
	margin-bottom: 10px;
	/*color: #fff;*/
}
.author-block {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.extra-user-info {
	padding: 0px 6px;
	/*background-color: #EDEDED;*/
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*border: 1px solid #bbb;
	border-top:0px;*/
	text-align: center;
}
.user-info img {
	margin-right: 4px;
	vertical-align: middle;
}
.user-info dd.Minecraft-Account {
	font-size: 14px;
	max-width: 140px;
}
.user-info dd.Minecraft-Account a {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline flow-root list-item;
}
.author-avatar {
	/*border: 1px solid #bbb;
	border-bottom:0px;
	background-color: #EDEDED;*/
	padding: 12px;
	padding-bottom: 0px;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
}
.author-avatar img {
	height: 100px;
	width: 100px;
	/*background-color: #FCFCFF;*/
	padding: 2px;
	/*border: 1px solid #A5CAE4;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.profile-info {

	margin: 0;
}
.profile-info li{
	color: #222;
	list-style: none;
}

.pm .postprofile {
	border-left: 1px solid #DDDDDD;
}

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

.postprofile strong {
	font-weight: normal;
	color: #000000;
}

.avatar {
	border: none;
	margin-bottom: 3px;
}


h1.subtitle {
	color: #323232;
	font-size: 18px;
	line-height: 26px;
	padding: 10px 0px;
	margin-left: 50px;
}
span.rank-img {
	vertical-align: middle;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}

.memberlist {
	width: 100%;
	border: 1px solid #C8C8C8;
}
.memberlist th {
	padding: 8px 8px;
	text-align: left;
	color: #000;
	font-size: 12px;
}

.memberlist .header-t th {
	background: url("./images/overall-bg.png");
}
.at {
	padding: 10px;
}
.ct {
	padding: 10px 0px;
	margin: auto 0;
}
.thumbnail {
	float: left;
}
.thumbnail span {
	left: 0px;
}
.thumbnail span img {
	max-width: 45px;
	max-height: 45px;
}

.letters {
	padding: 3px 6px;
	background-color: #ECF1F3;
	border: 1px solid #C8C8C8;
}
.letters:hover {
	background-color: #E1EAED;
	text-decoration: none;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}

#page-footer {
	margin-top: 15px;
	padding-bottom: 15px;
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

a#logo:hover {
	text-decoration: none;
}

dd[class="Ein-Klick-Bann"] {
    position: absolute;
    top: -36px;
    left: 750px;
    width: 110px;
    font-size: 0;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
dd[class="Ein-Klick-Bann"] a {
    display: inline-block;
    vertical-align: middle;
}
dd[class="Ein-Klick-Bann"] a:before {
    content: 'Nutzer bannen';
    font-size: 13px;
    padding: 3px 6px;
    border-radius: 3px;
    transition: all ease .2s;
    border: 1px solid #999;
    color: #999;
    background-color: transparent;

}
.post:hover dd[class="Ein-Klick-Bann"] a:before {
    border: 1px solid #E53935;
    background-color: #E57373;
    color: #fff;
}
.post:hover dd[class="Ein-Klick-Bann"]:hover a:before {
    background-color: #D32F2F;
    color: #ffffff;
}

/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 120px;
	background-color: #FFF;
	padding: 6px;
}
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #555;
}
#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #555;
}
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #A8D8FF;
}
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #C8E6FF;
}
#search-box input {
	border: 1px solid #b0b0b0;
}
/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #ffffff;
	text-decoration: none;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

.add-content {
	margin-top: 20px;
	background-color: white;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}


/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #12A3EB;
	background-image: url("./images/bg_header.gif");
	color: #FFFFFF;
}

.navbar {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px 10px;
	border: 1px solid #C8C8C8;
	height: 20px;
}

.forabg {
	margin-bottom: 10px;
	clear: both;
}

.forum-title{
	font-size: 14px;
	padding: 4px 10px;
	color: #555 !important; 
}
.forum-title a{
	color: #555 !important; 
}

/* Coloured usernames */
.username, .username-coloured {
	display: inline !important;
	padding: 0 !important;
}

/* Links for forum/topic lists */
a.forumtitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.forumtitle:visited { color: #898989; } */

a.forumtitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.forumtitle:active {
	color: #898989;
}

a.topictitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.topictitle:visited { color: #d2d2d2; } */

a.topictitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.topictitle:active {
	color: #898989;
}

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

/* .postlink:visited { color: #bdbdbd; } */

.postlink:active {
	color: #d2d2d2;
}

.postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}


/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Back to top of page */
.clr {
	clear: both;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: {IMG_ICON_BACK_TOP_WIDTH}px;
	height: {IMG_ICON_BACK_TOP_HEIGHT}px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

/* Arrow links  */
a.up		{ background: none no-repeat left center; }
a.down		{ background: none no-repeat right center; }
a.left		{ background: none no-repeat 3px 60%; }
a.right		{ background: none no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 60%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
	clear: both;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 8px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 450px;
	padding: 0 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
	padding: 0 0;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	/*position: absolute;
	left: -999px;
	width: 990px;*/
}

ul.topiclist li.row dt a.subforum {
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}
ul.topiclist li.row dt .subforum-lang:after {
	content: ":";
}
h2.forum-title-h {
	font-weight: bold;
	font-size: 24px;
	margin: 16px 0;
	text-shadow: #BFBFBF 0px 1px 2px;
}
h2.topic-title {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 16px;
	text-shadow: #BFBFBF 0px 1px 2px;
}

.forum-image {
	float: left;
	margin: 0 9px 0 4px;
}

li.row {
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	background-color: #fff;
}
li.row:first-child {
	border-top: 1px solid #C8C8C8;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
li.row:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

li.row strong {
	font-weight: normal;
	color: #000000;
}

li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

li.header dt {
	font-weight: bold;
}

li.header dd {
	margin-left: 1px;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}
/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}
.forum-icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 55px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

dd.posts, dd.views {
	width: 150px;
	padding: 5px;
	text-align: center;
	line-height: 2.2em;
}
dd.topics {
	font-size: 12px;
	width: 100px;
	padding: 5px;
	font-style: italic;
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.lastpost {
	/*width: 26%;*/
	/*width: 315px;*/
}
.lastpost-title {
	color: #006da0 !important;
}
.lastpost-link {
	float: left;
}
.lastpost-link span.imageset {
	font-size: 0px;
	width: 9px;
	background-repeat: no-repeat;
	background-position: center;
}

dd.redirect {
	font-size: 1.1em;
	line-height: 2.5em;
}

dd.moderation {
	font-size: 1.1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	width: auto;
	line-height: 200%;
	font-size: 1.1em;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.2em;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

#topic-search {
	margin-top: 5px;
}
ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	font-size: 1.1em;
}

#viewtopic {
}

/* Post body styles
----------------------------------------*/
#posts {
	padding: 5px 0px 5px 0px;
}

.post {
	border: 1px solid #999;
	margin-bottom: 5px;
	position: relative;
	float: left;
	width: 100%;
}
.post-header {
	/*background: #C2D2DF;*/
	background: var(--header-color);
	padding: 7px;
}
.postbody {
	line-height: 1.48em;
	color: #333333;
	float: left;
	width: 100%;
}
.postbody .ignore {
	font-size: 1.1em;
}
.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}
.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
}

#topicreview {
	padding-right: 5px;
	overflow: auto;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
	border: 1px solid #E0E0E0;
}

#topicreview .post {
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore .postbody {
	display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand
{
	clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	clear: both;
	width: 100%;
	flex-wrap: wrap;
	aligh-seld: flex-start;
	display: table;
	word-break: break-word;
}

.content h2, .panel h2 {
	font-weight: normal;
	color: #989898;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.panel h3 {
	margin: 0.5em 0;
}

.panel p , .panel-f p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

.content p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 2em;
}

.content img {
	max-width: 100%;
}

.posthilit {
	background-color: #f3f3f3;
	color: #BCBCBC;
	padding: 0 2px 1px 2px;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box 
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;*/
}

/* Post author */
p.author {
	font-size: 12px;
}

/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid #CCCCCC;
	line-height: 140%;
	width: 100%;
	display: table;
	align-self: flex-end;
	opacity: 0.7;
}

.signature:hover {
	opacity: 1;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1em;
	border-top: 1px dashed #CCCCCC;
	clear: left;
	line-height: 130%;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both:
	padding-top: 4px;
	
}

.forumbg {
	margin-bottom: 4px;
	clear: both;
}

.panel {
	margin-bottom: 4px;
	background-color: #f3f3f3;
	color: #3f3f3f;
	border: 1px solid #C8C8C8;
	overflow: auto;
  padding: 5px;

}

.panel-f {
	margin-bottom: 4px;
	padding: 10px 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
	border: 1px solid #C8C8C8;
}

.post:last-child {
	margin-bottom: 0px;
}

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

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

.bg1	{ background-color: #F7F7F7; }
.bg2	{ background-color: #f2f2f2;  }
.bg3	{ background-color: #cadceb; }
.bg4 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C8C8C8;
	background-color: white;
}

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.forumcontrol {
	padding: 2px 0px;
	display: block;
	margin: 5px 0px;
}

ul.forumcontrol a {
	padding: 4px;
	margin-right: 3px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #C8C8C8;
	font-size: 13px;
}

ul.forumcontrol a:hover {
	color: #000;
	background: #f5f5f5;
}

ul.forumcontrol li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
	margin-bottom: 5px;
}

ul.forumcontrol li.rightside, p.rightside {
	float: right;
	margin-right: -5px;
	text-align: right;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
	list-style: none;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

table.table-results {
	width: 100%;
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

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

table.table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }
table.table1 span.rank-img {
	float: right;
	width: auto;
}
table.info td {
	padding: 3px;
}
table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}
.forumbg table.table1 {
	margin: 0;
}
.forumbg-table > .inner {
	margin: 0 -1px;
}
.forumbg-table > .inner > span.corners-top {
	margin: 0 -4px -1px -4px;
}
.forumbg-table > .inner > span.corners-bottom {
	margin: -1px -4px 0 -4px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

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

.jumpto {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	float: left;
	font-size: 11px;
}

.jumpto span.page-sep {
	display: none;
}

.jumpto strong, .jumpto b {
	font-weight: normal;
}

.jumpto span strong {
	padding: 3px 0px;
	font-weight: normal;
}

.jumpto span a, .jumpto span a:link, .jumpto span a:visited, .jumpto span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin-right: 3px;
	padding: 3px 5px;
	background: url("./images/sub-content-bg.png");
	border-radius: 3px;
	border: 1px solid #bababa;
	line-height: 1.5em;
}

.jumpto span a:hover {
	border-color: #d2d2d2;
	background: #A6A6A6;
	color: #FFF;
	text-decoration: none;
}

.pagination {
	font-size: 11px;
}

div.pagination {
	margin-bottom:5px;
	float: left;
}


.pager {
	float: left;
	margin-top: 11px;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination ul {
	list-style: none;
	display: inline-block;
	margin: 0;
}

.pagination li {
	display: inline-block;
}

.pagination ul strong, .pagination ul li.active {
	padding: 3px 6px;
	margin-right: 3px;
	font-weight: bold;
	color: #000;
	background: #D6D6D6;
	border-radius: 3px;
	border: 1px solid #bfbfbf;
}

.pagination ul a, .pagination ul a:link, .pagination ul a:visited, .pagination ul a:active {
	font-weight: normal;
	text-decoration: none;
	color: #5C758C;
	margin-right: 3px;
	padding: 3px 6px;
	border-radius: 3px;
	border: 1px solid #A8BFBE;
	line-height: 1.5em;
	background: #fff;
}

.pagination ul a:hover {
	border-color: #8AA6A5;
	background-color: #A6A6A6;
	color: #FFF;
	text-decoration: none;
        border-color: #d2d2d2;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	margin-right: 5px;
	font-size: 0.9em;
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}

/* Pagination in viewforum for multipage topics */
#phpbb > .row .pagination {
	background-image: url("./images/icon_pages.gif");
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}
.postnumber {
	float: right;
	font-weight: bold;
}

.small {
	font-size: 0.9em !important;
}

.hidden {
	display: none;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	color: #bcbcbc;
	font-weight: bold;
	font-size: 1em;
}

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	background-color: #ececec;
}

div.rules {
	background-color: #ececec;
	color: #bcbcbc;
	padding: 10px;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0;
	font-size: 1.1em;
}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
.trigger {
    background: url("./images/collapse-icon.png") no-repeat;
    width: 32px;
    height: 17px;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 9998;
    margin-top: -21px;
}

.active {background-position: left top;}
.inactive {background-position: left bottom;}

/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #aaa;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

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

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

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

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

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
	font-size:11px;
	clear:left;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
	clear:right;
	font-size:11px;
}

fieldset.display-options label select{
	font-size:11px;
}

fieldset.display-options a {
	margin-top: 0px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
}

fieldset.quickmod {
	width: 70%;
	float: right;
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
	padding: 10px 0px;
	background: #D3E0EB;
}

fieldset.submit-buttons input {
	vertical-align: middle;
}

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

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}
#qr-message-box textarea{
	width: 710px;
	float: right;
	clear: both;
}

#message-box textarea {
	width: 450px;
	height: 270px;
	min-width: 100%;
	max-width: 100%;
	color: #333333;
}
.subject {
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 6px;
	cursor: text;
}

.inputbox:hover {
	border: 1px solid #eaeaea;
}

.inputbox:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 140px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}
.fullwidth {
	width: 80% !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top left;
}

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

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

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

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box, .search-topic, .search-forum {
	float: right;
}

.search-topic, .search-forum {
	padding: 0px 10px;
}

.search-box input {
}



.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny {padding: 7px;}


/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 18%;
	margin-bottom: 5px;
}

#cp-main {
	float: left;
	width: 81%;
}

#cp-main .content {
	padding: 0;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #bfbfbf;
}

#cp-main .panel {
	width: 100%;
}
#cp-main .panel p {
	font-size: 1.1em;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 1.1em;
}

#cp-main .panel li.row {
	border-bottom: 1px solid #cbcbcb;
}

ul.cplist {
	margin-bottom: 5px;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
	margin-bottom: 2px;
}

#cp-main table.table1 {
	margin-bottom: 1em;
}

#cp-main table.table1 thead th {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 5px;
}

#cp-main table.table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .postbody p {
	font-size: 1.1em;
}

#cp-main .pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #FFFFFF;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .buttons {
	margin-left: 0;
}

#cp-main ul.linklist {
	margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 100%;
}

.tabs-container h2 {
	float: left;
	margin-bottom: 0px;
}

.tabs-container #minitabs {
	float: right;
	margin-top: 19px;
}

.tabs-container:after {
	display: block;
	clear: both;
	content: '';
}

/* CP tabbed menu
----------------------------------------*/
#tabs {
	line-height: normal;
	margin: 20px 0 -1px 10px;
	min-width: 570px;
}
#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}
#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
#tabs a {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	border: 1px solid #C8C8C8;
	border-bottom: 1px solid #CADCEB;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: white;
}
#tabs .att {
	background: #cadceb;
}
#tabs a span {
	float: left;
	display: block;
	padding: 6px 10px 6px 5px;
	color: #828282;
	white-space: nowrap;
}
#tabs a:hover span {
	color: #bcbcbc;
}
#tabs .activetab a span {
	padding-bottom: 7px;
	color: #333333;
}
#tabs .activetab a:hover span {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin: -20px 7px 0 0;
}

#minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #f2f2f2;
	margin-left: 2px;
}

#minitabs a {
}

#minitabs a:hover {
	text-decoration: none;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	width: 100%;
	margin-top: 38px;
}

#navigation ul {
	list-style:none;
	margin: 0;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
	display: block;
	padding: 8px;
	margin: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border: 1px solid #C8C8C8;
	border-right: 0;
}

#navigation a:hover {
	text-decoration: none;
	color: #bcbcbc;
}

#navigation #active-subsection a {
	display: block;
	color: #828282;
	background-color: #F9F9F9;
}

#navigation #active-subsection a:hover {
	color: #d3d3d3;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	border-bottom: none;
	padding: 0;
	margin-left: 10px;
	color: #333333;
}

#cp-main .panel {
	background-color: #F9F9F9;
}

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

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: none;
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: none;
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: none;
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: none;
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: none;
}

/* Friends list */
.cp-mini {
	background-color: #f9f9f9;
	padding: 0 5px;
	margin: 10px 15px 10px 5px;
}

.cp-mini span.corners-top, .cp-mini span.corners-bottom {
	margin: 0 -5px;
}

dl.mini dt {
	font-weight: bold;
	color: #676767;
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

/* PM panel adjustments */
.reply-all a.left {
	background-position: 3px 60%;
}

.reply-all a.left:hover {
	background-position: 0px 60%;
}

.reply-all {
	font-size: 11px;
	padding-top: 5px;
}

/* PM Message history */
.current {
	color: #999999;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1 {
	padding: 0 3px;
}

.pmlist li.bg2 {
	padding: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	padding: 0;
	border: solid 3px #ffffff;
	border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	padding: 0;
	border: solid 3px #c2c2c2;
	border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	padding: 0;
	border: solid 3px #bdbdbd;
	border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	padding: 0;
	border: solid 3px #000000;
	border-width: 0 3px;
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {
	background-color: #EEE;
}


/* Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */
* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}
/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}
/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}
/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}
dl.icon img {
	float: left;
	margin: 4px 3px 0 0;
}
* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}
* html #search-box {
	width: 25%;
}
/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}
* html dl.details dd {
	margin-left: 30%;
	float: none;
}
/* #minitabs fix for IE */
.tabs-container {
	zoom: 1;
}
#minitabs {
	white-space: nowrap;
	*min-width: 50%;
}
/* Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
ul.topic-buttons {
	overflow: hidden;
	list-style: none;
	padding-bottom: 0px;
	float: right;
	margin: 0px;
}
li.topic-buttons {
	float: left;
	margin: 0 0 10px 10px;
}

.topic-buttons li a, .input-submit {
	background-color: #60C653;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #60C653 0%, #6AA344 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60C653), color-stop(100%,#6AA344));
	background-image: -webkit-linear-gradient(top, #60C653 0%,#6AA344 100%);
	background-image: -o-linear-gradient(top, #60C653 0%,#6AA344 100%);
	background-image: -ms-linear-gradient(top, #60C653 0%,#6AA344 100%);
	background-image: linear-gradient(top, #60C653 0%,#6AA344 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c653', endColorstr='#6aa344',GradientType=0 );
	border: 1px solid #588D35;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-shadow: none;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none;
	text-align: center;
	min-width: 0;
	display: inline-block;
	cursor: pointer;
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2);
}
.topic-buttons li a:hover,
.topic-buttons li span:hover,
.input-submit:hover {
	background-color:#60c653;
	background-repeat:repeat-x;
	background-image: -moz-linear-gradient(top,  #60c653 0%, #6aa344 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60c653), color-stop(100%,#6aa344));
	background-image: -webkit-linear-gradient(top,  #60c653 0%,#6aa344 100%);
	background-image: -o-linear-gradient(top,  #60c653 0%,#6aa344 100%);
	background-image: -ms-linear-gradient(top,  #60c653 0%,#6aa344 100%);
	background-image:linear-gradient(top,  #60c653 0%,#6aa344 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c653', endColorstr='#6aa344',GradientType=0 );
	background-position:0 15px;
}
.topic-buttons li a:active,
.topic-buttons li span:active,
.input-submit:active {
	position:relative;
	top:1px;
}
.input-submit.alt {
	background: #B6B6B6;
	background: -moz-linear-gradient(top, #8D8F96 40%, #7C7E86 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#8D8F96), color-stop(60%,#7C7E86));
	background: -webkit-linear-gradient(top, #8D8F96 40%,#7C7E86 60%);
	background: -o-linear-gradient(top, #8D8F96 40%,#7C7E86 60%);
	background: -ms-linear-gradient(top, #8D8F96 40%,#7C7E86 60%);
	background: linear-gradient(top, #8D8F96 40%,#7C7E86 60%);
	border: 1px solid #686A72;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 26px;
	padding: 0 10px;
}
.input-submit.alt-small {
	background: #B6B6B6;
	background: -moz-linear-gradient(top, #8D8F96 40%, #7C7E86 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#8D8F96), color-stop(60%,#7C7E86));
	background: -webkit-linear-gradient(top, #8D8F96 40%,#7C7E86 60%);
	background: -o-linear-gradient(top, #8D8F96 40%,#7C7E86 60%);
	background: -ms-linear-gradient(top, #8D8F96 40%,#7C7E86 60%);
	background: linear-gradient(top, #8D8F96 40%,#7C7E86 60%);
	border: 1px solid #686A72;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 18px;
	padding: 0 5px;
}
.input-submit.alt:hover {
	background: #B6B6B6;
	background: -moz-linear-gradient(top, #81838A 40%, #6B6D76 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#81838A), color-stop(60%,#6B6D76));
	background: -webkit-linear-gradient(top, #81838A 40%,#6B6D76 60%);
	background: -o-linear-gradient(top, #81838A 40%,#6B6D76 60%);
	background: -ms-linear-gradient(top, #81838A 40%,#6B6D76 60%);
	background: linear-gradient(top, #81838A 40%,#6B6D76 60%);
	border: 1px solid #5F6168;
}
.input-submit.alt2 {
	background: #E04C4C;
	background: -moz-linear-gradient(top, #C43535 40%, #B52B2B 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#C43535), color-stop(60%,#B52B2B));
	background: -webkit-linear-gradient(top, #C43535 40%,#B52B2B 60%);
	background: -o-linear-gradient(top, #C43535 40%,#B52B2B 60%);
	background: -ms-linear-gradient(top, #C43535 40%,#B52B2B 60%);
	background: linear-gradient(top, #C43535 40%,#B52B2B 60%);
	border: 1px solid #686A72;
}
.input-submit.alt2:hover {
	background: #E04C4C;
	background: -moz-linear-gradient(top, #81838A 40%, #6B6D76 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#81838A), color-stop(60%,#6B6D76));
	background: -webkit-linear-gradient(top, #81838A 40%,#6B6D76 60%);
	background: -o-linear-gradient(top, #81838A 40%,#6B6D76 60%);
	background: -ms-linear-gradient(top, #81838A 40%,#6B6D76 60%);
	background: linear-gradient(top, #81838A 40%,#6B6D76 60%);
	border: 1px solid #5F6168;
}

.buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span		{ display: none; }*/
/*.buttons div a:hover	{ background-image: none; }*/
.buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
.reply-icon span	{ background: transparent none 0 0 no-repeat; }
.post-icon span		{ background: transparent none 0 0 no-repeat; }
.locked-icon span	{ background: transparent none 0 0 no-repeat; }
.pmreply-icon span	{ background: none 0 0 no-repeat; }
.newpm-icon span 	{ background: none 0 0 no-repeat; }
.forwardpm-icon span 	{ background: none 0 0 no-repeat; }

/* Set big button dimensions */
.buttons div.reply-icon		{ width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; }
.buttons div.post-icon		{ width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; }
.buttons div.locked-icon	{ width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; }
.buttons div.pmreply-icon	{ width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; }
.buttons div.newpm-icon		{ width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; }
.buttons div.forwardpm-icon	{ width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }

/* Sub-header (navigation bar)
--------------------------------------------- */
a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
}

.icon-ucp {
	height: 19px;
	margin-top: -2px;
}

.icon-ucp a {
	display: inline-block;
	background: #E6E6E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	margin-right: 4px;
}

.icon-ucp a:hover {
	background: #fff;
}
/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	list-style: none;
	margin: 0;
	bottom: 5px;
	right:0px;
	position: absolute;
}
/* Rollover state */
ul.profile-icons li {
	float: left;
	margin-right: 6px;
}
/* Rolloff state */
ul.profile-icons li a {
	display: block;
	background: #EEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 3px;
}
/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: #D9D9D9; text-decoration: none;}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.icq-icon, .icq-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
ul.profile-icons li.aim-icon	{ width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
ul.profile-icons li.yahoo-icon	{ width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
ul.profile-icons li.web-icon	{ width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
ul.profile-icons li.msnm-icon	{ width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
ul.profile-icons li.icq-icon	{ width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
ul.profile-icons li.jabber-icon	{ width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
ul.profile-icons li.pm-icon		{ width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
ul.profile-icons li.quote-icon	{ width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }


/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }

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

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

#search-box {
	color: #FFFFFF;
}
#search-box #keywords {
	background-color: #FFF;
}
#search-box input {
	border-color: #0075B0;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */

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

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

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

ul.navlinks {
	border-bottom-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #555;
}
table.table1 tbody tr {
	border-color: #BFC1CF;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #CFE1F6;
	color: #000;
}
table.table1 td {
	color: #536482;
}
table.table1 tbody td {
	border-top-color: #FAFAFA;
}
table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}									
table.info tbody th {
	color: #000000;
}

/* Miscellaneous styles
---------------------------------------- */
.error {
	color: #BC2A4D;
}
.reported {
	background-color: #F7ECEF;
}
li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}
li.global-announce {
	background-color: #FFE2E2;
}
li.announce {
	background-color: #E9FFE2;
}
li.sticky {
	background-color: #FFF9E0;
}
div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}
p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

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

/* Links on gradient backgrounds */


/* Links for forum/topic lists */
a.forumtitle {
	color: #555;
}

/* a.forumtitle:visited { color: #105289; } */
a.forumtitle:hover {
	color: #BC2A4D;
}
a.forumtitle:active {
	color: #105289;
}
a.topictitle {
	color: #555;
}
.forumdescription {
	color: #777;
}
/* a.topictitle:visited { color: #368AD2; } */
a.topictitle:hover {
	color: #BC2A4D;
}
a.topictitle:active {
	color: #105289;
}
/* Post body links */
.postlink {
	color: #368AD2;
	border-bottom-color: #368AD2;
}
.postlink:visited {
	color: #5D8FBD;
	border-bottom-color: #5D8FBD;
}
.postlink:active {
	color: #368AD2;
}
.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}
.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
}

/* Profile links */
.postprofile a {
	font-size: 1.4em;
}
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}
.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}
.postprofile a:active {
	color: #105289;
}
/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}
.search .postprofile a:hover {
	color: #D31141;
}

/* Back to top of page */
a.top {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}
a.top2 {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}
/* Arrow links  */
a.up		{ background-image: url("./images/arrow_up.gif") }
a.down		{ background-image: url("./images/arrow_down.gif") }
a.left		{ background-image: url("./images/arrow_left.gif") }
a.right		{ background-image: url("./images/arrow_right.gif") }
a.up:hover {
	background-color: transparent;
}
a.left:hover {
	color: #368AD2;
}
a.right:hover {
	color: #368AD2;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.topiclist li {
	color: #555;
}
/*
ul.topiclist li.row dt a.subforum.read {
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
}
ul.topiclist li.row dt a.subforum.unread {
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}
*/
li.row strong {
	color: #000000;
}
li.header dt, li.header dd {
	color: #FFFFFF;
}
/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
	/*background-color: #E6E6E6;*/
	background-color: #FFF;
}
/* Content container styles
----------------------------------------*/

.content h2, .panel h2 {
	font-weight: normal;
	color: #989898;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.45em;
	padding-bottom: 0.5em;
}
.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
#phpbb blockquote {
	background-color: #EBEADD;
	background-image: url("./images/quote.gif");
	border-color:#DBDBCE;
}
#phpbb blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}
#phpbb blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}
/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}
dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}
dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #999;
}
.pm-message .attachbox {
	background-color: #F2F3F3;
}
.attachbox dd {
}
.attachbox p {
	color: #666666;
}
.attachbox p.stats {
	color: #666666;
}
.attach-image img {
	border-color: #999999;
}

.attachbox > dt{
	background-color:	var(--header-color);
	padding: 3px 3px 3px 3px;
}
/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}
dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}
dl.thumbnail dd {
	color: #666666;
}
dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}
dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

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

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}
fieldset.polls dl.voted {
	color: #000000;
}
fieldset.polls dd div {
	color: #FFFFFF;
}
.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}
.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}
.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}
.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}
.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
}
.pm .postprofile {
	border-left-color: #DDDDDD;
}
.postprofile strong {
	color: #000000;
}
.online {
	background-image: url("./images/online_corner.gif");
	background-repeat: no-repeat;
}
/*.online dt {
   margin-top: 5px;
}*/

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

/* Big button images */
.reply-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
.post-icon span		{ background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
.locked-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
.pmreply-icon span	{ background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
.newpm-icon span 	{ background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
.forwardpm-icon span	{ background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}

a.sendemail {
	background-image: url("./images/icon_sendemail.gif");
}
a.fontsize {
	background-image: url("./images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.icon-members					{ background-image: url("./images/icon_members.gif"); }
.icon-register					{ background-image: url("./images/icon_register.gif"); }
.icon-logout					{ background-image: url("./images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("./images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("./images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("./images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("./images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("./images/icon_pages.gif"); }
.icon-search					{ background-image: url("./images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
.aim-icon, .aim-icon a			{ background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); }
.web-icon, .web-icon a			{ background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); }
.msnm-icon, .msnm-icon a			{ background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); }
.icq-icon, .icq-icon a			{ background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); }
.jabber-icon, .jabber-icon a		{ background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); }
.pm-icon, .pm-icon a				{ background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); }
.quote-icon, .quote-icon a		{ background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
.edit-icon, .edit-icon a			{ background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
.delete-icon, .delete-icon a		{ background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
.info-icon, .info-icon a			{ background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
.warn-icon, .warn-icon a			{ background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */

span.topictype {
    display: inline-block;
    margin: 1px 4px 1px 0;
    padding: 2px 5px;
    background: #027cb8;
    color: #ffffff;
    /* Some CSS3 goodness */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 0 1px 0 #005884;
	float: left;
    /* Optional: Gradient background. Uncomment below to enable */
    
    border: 1px solid #0077b2;
    background: -moz-linear-gradient(top,  #11a0e7 3%, #0077b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#11a0e7), color-stop(100%,#0077b2));
    background: -webkit-linear-gradient(top,  #11a0e7 3%,#0077b2 100%); 
    background: -o-linear-gradient(top,  #11a0e7 3%,#0077b2 100%); 
    background: -ms-linear-gradient(top,  #11a0e7 3%,#0077b2 100%);
    background: linear-gradient(to bottom,  #11a0e7 3%,#0077b2 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a0e7', endColorstr='#0077b2',GradientType=0 ); 
    
}

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

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
}
#cp-main table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}
#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #E1EBF2;
}
#minitabs li.activetab {
	background-color: #F9F9F9;
}
#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

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

/* Link styles for the sub-section links */
#phpbb > #navigation a {
	color: #EBEBEB;
	background-image: url("./images/bg_menu.gif");
	background-position: right;
}
#phpbb > #navigation a:hover {
	color: #BABABA;
}
#phpbb > #navigation #active-subsection a {
	color: #CDEEF7;
}
#phpbb > #navigation #active-subsection a:hover {
	color: #CDEEF7;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #333333;
}
#cp-main .panel {
	background-color: #F9F9F9;
}
#cp-main .pm {
	background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
	background-color: #eef5f9;
}
dl.mini dt {
	color: #425067;
}

/* 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-color: #FFFFFF;
	border-color: #CCC;
}
#gallery label:hover {
	background-color: #EEE;
}

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

/* General form styles
----------------------------------------*/

#phpbb > select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}
#phpbb > label {
	color: #425067;
}
#phpbb > option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}
/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}
fieldset.fields2 dl:hover dt label {
	color: inherit;
}

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

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

/* Input field styles
---------------------------------------- */

.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}
.inputbox:hover {
	border-color: #11A3EA;
}
.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

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

a.button1, input.button1, input.button3, a.button2, input.button2 {
	background-color: #FAFAFA;
}
a.button1, input.button1 {
	border-color: #666666;
}
input.button3 {
	background-image: none;
}
/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}
/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #000000;
}
/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

input.disabled {
	color: #666666;
}

.topic-actions div.search-box {
	margin-top:-7px;
	margin-bottom:5px;
}

.search-box-forum input, .search-box input {
    background-image: url("./images/icon_textbox_search.png");
    cursor: pointer;
    /*font-family: Verdana,Helvetica,Arial,sans-serif;*/
    font-weight: normal;
    margin: 0;
    vertical-align: middle;
    width: 200px;
    background-position: 4px 5px;
    background-repeat: no-repeat;
    border-radius: 4px 4px 4px 4px;
    font-size: 0.9em;
    padding: 5px 3px 3px 25px;
}


div.search-box-forum {
    float: right;
    margin-right: 10px;
}

.icon-subscribe, .icon-unsubscribe, .icon-bookmark{
	padding-left:17px;
}

h2.solo{
	color: #555555;
  font-size: 14px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight:bold;
}

.linklist a{
	text-decoration:underline;
}

/* Hide cron image */
img[alt="cron"] {
	opacity: 0.001;
}
/* Dropdown */
.dropdown {
	background: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #e5e5e5
}

#posts .post-header .author .post-lang-by {
	display: none;
}

/* Better News **/
#posts.f8 .post1 .post-header {
	background-color: #fff;
	height: 0;
	padding: 0;
}
#posts.f8 .post1 .post-header .author {
	position: absolute;
	top: 25px;
	right: 52px;
	height: 0px;
	z-index: 1;
}
#posts.f8 .post1 .post-header .author .post-lang-by,
#posts.f8 .post1 .post-header .author strong {
	font-size: 0;
}

#posts.f8 .post1 .post-header .author .postnumber {
	font-size: 14px;
	font-weight: 100;
	padding: 6px;
	background-color: #eee;
	border-radius: 3px;
	position: absolute;
	top: -8px;
	margin-left: 8px;
	z-index: 1;
}
#posts.f8 .post1 .post-profile {
	position: absolute;
	width: 100%!important;
	top: 0;
	left: 0;
	right: 0;
	margin: 0!important;
	float: none!important;
}
#posts.f8 .post1 .post-profile:after {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
}
#posts.f8 .post1 .post-profile .author-block {
	background-color: #fff;
	height: 64px;
	border: 0;
	border-radius: 0;
	position: relative;
}
#posts.f8 .post1 .post-profile .author-block .author-avatar a {
	border: none;
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 3px;
}

#posts.f8 .post1 .user-text a {
	color: unset;
}
#posts.f8 .post1 .post-profile .author-block .arrow {
	display: none;
}
#posts.f8 .post1 .post-profile .author-block .author-avatar img {
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	padding: 0;
	image-rendering: auto;
	border-radius: 3px;
}
#posts.f8 .post1 .post-profile .author-block .author-avatar {
	background: transparent;
	border-radius: 0;
	border: 0;
}
#posts.f8 .post1 .post-profile .author-block .user-text {
	background: none;
	height: 0;
	padding: 0;
	min-height: 0;
	position: absolute;
	font-weight: 500;
	top: 15px;
	left: 65px;
	max-width: unset;
}
#posts.f8 .post1 .post-profile .author-block .user-text a {
	text-shadow: none!important;
	color: unset;
	font-weight: normal;
}
#posts.f8 .post1 .post-profile .author-block .author-avatar.online + .user-text + .extra-user-info .user-rank:after {
	content: " (Online)";
	color: green;
}
/*#posts.f8 .post1 .post-profile .author-block .user-text em.rank-title {
	position: absolute;
	top: 16px;
	color: #222;
	font-style: unset;
}*/
#posts.f8 .post1 .post-profile .author-block .user-rank em.rank-title {
	margin-bottom: 0px;
}
#posts.f8 .post1  .post-profile .author-block .extra-user-info {
	/*display: none;*/
	position: absolute;
	bottom: 12px;
	left: 57px;
	border: 0px;
	background: unset;
}
#posts.f8 .post1  .post-profile .author-block .extra-user-info dd:not(.user-rank) {
	display: none;
}
#posts.f8 .post1 .post-profile .author-block .extra-user-info dd[class="Benutzer markiert"] {
	display: block;
	background-color: #EDEDED;
	padding: 4px 6px;
	border-radius: 0 0 4px 4px;
}
#posts.f8 .post1 .postdetails {
	width: calc(100% - 24px)!important;
	margin-top: 64px;
	min-height: 100px!important;
	border-left: unset!important;
}
#posts.f8 .post1 .postdetails .youtube-video iframe/*:first-of-type*/ {
	margin: 0 -24px;
	width: calc(100% + 48px);
	height: 524px;
	display: block;
}
#posts.f8 .post1 .postdetails .content {
	overflow: unset;
	margin: 0px 12px;
}

#posts.f8 .post1 .postdetails .content img:first-child,
#posts.f8 .post1 .postdetails .content img.img-wide {
    margin: 0 -24px;
    max-width: unset;
    width: calc(100% + 48px);
}

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

@media (max-width: 960px) {
	.header-bar .icon-ucp {
		position: absolute;
		z-index: 10;
		min-width: 100px;
		margin-top: 0px;
	}

	.header-bar .icon-ucp a:not([href="./ucp.php?i=pm&folder=inbox"]) {
		display: none;
	}

	/*.header-bar .icon-ucp .notifications-icon,*/
	.header-bar .icon-ucp a[href="./ucp.php?i=pm&folder=inbox"] {
		display: block;
		position: absolute;
		margin-top: -19px;
		margin-left: 59px;
		font-size: 0px;
		height: 15px;
		text-decoration: none;
		transition: none;
	}

	.header-bar .icon-ucp:hover .notifications-icon {
		/*margin-top: -51px;*/
		margin-top: -5px;
		display: block;
	}

	.header-bar .icon-ucp:hover a[href="./ucp.php?i=pm&folder=inbox"] {
		margin-top: -82px;		
	}

	/*.header-bar .icon-ucp .notifications-icon strong,*/
	.header-bar .icon-ucp a[href="./ucp.php?i=pm&folder=inbox"] strong {
		font-size: 13px;
	}

	.header-bar .icon-ucp a[href="./ucp.php?i=pm&folder=inbox"] strong:before {
		content: "✉️";
	}

	/*.header-bar .icon-ucp .notifications-icon strong:before {
		content: "??";
	}*/

	.header-bar .icon-ucp a:hover {
		color: #D8E1E8!important;
	}

	.header-bar .icon-ucp:hover a:not([href="./ucp.php?i=pm&folder=inbox"]):not(.notifications-icon),
	.header-bar .icon-ucp:target a:not([href="./ucp.php?i=pm&folder=inbox"]):not(.notifications-icon),
	.header-bar .icon-ucp:focus a:not([href="./ucp.php?i=pm&folder=inbox"]):not(.notifications-icon) {
		display: block;
		line-height: 1.3em;
		background: url(/forum/styles/Minebench/theme/images/button-bg.png) repeat;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
		border: 1px solid black;
		border-radius: 0px;
		font-weight: bold;
		color: #f7f7f7;
		padding: 5px 5px;
		margin-left: 8px;
		cursor: pointer;
		text-decoration: none;		
	}

	.header-bar .icon-ucp:hover a:first-child {
		margin-top: 5px;
	}

	.header-bar .icon-ucp a:hover {
		color: #D8E1E8;
	}

	.header-bar .icon-ucp:before {
		content: "Menü";
		font-size: 13px;
		background: url(/forum/styles/Minebench/theme/images/button-bg.png) repeat;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
		border: 1px solid black;
		font-weight: bold;
		color: #f7f7f7;
		padding: 5px 5px;
		margin-left: 8px;
		cursor: pointer;		
	}
	
	.forumcontrol li:first-child a {
		display: none;
		/*display: block;*/
		line-height: 1.3em;
	}
	
	.forumcontrol li:first-child:hover a, .forumcontrol li:first-child:target a, .forumcontrol li:first-child:focus a {
		display: block;
		line-height: 1.3em;
		display: block;
		padding: 5px 5px;
		margin-right: 3px;
		margin-top: -3px;
		background: #fff;
		border-radius: 0px;
		border: 1px solid #C8C8C8;
		font-size: 13px;
		cursor: pointer;
	}
	
	.forumcontrol li:first-child:before {
		content: "Filter";
		padding: 4px;
		margin-right: 3px;
		background: #fff;
		border-radius: 3px;
		border: 1px solid #C8C8C8;
		font-size: 13px;
		cursor: pointer;
	}
	
	ul.topiclist dt {
		width: 220px!important;	
	}
	
	ul.topics dt {
		width: 340px;	
	}
	
	dd.topics {
		width: 86px;	
	}
	
	/*.postdetails {
		width: 473px;	
	}*/
	
	.statistics .value {
		margin-top: 10px;	
	}
	
	/** From better-news **/
	#posts .post-header {
		background-color: #fff;
		height: 0;
		padding: 0;
	}
	.post-header .author {
		position: absolute;
		top: 25px;
		right: 52px;
		height: 0px;
		z-index: 1;
	}
	.post-header .author .post-lang-by,
	.post-header .author strong {
		font-size: 0;
	}

	.post-header .author .postnumber {
		font-size: 14px;
		font-weight: 100;
		padding: 6px;
		background-color: #eee;
		border-radius: 3px;
		position: absolute;
		top: -8px;
		margin-left: 8px;
		z-index: 1;
	}
	.post-profile {
		position: absolute;
		width: 100%!important;
		top: 0;
		left: 0;
		right: 0;
		margin: 0!important;
		float: none!important;
	}
	.post-profile:after {
		position: absolute;
		left: 12px;
		right: 12px;
		bottom: 0;
		height: 1px;
		background-color: rgba(0, 0, 0, 0.1);
		content: '';
	}
	.post-profile .author-block {
		background-color: #fff;
		height: 64px;
		border: 0;
		border-radius: 0;
		position: relative;
	}
	.post-profile .author-block .author-avatar a {
		border: none;
		display: block;
		padding: 0;
		width: 40px;
		height: 40px;
		border-radius: 3px;
	}
	
	.user-text a {
		color: unset;
	}
	.post-profile .author-block .arrow {
		display: none;
	}
	.post-profile .author-block .author-avatar img {
		display: block;
		width: 40px;
		height: 40px;
		border: 0;
		background: none;
		padding: 0;
		image-rendering: auto;
		border-radius: 3px;
	}
	.post-profile .author-block .author-avatar {
		background: transparent;
		border-radius: 0;
		border: 0;
	}
	.post-profile .author-block .user-text {
		background: none;
		height: 0;
		padding: 0;
		min-height: 0;
		position: absolute;
		font-weight: 500;
		top: 15px;
		left: 65px;
		max-width: unset;
	}
	.post-profile .author-block .user-text a {
		text-shadow: none!important;
		color: unset;
		font-weight: normal;
	}
	.post-profile .author-block .author-avatar.online + .user-text + .extra-user-info .user-rank:after {
		content: " (Online)";
		color: green;
	}
	/*.post-profile .author-block .user-text em.rank-title {
		position: absolute;
		top: 16px;
		color: #222;
		font-style: unset;
	}*/
	.post-profile .author-block .user-rank em.rank-title {
		margin-bottom: 0px;
	}
	#posts .post-profile .author-block .extra-user-info {
		/*display: none;*/
		position: absolute;
		bottom: 12px;
		left: 57px;
		border: 0px;
		background: unset;
	}
	#posts .post-profile .author-block .extra-user-info dd:not(.user-rank) {
		display: none;
	}
	.search .post-profile .author-block .extra-user-info {
		/*display: none;*/
		position: absolute;
		bottom: 12px;
		right: 6px;
		border: 0px;
		background: unset;
		text-align: right;
	}
	.search .post-profile {
		top: unset;
	}
	.search .postdetails {
		margin-top: 68px;
	}
	.post-profile .author-block .extra-user-info dd[class="Benutzer markiert"] {
		display: block;
		background-color: #EDEDED;
		padding: 4px 6px;
		border-radius: 0 0 4px 4px;
	}
	.postdetails {
		width: calc(100% - 24px)!important;
		margin-top: 64px;
		min-height: 100px!important;
		border-left: unset!important;
	}
	.postdetails .youtube-video iframe/*:first-of-type*/ {
		margin: 0 -30px;
		width: calc(100% + 60px);
		height: 524px;
		display: block;
	}
	.postdetails .content {
		overflow: unset;
		margin: 0px 12px;
	}
}

@media (max-width: 679px) {
    #tabs {
        min-width: 100%!important;
    }
    #postingbox {
        /*overflow: hidden;*/
        /*max-width: calc(100vw - 60px);*/
    }
    #message-box textarea {
        width: 100%!important;
    }
    #message-box, input.fullwidth {
        width: calc(100% - 14px)!important;
    }
    #smiley-box {
        width: 70%!important;
        float: unset!important;
    }
    #format-buttons {
        width: 90%;
    }
    fieldset.fields1 dd {
        margin-left: unset!important;
    }
    ul.linklist li.rightside {
        margin-left: 0px;
    }
    ul.forums dt {
        width: calc(50% - 60px)!important;
    }
    ul.forums dt .forumdescription {
        overflow: hidden;
        overflow-wrap: anywhere;
    }
    dd.topics {
        display: none!important;
    }
    ul.forums dd.lastpost {
        width: 50%!important;
    }
    ul.topics dt {
        width: calc(70% - 60px)!important;
    }
    ul.topics dd.lastpost {
        width: 30%!important;
    }
    .search-box-forum input {
        width: 178px;
    }
    .topic-actions .pagination {
        margin-top: 10px;
    }
}
