/* General Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body {	
	font-family: Helvetica, Arial, Calibri, sans-serif;
	font-size: 13px;
	background: url("./images/bg.png");
}

h2, h2 a {
    color: #BE6C37;
    font: 300 20px/1.3 Helvetica,Arial,sans-serif;
	margin-bottom: 5px;
}

h3 {
	color: #BE6C37;
	font-weight: bold;
	font-size: 15px; 
}
	
img {
	border-width: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #2a2a2a;
	border-top: 1px solid #2a2a2a;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

ol, ul {
    list-style: none outside none;
}

.f_left {float: left}
.f_right {float: right}

hr.dashed {
	border-top: 1px dashed #2a2a2a;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap, .centerwrap {
	min-width: 900px;
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
	padding-bottom: 30px;
}

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

#logo {
	float: left;
	width: auto;
	/*padding: 50px 0 0 10px;*/
}

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

/* Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 30px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;
	background-color: #FFF;
}

#search-box input {
	border: 1px solid #b0b0b0;
}

/* .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;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
}

.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

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

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

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

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}


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

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

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

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 */
}

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

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

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

table.table1 td {
	color: #898989;
	padding: 10px;
	border-bottom: 1px dashed #2F2F2F;
}


table.table1 tbody th {
	padding: 5px;
	text-align: left;
	color: #333333;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
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: 47%;
}

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

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
	font-size: 11px;
	padding: 10px;
}

.right-box {
	float: right;
	width: auto;
	font-size: 11px;
	text-align: right;
	padding: 10px;	
}

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

dl.details dt {
	float: left;
	clear: left;
	font-weight: bold;
	width: 30%;
	text-align: right;
	color: #5a5a5a;
	display: block;
}

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

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	font-size: 12px;
	text-align: right;
}

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

li.pagination {
	margin-top: 0;
}

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

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

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

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

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

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

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

.copyright {
	text-align: right;
	font-size: 12px;
}

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

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px !important;
}

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

.reported {
	background-color: #f7f7f7;
}

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

div.rules {
    background-color: rgba(115, 34, 34, 0.3);
    border: 1px solid #732222;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    padding: 10px;
    margin: 10px 0;
}

div.rules strong {
	font-size: 12px;
	color: #FF0000
}
	
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;
	color: black;
}

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

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
	color: #BE6C37;
    	text-decoration: none;
}	

a:hover	{ 
	color: #DDA885; 
	/* text-decoration: none; */
}


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

/* 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;
}

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

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

.postlink:active {
	color: #d2d2d2;
}

.postlink:hover {
	/*
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
	*/
}
.postlink img:hover {
	background-color: transparent;
	border: none;
}

.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;
	text-decoration: none;
}

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

/* 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;
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	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 {
	text-decoration: none;
	background-position: 0 60%;
}

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

a.right:hover {
	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;
}
/* Content Styles
---------------------------------------- */

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

ul.forums {
	background: #f9f9f9 none repeat-x 0 0;
}

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

ul.topiclist dl {
	position: relative;
}

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

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

dl.icon dt {
    background-position: 5px 95%;
    background-repeat: no-repeat;
    padding-left: 40px;
}

dd.posts {width: 8%;text-align:center;}

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

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

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #8f8f8f;
}


dd.lastpost {
	width: 25%;
	font-size: 12px;
}

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

dd.moderation {
	font-size: 12px;
}

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: 12px;
}

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

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

dd.info {
	width: 30%;
}

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

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

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

/* Container for post/reply buttons and pagination */
.topic-actions {
	margin-bottom: 3px;
	min-height: 30px;
}

div[class].topic-actions {
	height: auto;
}

/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: right;
	clear: both;
}

.postbody .ignore {
	font-size: 12px;
}


.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 14px;
	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;
}

.postbody .content {
    color: #909090;
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
}

.search .postbody {
	width: 68%
}

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

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

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#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_post {
	padding-top: 10px;
    font-size: 14px;
    line-height: 1.6;
	 color: #909090;
	font-family: helvetica,arial,sans-serif;
	min-height: 35px;
}

.panel h3 {
	margin: 0.5em 0;
}

.content p {
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 1.4em;
}

dl.faq {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
}

.content dl.faq {
	margin-bottom: 0.5em;
}

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

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

.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 {
	 color: #A4A4A4;
	 font-size: 12px;
    border-bottom: 1px dashed #282828;
    padding: 0 0 5px;	 
}

/* Post signature */
.signature {
    border-top: 1px solid #252525;
    clear: right;
    color: #A4A4A4;
    font-size: 0.9em;
    padding: 10px 0;
    position: relative;
}

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 {
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 12px;
	border-top: 1px dashed #CCCCCC;
	line-height: 130%;
}

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

