/* Layout ------------ */
* {
/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7F9457;
	background-color: #2F3426;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
/* This sets the default font size to be equivalent to 10px */
	margin: 0;
	padding: 0;
	SCROLLBAR-FACE-COLOR: #475136;
	SCROLLBAR-HIGHLIGHT-COLOR: #606851;
	SCROLLBAR-SHADOW-COLOR: #3A432C;
	SCROLLBAR-3DLIGHT-COLOR: #737B66;
	SCROLLBAR-ARROW-COLOR: #A99430;
	SCROLLBAR-TRACK-COLOR: #475136;
	SCROLLBAR-DARKSHADOW-COLOR: #737B66;
}
#wrapheader {
	padding: 0;
}
#top {
	padding: 0 auto;
	margin: 10px auto 15px auto;
	text-align: center;
	width: 600px;
	height: 115px;
}

a.top-mainlink {
  margin: 0px
  width: 600px;
  height: 115px;
  display: block;
  background-image: url('./images/top.gif');
  background-repeat: no-repeat;
  background-color: 2F3426;
  color: #475136;
}

a.top-mainlink :hover {
  background-color: transparent;
  color: #475136;
}

.unlink {
  display: none;
}

#container {
	width: 100%;
	margin: auto;
}


#wrapcentre {
	margin: 8px;
	padding: 5px;
	background-color: #2F3426;
	border: #647349;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#wrapfooter {
  margin-top: 10px;
	text-align: center;
	clear: both;
}
#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}
#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}
#menubar {
	padding: 1px;
	margin: 0 auto;
	text-align: center;
}
#datebar {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #969C87;
	text-decoration: none;
}
#datebar a:link {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #969C87;
	text-decoration: none;
}
#datebar a:hover {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #A99430;
	text-decoration: underline;
}
#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.forumrules {
  color: #a5b383;
	background-color: #4D5D32;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
	color: red;
}
#pageheader {
}
#pagecontent {
}
#pagefooter {
}
#poll {
}
#postrow {
}
#postdata {
}
/*  Text --------------------- */
th {
  height : 25px;
  font-size : 11px;
  line-height : 100%;
  font-weight : bold;
  color : #7f9457;
  background-image : url(images/cellpic3.gif);
}
h1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
}
h4 {
	margin: 0;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #969c87;
}
h4 a:link {
	margin: 0;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #969c87;
}
h4 a:active {
	margin: 0;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #969c87;
}
h4 a:visited {
	margin: 0;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #969c87;
}
p {
	font-size: 1.1em;
}
p.moderators {
	margin: 0;
	float: left;
	font-weight: bold;
}
.rtl p.moderators {
	float: right;
}
p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}
.rtl p.linkmcp {
	float: left;
}
p.breadcrumbs {
	margin: 0;
	float: left;
	color: #799324;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

h2.breadcrumbs {
  display: inline;
  font-size: 1em;
  margin: 0px;  
}

a.breadcrumbs, a.breadcrumbs:link, a.breadcrumbs:active, a.breadcrumbs:visited {
	color: #799324;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
	text-decoration: none;
}
.rtl p.breadcrumbs {
	float: right;
}
p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}
.rtl p.datetime {
	float: left;
}
p.searchbar {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
p.searchbar a:link {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 10px;
	color: #969C87;
	text-decoration: none;
}
p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}
.rtl p.searchbarreg {
	float: left;
}
p.forumdesc {
	padding-bottom: 15px;
	font-size: 11px;
}
p.topicauthor {
  font-size: 10px;
	margin: 3px 3px;
}
p.topicdetails {
	margin: 1px 0;
}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight: bold;
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight: bold;
}
.postapprove img, .postreported img {
	vertical-align: bottom;
}
.postauthor {
	font-size: 10px;
	text-decoration: none;
	color: #969C87;
	font-weight: bold;
}
a.postauthor {
	color: #969C87;
	text-decoration: none;
}
a.postauthor:hover {
	color: #A99430;
	text-decoration: underline;
}
.postdetails {
	font-size: 10px;
}
a.postdetails {
	color: #969C87;
	text-decoration: none;
}
a.postdetails:hover {
	color: #A99430;
	text-decoration: underline;
}
.postbody {
	font-size: 12px;
	line-height: 18px;
}
.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}
.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}
.posthilit {
	background-color: yellow;
}
.nav {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.nav {
	text-decoration: none;
	color: #969C87;
}
a.nav:hover {
	text-decoration: underline;
	color: #A99430
}
.pagination {
color : #666;
font-size : 10px;
font-weight : bold;
padding : 3px;
padding-bottom : 4px;
cursor : pointer;
text-decoration : none;
}
.pagination a, .pagination a:visited, .pagination a:active {
color : #969c87;
padding : 1px;
text-decoration : none;
}
.pagination a:hover {
color : #a99430;
text-decoration : none;
padding : 1px;
}
.cattitle {
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #969c87;
}
a.cattitle {
	text-decoration: none;
	color: #969c87;
}
a.cattitle:hover {
	text-decoration: underline;
	color: #a99430;
}
.gen {
	font-size: 11px;
	margin: 1px 1px;
}
a.gen {
	color: #969C87;
	text-decoration: none;
}
a.gen:link {
	color: #969C87;
	text-decoration: none;
}
a.gen:active {
	color: #969C87;
	text-decoration: none;
}
a.gen:visited {
	color: #969C87;
	text-decoration: none;
}
a.gen:hover {
	color: #A99430;
	text-decoration: underline;
}
.genmed {
	font-size: 11px;
	margin: 1px 1px;
}
a.genmed {
	text-decoration: none;
	color: #969C87;
}
a.genmed:link {
	text-decoration: none;
	color: #969C87;
}
a.genmed:active {
	text-decoration: none;
	color: #969C87;
}
a.genmed:visited {
	text-decoration: none;
	color: #969C87;
}
a.genmed:hover {
	text-decoration: underline;
	color: #A99430;
}
.gensmall {
	font-size: 10px;
}
a.gensmall {
	font-size: 10px;
	color: #969C87;
	text-decoration: none;
}
a.gensmall:link {
	font-size: 10px;
	color: #969C87;
	text-decoration: none;
}
a.gensmall:active {
	font-size: 10px;
	color: #969C87;
	text-decoration: none;
}
a.gensmall:visited {
	font-size: 10px;
	color: #969C87;
	text-decoration: none;
}
a.gensmall:hover {
	color: #A99430;
	text-decoration: underline;
}
.copyright {
	color: #555555;
	font-size: 10px;
	letter-spacing: -1px;
}
a.copyright {
	color: #969C87;
	text-decoration: none;
	font-size: 10px;
}
a.copyright:link {
	color: #969C87;
	text-decoration: none;
	font-size: 10px;
}
a.copyright:active {
	color: #969C87;
	text-decoration: none;
	font-size: 10px;
}
a.copyright:visited {
	color: #969C87;
	text-decoration: none;
	font-size: 10px;
}
a.copyright:hover {
	color: #A99430;
	text-decoration: underline;
}
.titles, a.titles, a.titles:link, a.titles:active, a.titles:visited {
  color: #799324;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	padding: 0px;
  margin:10px 5px 0px 5px;
  display:block;
}
.error {
	color: red;
}
/* Tables ------------ */
th {
	font-size: 11pxfont-weight: bold;
	background-image: url('./images/cellpic3.gif');
	height: 25px;
	white-space: nowrap;
	padding: 7px 5px;
}
td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
.tablebg {
	background-color: #2F3426;
	border: 0px;
	margin: 0;
	padding: 0;
}
.catdiv {
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	/* background: url(images/cellpic2.jpg) repeat-y scroll top left; */
	background-color: #444E33;
	background-image : url(images/cellpic2a.gif);
}
.rtl .catdiv {
	/* background: url(images/cellpic2_rtl.jpg) repeat-y scroll top right;  */
	background-color: #444E33;
	background-image : url(images/cellpic2a.gif);
}
.cat {
  font-size: 10px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #444E33;
	background-image : url(images/cellpic2a.gif);
	text-indent: 4px;
}
.row1 {
	background-color: #3C4330;
	padding: 4px;
}
.row2 {
	background-color: #475136;
	padding: 4px;
}
.row3 {
	background-color: #4D5D32;
	padding: 4px;
}
.row4 {
	background-color: #2F3426;
	padding: 0px;
	margin: 0;
	border: 0px;
}
.spacer {
	background-color: #4D5D32;
}
hr {
	height: 0px;
	border: 0px solid #c2cdd6;
	border-top-width: 1px;
}
.legend {
	text-align: center;
	margin: 0 auto;
}
/* Links ------------ */
a:link {
	color: #969C87;
	text-decoration: none;
	;
}
a:active, a:visited {
	color: #969C87;
	text-decoration: none;
	;
}
a:hover {
	color: #A99430;
	text-decoration: underline;
	;
}
.forumlink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #136C99;
	margin-top: 10px;
}
a.forumlink {
	font-size: 12px;
	text-decoration: none;
	color: #969C87;
}
a.forumlink:active, a.forumlink:visited, a.forumlink:link {
	font-size: 12px;
	text-decoration: none;
	color: #969C87;
}
a.forumlink:hover {
	text-decoration: underline;
	color: #A99430;
}
a.topictitle {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.topictitle:visited {
	text-decoration: none;
	color: #C5CFAE;
}
a.topictitle:link, a.topictitle:active {
	text-decoration: none;
	color: #969C87;
	font-weight: bold;
}
a.topictitle:hover {
	color: #A99430;
	text-decoration: underline;
	font-weight: bold;
}
th a, th a:visited {
	color: #7F9457 !important;
	text-decoration: none;
}
th a:hover {
	text-decoration: underline;
}
/* Form Elements ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	color: #A99430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #222222;
	padding: 1px;
	background-color: #4D5D32;
}
textarea {
	color: #a5b383;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #222222;
	padding: 2px;
	background-color: #4D5D32;
}
select {
	padding: 1px;
	color: #A99430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	SCROLLBAR-FACE-COLOR: #4D5D32;
	SCROLLBAR-HIGHLIGHT-COLOR: #606851;
	SCROLLBAR-SHADOW-COLOR: #3A432C;
	SCROLLBAR-3DLIGHT-COLOR: #737B66;
	SCROLLBAR-ARROW-COLOR: #A99430;
	SCROLLBAR-TRACK-COLOR: #4D5D32;
	SCROLLBAR-DARKSHADOW-COLOR: #737B66;
	border: 1px solid #333333;
	background-color: #4D5D32;
}
option {
	padding: 0 1em 0 0;
}
option.disabled-option {
	color: graytext;
}
.rtl option {
	padding: 0 0 0 1em;
}
input.radio {
	border: none;
	background-color: transparent;
}
.post {
	background-color: #4D5D32;
	border-color: #333333;
}
.btnbbcode {
	background-color: #3C4330;
	border: 1px solid #222222;
	color: #A99430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.btnbbcode:hover, .btnmain:hover, .btnlite:hover {
	background-color: #545F41;
}



.btnmain {
  color: #A99430;
	background-color: #3C4330;
	border: 1px solid #222222;
	font-weight: bold;
	cursor: pointer;
}
.btnlite {
  color: #A99430;
	background-color: #3C4330;
	border: 1px solid #222222;
	font-weight: normal;
	cursor: pointer;
}
.btnfile {
	font-weight: normal;
	background-color: #667153;
	border-color: #565B4F;
	padding: 1px 5px;
	font-size: 1.1em;
}
.helpline {
	background-color: #3C4330;
	border-style: none;
}
/* BBCode ------------ */
.quotetitle, .attachtitle {
  width: 90%;
	margin:auto;
	padding-left: 4px;
	border-width: 0px;
	border-style: solid;
	border-color: #A9B8C2;
	background-color: none;
	font-size: 0.85em;
	font-weight: bold;
}
.quotetitle .quotetitle {
	font-size: 1em;
}
.quotecontent, .attachcontent {
  width: 90%;
	margin:auto;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #a5b383;
	line-height: 125%;
	background-color: #4f5e35;
	border: #25281a;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.attachcontent {
	font-size: 0.85em;
}
.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: dotted;
	border-color: #25281a;
	color: #c2da93;
	background-color: #4a5731;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-family: Courier, Courier New;
	font-size: 11px;
	color: #98a577;
	background-color: #4f5e35;
	border: #25281a;
	border-style: dotted;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.syntaxbg {
	color: #FFFFFF;
}
.syntaxcomment {
	color: #FF8000;
}
.syntaxdefault {
	color: #0000BB;
}
.syntaxhtml {
	color: #000000;
}
.syntaxkeyword {
	color: #007700;
}
.syntaxstring {
	color: #DD0000;
}
/* Private messages ------------------ */
.pm_marked_colour {
	background-image: url('./images/icon_mini_regulamin.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 12px;
	height: 13px;
}
.pm_replied_colour {
	background-image: url('./images/icon_mini_register.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 12px;
	height: 13px;
}
.pm_friend_colour {
	background-color: #007700;
}
.pm_foe_colour {
	background-color: #DD0000;
}
/* Misc ------------ */
img {
	border: none;
}
table.colortable td {
	padding: 0;
}
pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}
.nowrap {
	white-space: nowrap;
}
.username-coloured {
	font-weight: bold;
}
a.username-coloured:link {
	font-size: 10px;
}

a.subforum {
  padding-left: 12px;
}


a.unread {
  background-image : url('./images/icon_subforum_unread.gif'); 
  background-repeat: no-repeat;
  background-position: left center;
}

a.read {
  background-image : url('./images/icon_subforum_read.gif'); 
  background-repeat: no-repeat;
  background-position: left center;
}




/* MOD Advanced Forum Statisticsics */
table.fs_details_graphs div.graph {
	background-color: #70785C;
	border: 1px solid #000000;
}
.graph {
	background-color: #70785C;
	border: 1px solid #000000;
}
div.fs {
	font-size: 1.1em;
}
div.fs h3 {
	font-size: 0.9em;
}
div.fs fieldset {
	font-size: 1.0em;
}
div.fs thead {
	font-weight: bold;
}
div.fs td {
	vertical-align: top;
	padding: 0 4px 0 4px;
}
div.fs div.user_prompt {
	text-align: center;
}
table.fs_details_list, table.fs_details_graphs {
	width:100%;
	table-layout: fixed;	
}
table.fs_details_list td.col1, table.fs_details_list td.col3 {
	width: 25%;
	text-align: right;
	vertical-align: top; 
}
table.fs_details_list td.col2, table.fs_details_list td.col4 {
	width: 25%;
	padding-left: 5px;	
	vertical-align: top; 
}
table.fs_details_graphs col.col_cat {
	width: 50%;
}
table.fs_details_graphs col.col_bar {
	width: 30%;	
}
table.fs_details_graphs col.col_count, table.fs_details_graphs col.col_pct {
	width: 10%;	
	text-align: right;
}
td.table_list {
	margin-left: 50px;
}
/*END MOD*/

/* GYM Sitemaps & RSS - www.phpbb-seo.com */
div.gymsublist {
	display:block;
	position:relative;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:0;
	margin:0;
}
div.gymsublist ul {
	display:block;
	position:relative;
	height:1%;
	padding-left:30px;
}
div.gymsublist ul li {
	display:block;
	position:relative;
	line-height:18px;
	font-size:11px;
}
/* GYM Sitemaps & RSS - www.phpbb-seo.com */


hr.border-content {
	background-color: #475331;
	color: #475331;
	border-bottom: 1px dotted #222f06;
	border-style: none none dotted;
	clear: both;
}

 
#recaptcha_response_field {
 	color: #a5b383;
  background-color:#4D5D32 !important;
}

hr.hr-post {
  color: #4D5D32;
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-bottom: 1px dashed #6F7F54; 
}
