/*  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, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #606060;
	background-color: #F4F4F4;
	width:782px;
	margin: 0 auto;
	font-size: 10px; /* This sets the default font size to be equivalent to 10px */
}

#wrapheader {
	height: auto !important;
	height: 50px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
	clear:both;
	background-color:#EAEAEA;
}

#wrapcentre {
	padding: 5px 10px;
	background-color:#EAEAEA;
	font-size: 10px;
}

#wrapfooter {
		float: left;
		width: 752px;
		clear: left;
		display: inline;
		height: 25px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding-top: 20px;
		padding-left: 30px;	
		background:url(../imageset/img/footer_bg.jpg) no-repeat;
		padding-bottom: 15px;
		
		}
			#wrapfooter h4 { float: left; font-weight: normal;}
			#wrapfooter p { float: right; margin-right: 35px; display: inline; }
			
			#wrapfooter a { text-decoration: none; color: #fff;line-height:14px; }
			#wrapfooter a:hover { text-decoration: underline;  color: #fff; }

#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: 5px 10px;
	background:#fff url(./images/dol.gif) no-repeat bottom;
	border-right:1px #EAEAEA solid;
	border-left:1px #EAEAEA solid;
	height:20px;
}

#datebar {
	margin:5px 10px 0px 10px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}

p {
	font-size: 10px;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	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: black;
	font-weight: bold;
	white-space: normal;
	font-size: 10px;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 10px;
}

.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: #000000;
	font-size:12px;
}

.postdetails {
	color: #000000;
	font-size: 10px;
}

.postbody {
	font-size: 10px;
	line-height: 1.4em;
	font-family: Verdana, "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: #F79238;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 10px;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 10px;
}

.genmed {
	margin: 1px 1px;
	font-size: 10px;
}

.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: Verdana, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: none;
	font-size: 15px;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: url(./images/cellpic3.gif) repeat-x;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #dfdfdf;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	color:#484848;
        background-color:#fff;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	color:#999999;
        background-color:#EFEFEF;
	text-indent: 4px;
}

.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row2 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row3 {
	background-color: #FFFFFF;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #999999;
	text-decoration: none;
}

a:active,
a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #484848;
	text-decoration: none;
}

a.forumlink {
	color: #EF7000;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 10px;
}

a.topictitle {
	margin: 1px 0;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

a.topictitle:visited {
	color: #8F8F8F;
	text-decoration: none;
}

th a,
th a:visited {
	color: #fff !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Verdana, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Verdana, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Verdana, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 10px;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 10px;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 10px;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #A9B8C2;
	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: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.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: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: Verdana, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Verdana, Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.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;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Verdana, Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/* HEADER */

	/* TOP - logo + search + mini icons */		
	#header {
		float: left;
		width: 782px;
		height: 112px;
		background: #f4f4f4;
	
	}
		#header img.logo {
			float: left;
			margin-left: -21px;
			}
		#header #rightt {
			float: right;
			width:373px;
			height: 112px;
			}
			#header #rightt form.search {
				float: left;
				width: 255px;
				height: 30px;
				background: url(../imageset/img/form_bg.gif) no-repeat ;
				display: inline;
				padding: 15px 0 0 118px; }
		
				
				#header #rightt form.search input {
					float: left;
					border: 0;
					width: 150px;
					font-family: Verdana, tahoma;
					font-size: 11px;
					color:  #999999;
					padding-left: 3px;
					padding-top: 2px;
					background: none;
					}
					#header #rightt form.search input.but {
						margin-left: 11px;
						margin-top:1px;
						width: 65px;
						cursor: pointer;
						color:#CBCBCB;
						}
				
				
			#header #rightt #icons {
				float: left;
				width: 100px;
				clear: left;
				display: inline;
				margin: 20px 0 0 280px;
			
			}	#header #rightt #icons a { float: left; margin-right: 9px; }
				#header #rightt #icons form { float: left; width: 80px;}
					#icons form select { float: left; margin-left: 18px;width: 80px; }
					
	/* OBRAZEK POD LOGO */				
	#image {
		float: left;
		width: 782px;
		height: 215px;
		background: url({T_IMAGESET_PATH}/img/image1.jpg) no-repeat;
		}
		
	/* MENU POZIOME */	
#menu {
		background: #eaeaea;
		float: left;
		width: 782px;
		height: 33px;
               }
#menu a {
float: left;
height: 33px;width: 131px;
}
		
#menu a.glowna, #menu a.glownax { background: url({T_IMAGESET_PATH}/img/menu2/glowna.jpg) no-repeat;}
#menu a.glowna:hover, #menu a.glownax { background: url({T_IMAGESET_PATH}/img/menu/glownax.jpg) no-repeat;}
			
#menu a.ofirmie, #menu a.ofirmiex { background: url(img/menu2/ofirmie.jpg) no-repeat;}
#menu a.ofirmie:hover, #menu a.ofirmiex { background: url(img/menu/ofirmiex.jpg) no-repeat;}
			
#menu a.oferta, #menu a.ofertax { background: url(img/menu2/oferta.jpg) no-repeat; width: 130px;}
#menu a.oferta:hover, #menu a.ofertax { background: url(img/menu/ofertax.jpg) no-repeat; }
			
#menu a.certyfikaty, #menu a.certyfikatyx { background: url(img/menu2/certyfikaty.jpg) no-repeat; width: 130px;}
#menu a.certyfikaty:hover, #menu a.certyfikatyx { background: url(img/menu/certyfikatyx.jpg) no-repeat; }
			
#menu a.press, #menu a.pressx { background: url(img/menu2/press.jpg) no-repeat; width: 131px;}
#menu a.press:hover, #menu a.pressx { background: url(img/menu/pressx.jpg) no-repeat; }
			
#menu a.kontakt, #menu a.kontaktx { background: url(img/menu2/kontakt.jpg) no-repeat; width: 129px;}
#menu a.kontakt:hover, #menu a.kontaktx  { background: url(img/menu/kontaktx.jpg) no-repeat; width: 129px;}