/* BB Code styles
----------------------------------------*/

blockquote blockquote {
	margin: 0.5em 1px 0 15px;	
}

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

blockquote div.u_quote, div.quotetitle {
    background: -moz-linear-gradient(center top , #282828 0%, #1F1F1F 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(100%,#1f1f1f))  repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #282828 0%,#1f1f1f 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    border-left: 1px solid #282828;
    border-radius: 5px 5px 0 0;
    border-right: 2px solid #282828;
    border-top: 2px solid #282828;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;background: -moz-linear-gradient(center top , #282828 0%, #1F1F1F 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(100%,#1f1f1f))  repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #282828 0%,#1f1f1f 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    border-left: 1px solid #282828;
    border-radius: 5px 5px 0 0;
    border-right: 2px solid #282828;
    border-top: 2px solid #282828;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
}

blockquote div.p_quote, div.quotecontent {

    background: none repeat scroll 0 0 #181818;
    border-bottom: 1px solid #282828;
    border-left: 1px solid #282828;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #282828;
    font-size: 12px;
    padding: 10px;
	word-wrap:break-word;
}	

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

/* Code block */
div.codebox {
	background: -moz-linear-gradient(center top , #282828 0%, #1F1F1F 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(100%,#1f1f1f))  repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #282828 0%,#1f1f1f 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    border-left: 1px solid #282828;
    border-radius: 5px 5px 0 0;
    border-right: 2px solid #282828;
    border-top: 2px solid #282828;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
	text-transform: uppercase;
	
	/* padding: 3px;
	background-color: #2f2f2f;
	border: 1px solid #383737;
	*/
}

div.codeboxcontent {
	background: none repeat scroll 0 0 #181818;
	border-bottom: 1px solid #282828;
	border-left: 1px solid #282828;
	border-radius: 0 0 5px 5px;
	border-right: 1px solid #282828;
	margin-bottom: 3px;
	display: block;
}

blockquote div.codebox {
	margin-left: 0;
}

div.codeboxcontent 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-top: 2px;
	padding-left: 10px;
}

.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: 10px 5px 10px 0;
	padding: 6px;
	background-color: transparent;
}

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

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

/* .attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #d8d8d8;
} */

.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;
}

/* 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 #4e4e4e;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

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

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

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

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;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #FFFFFF;
	border-right: 1px solid #232323;
	width: 22%;
	float: left;
	display: inline;
}
.pm .postprofile {
	border-left: 1px solid #DDDDDD;
}

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

.postprofile strong {
	font-weight: normal;
}

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

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* 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;
}

dl.author_info {
	border-right: 0px;
}
/* Button Styles
---------------------------------------- */

.topic_buttons li {
    float: right;
    margin: 0 0 10px 10px;
}

.topic_buttons li.non_button a {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none;
    box-shadow: none;
    color: #777777;
    font-weight: normal;
    min-width: 0;
    text-shadow: none;
}

.topic_buttons li.locked-icon a, .topic_buttons li.locked-icon span, .ipsButton .locked-icon, .topic_buttons li a, .topic_buttons li span, .ipsButton {
    background: url("./images/topic_button.png") repeat-x scroll center top #212121;
    border-color: #212121;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 1px 0;
    box-shadow: 0 1px 0 0 #5C5C5C inset, 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 300 12px/30px Helvetica,Arial,sans-serif;
    height: 30px;
    min-width: 125px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 -1px 0 #191919;
}

    
.input_submit {
    background: none repeat scroll 0 0 #E2E9F0;
    border-color: #DAE2EA;
    box-shadow: 0 1px 0 0 #EFF3F8 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #464646;
	text-decoration: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    padding: 4px 10px;
}
	
.topic_buttons li.locked-icon a, .topic_buttons li.locked-icon span, .ipsButton .locked-icon, .ipsButton.locked-icon {
    background: url("./images/topic_button_closed.png") repeat-x scroll center top #812200;
    border-color: #812200;
    box-shadow: 0 1px 0 0 #DB6E46 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
}

.topic_buttons img {
	 vertical-align: middle;
}

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


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

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

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-home {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe {
	background-position: 0 60%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 10px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* 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: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* 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: 20px; height: 20px; }
ul.profile-icons li.aim-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }



/* Control Panel Styles
---------------------------------------- */


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

#cp-main {
	float: left;
	width: 100%;
	min-height: 300px;
	position: relative;
}

body.section-mcp #cp-main{width: 100%}
 
#cp-main .content {
	padding: 0;
}

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

#cp-main .panel p {
	font-size: 12px;
}

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

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

ul.cplist {
	margin-bottom: 5px;
	border-top: 1px solid #1F1F1F;
}

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

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

#cp-main table.table1 thead th {
	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: 12px;
}

#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: 10px
}

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

