/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #7A7A7A;
	background-color: #D4D4D4;
	background-image: url('./images/bgforum.jpg');
	background-position: top center;
	background-repeat: repeat-x ;
}

#wrapheader {
	min-height: 128px;
	height: auto !important;
	height: 128px;
	padding: 0;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('./images/wrapheader.jpg');
	background-position: top center;
	background-repeat: repeat-x ;
	background-color: #FFFFFF
}

#wrapcentre {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

#wrapfooter {
	clear: both;
	width: 955px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('./images/wrapfoter.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FEFFFF;
	
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

#logodesc {
	height: 128px;
	width: 985px;
	background-image: url("./images/top/random.php");
	margin-left: auto;
	margin-right: auto;
}

#menubar {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #2B2F30;
	background-image: url('./images/menu_bar.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 29px;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px
}

#menubar a:link{
	color: #C8C9CB; 
	text-decoration: none;
	padding-bottom: 2px; 
	font-size: 14px;
	margin-left:8px;
	margin-right:8px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C8C9CB;
}

#menubar a:visited {
	color: #C8C9CB; 
	text-decoration: none;
	font-size: 14px;
	margin-left:8px;
	margin-right:8px;
	padding-bottom: 2px; 
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C8C9CB;
}

#menubar a:hover {
	font-size: 14px;
	color: #C8C9CB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C9CB;
	margin-left:8px;
	margin-right:8px;
	padding-bottom: 2px; 
	text-decoration: none;
}

#datebar {
	margin: 0px 15px 0 15px;
}

#findbar {
	margin: 15px 15px 0px 15px;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #686868;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	line-height: 120%;
}
p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #686868;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: left;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #7A7A7A;
	white-space: normal;
	font-size: 1em;
	padding-left: 5px;
	padding-right:5px;
}

.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: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	font-family: Verdana, sans-serif;
	color: #7A7A7A;
	padding-bottom: 4px;
	font-size : 11px
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
    font-family: Verdana, sans-serif;
	color: #44484B;
	margin: 1px 0;
	font-size : 11px;
}

.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 {
	color: #686868;
}

.postdetails {
	color: #686868;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.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 {
	margin: 0;
	color: #686868;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #686868;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size : 11px
}

.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
}

.titles {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color:#808080;
}
.titles a:link, .titles a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	color:#202020;
}

.titles a:hover {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	color:#202020;
}
.error {
	color: red;
}


/* Tables
 ------------ */
th { font-family: Verdana, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	background-color: #DC770B;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 0px;
	height: 41px;
}

td {
	padding: 0px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #EFEFEF;
	padding: 4px;
}

.row2 {
	background-color: #EFEFEF;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}
.row4 {
	background-color: #EFEFEF;
	padding: 4px;
}
.row5 {
	background-color: #EFEFEF;
	padding: 4px;
}

.breadcrumbs {
	background-color: #EFEFEF;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #7A7A7A;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}

.foldersline {
	background-color: #EFEFEF;
	border: 1px #D9D9D9 solid;
}

.spacer {
	background-color: #D9D9D9;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D9D9D9;
	color: #D9D9D9;
}

.legend {
	text-align:center;
	margin: 0 auto;
	background-color: #EFEFEF;
	border: 1px #D9D9D9 solid;
}

/* Links
 ------------ */
a:link {
	color: #7A7A7A;
	text-decoration: none;
}

a:active,
a:visited {
	color: #7A7A7A;
	text-decoration: none;
}

a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}

a.forumlink {
	font-family: Verdana, sans-serif;
	color: #44484B;
	font-weight: bold;
	font-size: 12px;
}

a.forumlink:hover {
	font-family: Verdana, sans-serif;
	color: #44484B;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline
}

a.topictitle {
	margin: 1px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #44484B;
	text-decoration: none;
}

a.topictitle:visited {
	color: #A1A1A1;
	text-decoration: none;
}

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

th a,
th a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #FFFFFF;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 1px;
}

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: white;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.btnbbcode {
	color: #686868;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Verdana, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #999999;
}

.btnmain {
	font-weight: bold;
	background-color: #FAFAFA;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #999999;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	color: #333333;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D9D9D9;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #444444;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D9D9D9;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #686868;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #686868;
}

.pm_replied_colour {
	background-color: #FFFFFF;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Chat
 ------------ */

#chatbox {
	margin-top: 10px;
}

#chat_overflow {
	overflow: auto;
	height: 200px;
}

#chat_messages .chat_date {
	font-size: 1.4em;
}

#chat_messages tr {
	padding: 5px;
}

#chat_messages tr.new *  {
	background-color: #ecd5d8 !important; /* <------------------------------------ You might want to change it. It's a good idea to copy it from div.rules. */
}

#chatbox #chat_messages td.chat_info {
	width: 15%;
	position: relative;
}

#chatbox #chat_messages td.chat_info .chat_time {
	float: left;
}

#chatbox #chat_messages td.chat_info .chat_actions {
	bottom: 0pt;
	font-weight: bold;
	float: right;
}

#chatbox #chat_messages td.chat_text {
	width: 85%;
}

#chatbox #chat_posting #chat_posting_submit {
	margin-left: 10px;
	float: right;
	width: 100px;
}

#chatbox #chat_posting #chat_message {
	width: 95%;
}
/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: #686868;
	background-color: #FFA34F;
}

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

.pom_lew {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 41px;
	margin: 0;
	padding-left: 39px;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/pom_lew.gif');
}
.pom_lew2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 41px;
	margin: 0;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/pom_lew2.gif');
}
.pom_pra {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 41px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/pom_pr.gif');
}
.pom_pra_end {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 41px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/pom_pr2.gif');
	background-position: top right;
}
.pom_pra_end2 {
	height: 41px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/pom_pr3.gif');
	background-position: top right;
}
.pom_full {
	height: 41px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/pom_full.gif');
	background-position: top right;
}
.tytul_dzialu {
	text-decoration:  none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}

.tytul_dzialu a:link, .tytul_dzialu a:visited {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.tytul_dzialu a:hover {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.shoutbox {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 41px;
	margin: 0;
	padding-left: 39px;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/shoutbox.gif');
}
.statystyki {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 41px;
	margin: 0;
	padding-left: 39px;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/statystyki.gif');
}
.statystyki2 {
	text-decoration:  underline;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
	font-weight: bold;

}
.statystyki2 a:link, .statystyki2 a:visited {
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
	font-weight: bold;
}

.statystyki2 a:hover {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
	font-weight: bold;
}
.topic_left {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 41px;
	margin: 0;
	padding: 0px;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/pom_full2.gif');
}
.topic_right {
    font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 41px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E0860B;
	background-image: url('./images/pom_full2.gif');
	background-position: top right;
}
/* BANERY REKLAMOWE */
.bannergroup {
	float: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.banneritem {
	float: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.banneritem a img {
	margin: 0px;
	padding: 0px;
}

.banneritem a img {
	opacity: .5;
	filter: alpha(opacity=30);
}

.banneritem a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* END BANERY REKLAMOWE*/
.forum-image {
	float: right;
	margin-right: 0px;
}