/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* 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, Helvetica, Arial, sans-serif;
	color: #999999;
	background: #868686 url("images/back.jpg") repeat;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0 auto 0 auto;
	width: 900px;
}

#wrapheader {
	min-height: 120px;
	height: 330px;
	width: 900px;
	margin: 0 0 0 0;
	background-color: #222222;
}

#wrapcentre {
	width: 880px;
	margin: -17px auto 0 auto;
	padding: 0 10px 0 10px;
	background-color: #222222;
}

#wrappolecamy {
	width: 150px;
	height: 100%;
}

#wrapfooter {
	text-align: center;
	clear: both;
	width: 900px;
	margin: -20 auto 0 auto;
	background-color: #222222;
	padding-bottom: 20px;
}

#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 {
	margin: 0 25px;
}

#datebar {
	margin: -30px 5px 0 5px;
	background-color: #222222;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	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
 --------------------- */
h1 {
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, 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, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: white;
	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: white;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.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 {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

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

.postdetails {
	color: #EAEAEA;
}

.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: white;
	font-weight: bold;
}

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

.cattitle {

}

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

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

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

.copyright {
	color: #666;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #ADAEAE;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

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

.tablebg {
	background-color: #555555;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.gif');
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.gif');
}

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

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

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

.row3 {
	background-color: #383333;
	padding: 4px;
}

.row4 {
  background-color: #272829;
  padding: 4px !important;

}

.row5 {
  background-color: #1e1d1d;
  padding: 4px !important;
  
}

.row6 {
	position: relative; right: 10px;
	
}
 
.spacer {
	background-color: #111111;
}

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

.legend {
	text-align:center;
	margin: 0 300;
}

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

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

a:hover {
	color: #ff9000;
	text-decoration: underline;
}
a.forumlink:hover {
	color: #40BFE7;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.forumlink {
	color: #6699ff;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	color: #40BFE7;
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

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

a.topictitle:hover {
	color: #40BFE7;
	text-decoration: none;
}

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

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


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

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

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

select {
	color: #AAAAAA;
	background-color: #272829;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #555555;
	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: #272829;
	border-style: solid;
	border-width: 1px;
	border-left-color: #555555;
	border-top-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
}

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

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

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

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

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #33CCFF;
	color: #BBBBBB;
	background-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: #33CCFF;
	border-width: 0 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: #333333;
	color: #CCCCCC;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #33CCFF;
	color: #BBBBBB;
	background-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: #33CCFF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #333333;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #ffffff;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


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

.pm_replied_colour {
	background-color: #A9B8C2;
}

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


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: white;
	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;
}

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

/* Menu
 ------------ */
 
#logo {
	position:relative;
	top:0px;
	width:900px;
	height:222px;
}

#bgl {
	position:relative;
	top:-222px;
	width:163px;
	height:42px;
}

a#bokl { display: table-cell; width: 163px; height: 42px; 
             background: url(images/top/bokl.gif) 
             top left no-repeat; }

a#szukaj { display: table-cell; width: 96px; height: 42px; 
             background: url(images/top/2.gif) 
             top left no-repeat; }
a:hover#szukaj { background-position: 0 -42px;  }

a#members { display: block; width: 123px; height: 42px; 
             background: url(images/top/3.gif) 
             top left no-repeat; }
a:hover#members { background-position: 0 -42px;  }

a#login { display: block; width: 104px; height: 42px; 
             background: url(images/top/4.gif) 
             top left no-repeat; }
a:hover#login { background-position: 0 -42px;  }

a#register { display: block; width: 122px; height: 42px; 
             background: url(images/top/5.gif) 
             top left no-repeat; }
a:hover#register { background-position: 0 -42px;  }

a#footer { display: block; width: 900px; height: 36px; 
             background: url(images/top/footer.gif) 
             top left no-repeat; }

a#faqq { display: block; width: 113px; height: 42px; 
             background: url(images/top/1.gif) 
             top left no-repeat; }
a:hover#faqq { background-position: 0 -42px;  }

a#szukajj { display: block; width: 102px; height: 42px; 
             background: url(images/top/b.gif)
             top left no-repeat; }
a:hover#szukajj { background-position: 0 -42px;  }

a#mem { display: block; width: 116px; height: 42px; 
             background: url(images/top/c.gif)
             top left no-repeat; }
a:hover#mem { background-position: 0 -42px;  }

a#poczta { display: block; width: 104px; height: 42px; 
             background: url(images/top/d.gif)
             top left no-repeat; }
a:hover#poczta { background-position: 0 -42px;  }

a#poczta2 { display: block; width: 104px; height: 42px; 
             background: url(images/top/pw.gif)
             top left no-repeat; }

a#konto { display: block; width: 125px; height: 42px; 
             background: url(images/top/e.gif)
             top left no-repeat; }
a:hover#konto { background-position: 0 -42px;  }

a#wyloguj { display: block; width: 109px; height: 42px; 
             background: url(images/top/f.gif)
             top left no-repeat; }
a:hover#wyloguj { background-position: 0 -42px;  }


			 
div.Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:300px;
}

div.Untitled-1-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:222px;
}

div.Untitled-1-02 {
	position:absolute;
	left:0px;
	top:222px;
	width:101px;
	height:42px;
}

div.Untitled-1-03 {
	position:absolute;
	left:101px;
	top:222px;
	width:113px;
	height:42px;
}

div.Untitled-1-04 {
	position:absolute;
	left:214px;
	top:222px;
	width:102px;
	height:42px;
}

div.Untitled-1-05 {
	position:absolute;
	left:316px;
	top:222px;
	width:116px;
	height:42px;
}

div.Untitled-1-06 {
	position:absolute;
	left:432px;
	top:222px;
	width:104px;
	height:42px;
}

div.Untitled-1-07 {
	position:absolute;
	left:536px;
	top:222px;
	width:125px;
	height:42px;
}

div.Untitled-1-08 {
	position:absolute;
	left:661px;
	top:222px;
	width:109px;
	height:42px;
}

div.Untitled-1-09 {
	position:absolute;
	left:770px;
	top:222px;
	width:130px;
	height:42px;
}

div.Untitled-1-10 {
	position:absolute;
	left:0px;
	top:264px;
	width:900px;
	height:36px;
}

div.Untitled-1-022 {
	position:absolute;
	left:0px;
	top:222px;
	width:163px;
	height:42px;
}

div.Untitled-1-032 {
	position:absolute;
	left:133px;
	top:222px;
	width:83px;
	height:42px;
}

div.Untitled-1-042 {
	position:absolute;
	left:246px;
	top:222px;
	width:96px;
	height:42px;
}

div.Untitled-1-052 {
	position:absolute;
	left:342px;
	top:222px;
	width:123px;
	height:42px;
}

div.Untitled-1-072 {
	position:absolute;
	left:458px;
	top:222px;
	width:104px;
	height:42px;
}

div.Untitled-1-082 {
	position:absolute;
	left:562px;
	top:222px;
	width:122px;
	height:42px;
}

div.Untitled-1-092 {
	position:absolute;
	left:684px;
	top:222px;
	width:216px;
	height:42px;
}