/* CP tabbed menu
----------------------------------------*/
#tabs {
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}

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

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#tabs a {
	float: left;
	margin: 0;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #272727;
	padding: 0 0 0 5px;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	cursor: pointer;
	background: #151515;
	color:#8D8D8D;
	padding: 10px 8px;
}

#tabs a span {
	float: left;
	display: block;
	white-space: nowrap;
}

#tabs .activetab a {
    background:  #1B1B1B;
    color: #BE6C37;
    font-weight: bold;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/

#minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #696666;
	margin-left: 2px;
	height: 22px;
	line-height: 22px;
}

#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%;
	padding-top: 36px;
}

#navigation ul {
	border-left: 1px solid #272727;
    border-top: 1px solid #272727;
	margin-right: 5px;
}

/* Default list state */
#navigation li {
    background: #151515;
    border-bottom: 1px solid #272727;
	border-right: 1px solid #272727;	
    color: #808080;
    font-size: 13px;
}

/* Link styles for the sub-section links */
#navigation a {
    color: #8D8D8D;
    display: block;
    outline: 0 none;
    padding: 10px 8px;
}

#navigation #active-subsection  {margin-right: -6px; 	border-right: none}

#navigation #active-subsection a {
	background: #1B1B1B;
    color: #BE6C37;
    font-weight: bold;	
}

/* Friends list */


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;
}
/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
}

select {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #414141;
	padding: 1px;
	color: #AAAAAA;
	background-color: #414141;
}

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;
    font-size: 15px;
    color: #898989;
    font-size: 12px;	
}

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;
	font-size: 14px;
}

dd label {
	white-space: nowrap;
}

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

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
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;
}

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

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

/* 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;
	margin-top: 15px;
	height: 2.5em;
}

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

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


/* 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%;
}

#message-box-qr {
	width: 99%;
}

#message-box textarea, #message-box-qr textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 450px;
	height: 270px;
	min-width: 100%;
	max-width: 100%;
	font-size: 14px;
	color: #A9A9A9;
	margin-top: 5px;
	background: #232323 !important; 
}

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

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

input.choise {font-size: 13px}

/* Input field styles
---------------------------------------- */
.inputbox {
    background:  #232323;
    border-color: #2B2B2B;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    color: #A9A9A9;
    padding: 4px;
}

#options-panel, #attach-panel, #poll-panel {
	padding: 7px 10px;
    background:  #1B1B1B;
    border: 1px solid #232323;
}

.inputbox:focus {
    border-color: #4E4E4E #7C7C7C #A3A3A3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

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

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}


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

/* Topic and forum Search */
.search-box {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}

.search-box input {
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

/* Style Sheet Tweaks

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

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("./images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 {     border-collapse: collapse;
    line-height: 1.3;
    width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* 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%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	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;
}

* 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;
}

/* Headerbar height fix for IE7 and below */
* html #site-description p {
	margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}


#minitabs {
	white-space: nowrap;
}/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
	color: #ACACAC;
}


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

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #0075B0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
#page-header {
	height: 250px;
	width: 100%;
	position: relative
}
	
.headerbar {
	/* background: url("./images/header.png") no-repeat scroll left top transparent; */
	width: 680px;
	height: 250px;
}

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

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


.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}


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

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

/* Table styles
----------------------------------------*/

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

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

/* Misc layout styles
---------------------------------------- */

.sep {
	color: #1198D9;
}

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

.pagination span strong {
	color: #FFFFFF;
	background-color: #4692BF;
	border-color: #4692BF;
}

.pagination span a, .pagination span a:link, .pagination span a:visited {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

.pagination span a:hover {
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFF;
}

.pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

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

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

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

/* 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*/
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
}

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

#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;
}

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



/* Post body links */
.postlink {
	color: #368AD2;
}

.postlink:visited {
	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;
}

/* Back to top of page */
a.top {
	background-image: url("/styles/cslamers/imageset/icon_back_top.gif");
}

a.top2 {
	background-image: url("/styles/cslamers/imageset/icon_back_top.gif");
	font-size: 11px;
}

/* Arrow links  */
a.up		{ background-image: url("/styles/cslamers/theme/images/arrow_up.gif") }
a.down		{ background-image: url("/styles/cslamers/theme/images/arrow_down.gif") }
a.left		{ background-image: url("/styles/cslamers/theme/images/arrow_left.gif") }
a.right		{ background-image: url("/styles/cslamers/theme/images/arrow_right.gif") }

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


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

/* Content container styles
----------------------------------------*/

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


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

/* Attachments
----------------------------------------*/

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

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

.attachbox p {
	color: #666666;
}

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

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

/* 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 dd div {
	color: #FFFFFF;
}

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

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

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

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

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

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

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

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

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

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

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

a.print {
	background-image: url("./images/icon_print.gif");
}

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

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

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("/styles/cslamers/theme/images/icon_home.png"); }
.icon-home						{ background-image: url("/styles/cslamers/theme/images/icon_home.png"); }
.icon-bookmark					{ background-image: url("/styles/cslamers/theme/images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("/styles/cslamers/theme/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("/styles/cslamers/theme/images/icon_subscribe.png"); }
.icon-unsubscribe				{ background-image: url("/styles/cslamers/theme/images/icon_unsubscribe.png"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("/styles/cslamers/imageset/icon_contact_email.gif"); }
.aim-icon, .aim-icon a			{ background-image: url("/styles/cslamers/imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("/styles/cslamers/imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a			{ background-image: url("/styles/cslamers/imageset/icon_contact_www.gif"); }
.msnm-icon, .msnm-icon a			{ background-image: url("/styles/cslamers/imageset/icon_contact_msnm.gif"); }
.icq-icon, .icq-icon a			{ background-image: url("/styles/cslamers/imageset/icon_contact_icq.gif"); }
.jabber-icon, .jabber-icon a		{ background-image: url("/styles/cslamers/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("/styles/cslamers/imageset/pl/icon_contact_pm.gif"); }
.quote-icon, .quote-icon a		{ background-image: url(""); }

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


/* 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
----------------------------------------*/

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */

/* Hover effects */

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

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

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

a.button1, input.button1, input.button3, a.button2, input.button2 {
    background: url("./images/buttons.png") repeat scroll 0 0 #222323;
    border: 1px solid #323232;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
	font-weight: bold;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
}

a.button1:hover, input.button1:hover, input.button3:hover, a.button2:hover, input.button2:hover {
	border: 1px solid #000;
}
	
input.disabled {
	color: #666666;
}
/*---- Dodatkowe klasy css
-------------------------------------------*/
.postbody_left {padding-left: 10px;border-left: 1px solid #232323; margin-left: 195px}
.topic_author {border: 0 !important}

#primary_nav {
	position: absolute;
	left: 0; 
	top: 200px;
}
	
#navigation_bar {
    color: #9F9F9F;
}

.navigation_bar_logout {
    height: 26px;
    padding: 6px 0 4px;
}

.navigation_bar_loged {    height: 36px;}

.header_icon img {vertical-align: middle}
	
#header_bar {
    background: url("./images/user_navigation.png") repeat-x scroll center bottom #323232; 
    border-bottom: 1px solid #1A1A1A;
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;	
    box-shadow: 0 10px 10px #131313;
    padding: 0;
    text-align: right;	
}
	
#primary_nav li, #right_nav li {
	display: inline-block;
}

.navbarl li a:hover {color: #FFF}

#primary_nav li a {
    background: url("./images/menub.png") repeat-x scroll center top #3D3D3D;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 3px 6px #111111;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 6px 12px 5px;
    text-shadow: 1px 1px #000000;
	text-decoration: none;
}

#primary_nav .active a, #primary_nav a:hover {
    background: url("./images/menuo.png") repeat-x scroll center top #D57A41;
    margin-top: 0;
    text-shadow: 1px 1px #2E2E2E;
}

#right_nav {
	padding: 0 10px;
	font-size: 11px;
}

#searchbox {
	background: url("./images/szukaj.png") no-repeat scroll 0 0 transparent;
	width: 121px;
	height: 25px;
}
	
#searchbox input {
	width: 96px;
	padding: 5px 0 0 30px;
	border: none;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	background: transparent;
}	
	
.navbar {
	color: #ffffff;
	font-size: 10px;
}	
	
.belka_bg {
	background: url("./images/belka.png") repeat-x scroll 0 0 transparent;
	height: 25px;
	color: #FFFFFF;
	line-height: 25px;
	width: 100%;
	font-size: 14px;	
}

.belka_bg, .sidebar_bg {
	-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;

}
	
.belka_bg span, .belka_bg a.belkaa, .sidebar_bg span {
	padding-left: 10px;
	color: #FFFFFF !important;
}	
	
.tablela, .forums {
    border-collapse: collapse;
    line-height: 1.3;
    width: 100%;
}	

.thead {
	background: url("./images/th.png") repeat-x scroll 0 0 transparent;
	height: 25px;
    color: #CACACA;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 0 6px;
}

table.forums tr:hover, table.table1 tbody tr:hover {background:#1D1D1D}

.forums td {
	padding: 10px;
	border-bottom: 1px dashed #2F2F2F;
}

.forum_container {
    background: #1B1B1B;
    border: 1px solid #232323;
}


.col_c_icon {
    vertical-align: middle;
    width: 30px;
}

.col_c_stats, .col_f_stats {
    color: #898989;
    text-shadow: 1px 1px #0F0F0F;
	font-size: 12px;
    text-align: right;
    width: 15%;
}

	
.col_c_post {
    width: 250px;
    color: #767676;
    text-shadow: 1px 1px #0F0F0F;
	font-size: 11px;
}

.col_c_post ul {
    margin-left: 45px;
}

.col_c_forum h4 a, a.topictitle_sp, a.topictitle {
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px #101010;
	word-wrap: break-word;
}	

.forum_desc {
	padding-top: 4px;
	font-size: 12px;
	color: #898989;
}


.subforum-2-column1 { clear: left; float: left; }
.subforum-2-column2 { clear: right; float: right; }
.subforum-2-column1, .subforum-2-column2 { width: 49%; }

.subforumlist {
	margin-top: 7px;
}
	
a.subforum.read {
    background-image: url("/styles/cslamers/imageset/subforum_read.png");
}

a.subforum.unread {
    background-image: url("/styles/cslamers/imageset/subforum_unread.png");
}

a.subforum {
    background-image: none;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 16px;
    position: relative;
	font-size: 11px;
    white-space: nowrap;
}

#forumlist {
	float: left;
	width: 99%;
}

#sidebar {
	float: right;
	width: 24%;
}
	
.sidebar_bg {
	background: url("./images/sidebar_belka.png") repeat-x scroll 0 0 transparent;
	font-size: 14px;
	padding: 5px 10px;
	color: #767676;
}

.tr1, .sidebar_bgd, .stats_bg {background: #1B1B1B;}

.sidebar_bgd {	
	padding: 10px 10px 10px 15px;
}

.list_content {
    margin-left: 40px;
}	

a.UserPhoto img {
    height: 30px;
    width: 30px;
	float: left;
    border: 1px solid #303030;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    padding: 1px;	 
	vertical-align: middle;
}

a.UserPhoto:hover img {	
	border-color: #7D7D7D;
}
	
.sidebar_bgd li {
	margin-bottom: 8px;
	clear: both;
	display:block;
	color: #fff;
	overflow: hidden;
}	
		
.rep_bg {font-size: 11px}

#board_stats {margin-top: 15px;position: relative;}	
#board_stats h3{font-size: 14px;}
#board_stats.headerspace {margin-top: 15px !important}
#board_stats .pad {padding-left: 15px;}
.stats_bg {padding: 10px ;border-bottom: 1px dashed #2F2F2F}
#brithdayz {margin-top: 10px;padding-top: 10px; border-top: 1px solid #343434}
#login-box {border-bottom: 1px solid #343434; padding-bottom: 20px; padding-left: 75px; color: #FFF!important; font-size: 12px; margin-bottom: 10px;}
.kludka {width: 57px; height: 67px;background: url("./images/kludka.png") no-repeat scroll 0 0 transparent; position: absolute; top: 30px; left: 10px;}

#login-box label { color: #FFF!important;}
#b_stats ul {text-align: center;font-size: 11px;}
#b_stats li {margin-right: 20px;display: inline-block;}

.submit-buttons {padding-top: 10px}
#b_stats .value {
    background: url("./images/button.png") repeat-x scroll 0 0 #9A6101;
    border-radius: 2px 2px 2px 2px;
	line-height: 15px;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
    padding: 1px 6px;
    text-shadow: 1px 1px #47210E;
	color:#FFFFFF;
}

.pd9 {padding: 9px;}

#b_stats .value a {color:#FFFFFF;text-decoration: none;}
/* button
-----------------*/

.button_bg, .rep_bg  {
	background: url("./images/button.png") repeat-x scroll 0 0 transparent;
	padding: 0 10px;
	color: #FFFFFF !important;
	text-decoration: none;
	text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
}

.button_bg, .statistics p, .font_12, span.redirect {
	font-size: 12px;
}

.icon_footer {padding: 10px 0 0 30px;}
.icon_footer li img {opacity: 0.75}
.icon_footer li:hover img {opacity: 1}
.add_ul li, .icon_footer li {display: inline-block;margin: 0 5px;}
.add_ul {margin-right: 10px;font-size: 12px}
.navbarl {clear: both; margin: -5px 0 5px 0;}
.breadcrumb a {color: #777777;}

.breadcrumb span.nav_sep {
    margin: 0 5px 0 5px;
}

.input_bg , .submit_bg {
	background: url("./images/input_bg.png") repeat-x scroll 0 0 transparent;
	font-size: 12px;
	padding: 8px;
	border: 0;
	color: #414141;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.input_bg {
	padding: 8px;
	width: 135px !important;	
}	

.submit_bg {
	padding: 2px 3px;	
}	

/*--- viewforum
--------------------*/
.col_f_icon {
	width: 27px;
    text-align: center;
}	

.col_f_stats {
	width: 15%;
}

.blend_links {
	font-size: 12px;
	color: #A4A4A4;
}

	 
strong.pagination a:hover, strong.pagination2 a:hover {
	opacity: 1;
}
	
strong.pagination a, strong.pagination2 a {
    border: 1px solid #EE7600;
    padding: 2px 3px;
	font-size: 10px;
	margin: 0 2px;	
	opacity: 0.6;
}

strong.pagination2  strong {
    border: 1px solid #D3D3D3;
    padding: 2px 3px;
	font-size: 10px;
	margin: 0 2px;	
	opacity: 1 !important;	
	color: #C9883C;
}
	
strong.pagination {
	margin-left: 7px;	
}	
	
.pagination li {
	display: inline-block;
	margin-right: 6px;
	line-height: 20px;
}

ul.pgd {
	display: inline;
}
	
ul.pgd li a {
    background: #242424;
    border-radius: 2px 2px 2px 2px;
    color: #5A5A5A;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    padding: 0 6px;
    text-transform: uppercase;
}
	
ul.pgd li a:hover, li.pre a:hover  {
	background: #FF7F24;
	color: #FFFFFF;
}

li.pre a {
	text-transform: none !important;
	background: transparent!important;
	font-size: 13px !important
}

.ipsBox {
    background: url("./images/bgbox.png") repeat scroll 0 0 transparent;
	padding: 9px;
}	

.Box_container {
    background:  #1B1B1B;
    border: 1px solid #232323;
}

.post_block {	
    background: #1B1B1B;
	clear: both;
	position: relative;
    border-bottom: 1px solid #272727;
	overflow: hidden;
}

.post_block h3, .profile_block {
    background: url("./images/user_navigation.png") repeat-x scroll center top black;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.post_online {
    float: left;
    margin: -1px 5px 0 0;
    position: absolute;
}

.author_info {
    border-right: 1px solid #232323;
    float: left;
    font-size: 12px;
    padding: 15px 10px;
    text-align: center;
    width: 165px;
}

.post_body {
    margin: 0 10px 0 0;
    padding-top: 10px;
}
	
.view_avt img {
    max-height: 120px;
    max-width: 120px;
    border: 1px solid #303030;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    padding: 1px;
}

.view_avt:hover img{	
	border-color: #7D7D7D
}

.lighter {
	color: #A4A4A4;
	font-size: 12px;
}	

.member_title {
    margin-bottom: 5px;
}

ul.post_controls {
    padding: 16px 0;
}

.search .author_info{text-align: left}


ul.post_controls li {
    float: right;
    font-size: 12px;
}

ul.post_controls li a {
    height: 20px;
    line-height: 20px;
    color: #939393;
    display: block;
    margin-left: 4px;
    padding: 0 12px;
    text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	background: -moz-linear-gradient(center top , #3A3A3A 0%, #222323 100%) repeat scroll 0 0 transparent;
    border: 1px solid #323232;
}	

ul.post_controls li a:hover {
	color: #CA903A;
	border-color: #000000;
}


.general_box {
    background: none repeat scroll 0 0 #1F1F1F;
    border: 1px solid #262626;
	padding: 7px;
	margin: 0 ;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}	

.profile_photo img {
    max-height: 138px;
    max-width: 138px;
    border: 1px solid #303030;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    padding: 1px;
}

ul.footer_link li {display: inline-block; margin: 0 5px;}
#topicreview .author {padding-left: 10px}

ul.post_controls li a, .input_submit {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}	
	
	
/*facebook menu */

.menu  { 
	position:relative; 
}

.menu .showdown a { 
	display:block; 
	cursor: pointer;
    padding: 5px;
}

.menu a span.dd_icon { 
	background: url("./images/dropdown.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 5px;
    width: 9px;
	margin-left: 5px;
}

.menu a.selected span.dd_icon { 
	background-position: right center;
}

#linkglobal, #linkglobal2 {
    color: #FFFFFF;
    display: inline-block;
    outline: 0 none;
    line-height: 36px;
	padding: 0 12px;
}

#register_link {
    background: #E38B48;
    border: 1px solid #FF8C00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	 font-size: 11px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 4px rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 8px;
    text-shadow: 1px 1px 1px black;
}

a.logout {color: #FFFFFF;}

.showdown a.selected  {
	background: #1B1B1B; 
}

.menu div a img {
	vertical-align: middle;
}

.showdown_down {
	background:#1B1B1B; 
	display:none; 
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
	position:absolute;
	left:0px; 
	left:auto; 
	right:0; 
	text-align: left;
	cursor:pointer;
	padding: 10px;
	z-index:999;
}

.showdown_left {
	float: left;
	width: 125px;
	overflow: hidden;
}

.showdown_left img {
	vertical-align: middle;
}

.showdown_right {
	width: 220px;
	float: right;
	border-left: 2px solid #2a2a2a;
}
/* .menu ul{ 
	background:#1B1B1B; 
	display:none; 
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
	position:absolute;
	left:0px; 
	width:280px; 
	left:auto; 
	right:0; 
	text-align: left;
	cursor:pointer;
	padding: 10px;
	z-index:999
}
*/	
.menu ul li { 
    float: left;
    margin: 3px 0;
    text-shadow: 0 1px 0 #000000;
    white-space: nowrap;
    width: 50%;
	font-size: 12px;
}

.menu span.value { 
	display:none;
}

/*serwery 
---------------------------*/
.tablela tr {
	background: #1E1E1E;text-align:center
}
	
.tablela thead tr {
    background: url("./images/serwer.png") repeat-x scroll 0 0 transparent;
    color: #CACACA;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    padding: 0 6px;
}

.tablela td {
    border-bottom: 1px solid #232323;
    color: #B0B0B0;
    font-size: 11px;
    height: 28px;
	padding: 4px;
    text-shadow: 1px 1px #000000;
}	
	
.shadow {box-shadow: 0 0 5px 5px #171717;}	


.sid_bg {
    border: 1px solid #282828;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}	

.sid_bg2 {
    border: 1px solid #282828;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}

.statistics {
    background: #1E1E1E;
    box-shadow: 0 0 5px 5px #171717;
    padding: 10px;
    border-top: 3px solid #DF8230;
    clear: both;
    line-height: 1.3;
    margin: 20px 0 0;
    padding: 10px;
    margin-bottom: 10px;	
}	

.bottom_space {margin-bottom: 15px}


a.searchheader {
	font-weight: bold;
	margin-right: 8px;
}.rotator {
	width: 478px;
	height: 128px;
	background: #141414;
	border: 1px solid #343434;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 30px;
	padding: 5px;
}

	
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
}
	
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures, .jshowoff {
	width: 478px;
	height: 128px;	
}

.show_slide {
	margin-top: 30px;
	margin-right: 160px;
	border-top: 1px solid #2f2f2f;
}

.jshowoff p.jshowoff-1-controls {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100px;
}
	
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	top: 5px;
	left: 105px;
}



a.jshowoff-play {margin-left: 0 !important}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover, .jshowoff-pausetext {color: #fff;}	
p.jshowoff-controls {overflow: auto;}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover { background: url("./images/button.png") repeat-x scroll 0 0 #9b6202;}

.jshowoff-slidelinks a, .jshowoff-controls a {
	background: url("./images/rotator_button.png") repeat-x scroll 0 0 #4d4d4d;
	display: block;
	color: #fff;
	padding: 2px 4px 2px;
	margin: 0 0 0 4px;
	float: left;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
}	

div.news_slider {text-align:center; color: #626161;float:left; width: 300px;}
img.eddie {margin-right: -160px; float:right}
div.news_slider h2 {color: #ca7a24; font-size: 14px; font-weight: normal; margin: 5px 0;}



/**
*
* @package mChat ProSilver Style
* @version 1.3.5 2010-12-02
* @copyright (c) RMcGirr83 ( http://www.rmcgirr83.org/ )
* @copyright (c) By Shapoval Andrey Vladimirovich (AllCity) ~ http://allcity.net.ru/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
**/

/* mChat
------------ */
div.mChatBG1 {
	background-color: #1B1B1B;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dashed #2F2F2F;
	overflow: hidden;
	font-size: 12px;
	color: #898989
}

div.mChatBG2 {
	/* background-color: #FFFFFF; */
	background-color: #1E1E1E;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dashed #2F2F2F;
	overflow: hidden;
	font-size: 12px;
	color: #898989
}

div.mChatRowLimit {
	overflow: auto;
	width: 100%;
}

div.mChatRowLimitCustom {
	overflow: auto;
	width: 100%;
}

div.mChatPanel {
	text-align: center;
	padding: 3px;
	clear: both;
	font-size: 12px;
	color: #898989;
        background: url("./images/bg.png");
}

input.mChatText {
	cursor: text;
	width: 50%;
	background-color: #FFFFFF;
	border: 1px solid #B4BAC0;
	color: #A9A9A9;
	padding: 5px 5px 3px 5px;
	margin: 3px 0px 3px 5px;
        background: url("./images/bg.png");
}

input.mChatText:hover {
	border-color: #11A3EA;
}

div.mChatHover:hover {
	/* background-color: #F6F4D0; */
}

div.mChatBodyFix {
	width: 100% !important;
	background: url("./images/bg.png");
	border: 1px solid #232323;
        border-radius: 4px 4px 4px 4px;
        margin-bottom: 10px;
}

div.mChatStatic {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	color: #898989;
	background: url("./images/bg.png");
}

div.mChatStats {
	padding-left: 5px;
	/* margin-top: 2px; */
	border-top: 1px #2F2F2F;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	min-height: 1.3em;
	height: auto !important;
	background: url("./images/bg.png");
	color: #898989
}

div.mChatRefresh {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	margin-top: 1.5em;
	clear: both;
}

input.mChatColor {
	width: 100%;
	text-align: center;
	background-color: #DEE3E7;
	border-style: none;	
}

div.mChatMessage {
	/* padding: 3px; */
	/* font-size: 1.1em; */
	width: 98%;
}
div.mChatMessage img {
	vertical-align: middle;
}

#mChatData {
	background: url("./images/bg.png")
}

a.mChatScriptLink {
	text-decoration:none;
}

img.mChatImage{
	vertical-align: middle;
}

img.mChatImageLoad {
	vertical-align: middle;
	cursor: wait;
	display: none;
}

img.mChatImageOk {
	vertical-align: middle;
	cursor: help;
}

img.mChatImageHideImg {
	vertical-align: middle; 
	cursor: help; 
	display: none;
}

div.mChatSound {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.mchat_alert {
	color: #7E2217;
	padding: 10px;
}

#mChatUserList {
	display: none;
	float: left;
	background: url("./images/bg.png");
}

.mChatAvatars {
	float: left;
	padding-right: 5px;
}

div.avatarMessage {
	/*margin-left: 50px;*/
	width: 90%;
	margin-right: 5px;
}	
/* proSilver Content Styles for MOD Thanks
---------------------------------------- */

dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

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

dd.lastpostthanks {
	width: auto;
	font-size: 1.1em;
}
dd.lastpostthanks span {
	display: block;
	padding-left: 5px;
}
/* List in forum description */
dl.thanks dt ol,
dl.thanks dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.thanks dt li {
	display: list-item;
	list-style-type: inherit;
}
li.header dl.thanks {
	min-height: 0;
}

li.header dl.thanks dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}
/* Icon images
---------------------------------------- */
.icon-thanks, .icon-thanks_toplist {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-thanks					{ background-image: url("./images/icon_thanks.gif"); }
.icon-thanks_toplist			{ background-image: url("./images/icon_thanks_toplist.gif"); }

/* Set profile icon dimensions */
ul.profile-icons li.thanks-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.removethanks-icon	{ width: 20px; height: 20px; }

/* Profile & navigation icons */
.thanks-icon, .thanks-icon a		{ background-image: url("/styles/cslamers/imageset/thankposts.gif"); }
.removethanks-icon, .removethanks-icon a	{ background-image: url("/styles/cslamers/imageset/removethanks.gif"); }

.piwo_post img {
	vertical-align:middle;
}

div.piwo_lista {
	float: left;
	border-style: dashed;
	border-color: #282828;
	border-width: 1px;
	padding-top: 3px;
	padding-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.testright {
    float: right;
    width: auto;
}
.testleft {
	padding: 16px 0;
    overflow: hidden;
}

.content_post li {
	list-style-position: inside;
}

div.quotecontent {
	word-wrap:break-word;
}

.warnings_div {
    height: 35px;      /* equals max image height */
    width: 165px;
    text-align: center; margin: 1em 0;
}

.warnings_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.warnings_helper img {
    vertical-align: middle;
    max-height: 35px;
    max-width: 165px;
}


/*  	
--------------------------------------------------------------
Mods for medals.css X
-------------------------------------------------------------- */
.approve-icon, .approve-icon a	{ background: none top left no-repeat; }
.approve-icon, .approve-icon a	{ background-image: url("{IMG_ICON_POST_APPROVE_SRC}"); }
ul.approve-icons, li.approve-icon { width: {IMG_ICON_POST_APPROVE_WIDTH}px; height: {IMG_ICON_POST_APPROVE_HEIGHT}px; }

/* Icon images
---------------------------------------- */
.icon-medal {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}
.icon-medal	{ background-image: url("{T_THEME_PATH}/images/icon_medal.gif"); }
.rtl .icon-medal {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}

.reason {
	font-size: 1.2em;
}

fieldset.fields3 dt {
	width: 45em;
	border-right-width: 0;
}

div.medaleprofil {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #5a5a5a;
	display: block;
	margin-bottom: 5px;	
}

div.medaleprofil img, button {
	vertical-align:middle;
}

#primary_nav ul li.submenuhover {
	position: relative;
}

#primary_nav ul li.submenuhover ul.submenu {
    display:none;
    position: absolute;
    top: 23px;
    left: 0;
    width: 100px;
}
#primary_nav ul li.submenuhover:hover ul.submenu {
	display:block;
}