/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
  Theme modified by daro (c) 2006
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 5px;
	background-color: #ece9d8;
	scrollbar-face-color: #f6f6f6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #f6f6f6;
	scrollbar-3dlight-color: #f1f1f1;
	scrollbar-arrow-color:  #373737;
	scrollbar-track-color: #fbfbfb;
	scrollbar-darkshadow-color: #98AAB1;
}
.nav2 {
text-align:right;
height: 23px;
vertical-align: middle;
/*background: rgb(236,233,216);*/
background: url('images/cellpic1.gif');
padding: 4px 8px 6px 8px; 
margin-left: -30px; 
border: #000000;
border-style: solid;
border-width: 0px 0px 2px 0px;
border-color:rgb(236,233,216);
}

.info_tabliczka {
background:rgb(239,239,239);
border-color:#666;
border-style:solid;
border-width:2px 2px 2px 2px;
color:#555;
display:block;
font-weight:bold;
padding:5px 3px 5px 35px;
margin: 0 150px 10px;
}

.nav_top { 
text-align:right;
height: 15px;
vertical-align: middle;
/*background: rgb(236,233,216);*/
background: url('images/cellpic1.gif');
padding: 8px 8px 5px 0px;
margin: -17px 0px 5px 0px;
border: #000000;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color:rgb(135,136,140);
}
.nav_top li { 
padding-left: 5px;
float: center; 
display: inline;  
}	
.nav_top a:link, .nav_top a:visited { 
float: center; 
font-size: 11px;  
font-weight: bold;	
padding: 4px 8px 6px 8px; 
text-decoration: none; 
color: #000000; 
}
.nav_top a:link.active, .nav_top a:visited.active, .nav_top a:hover { 
color: #3300FF 
}

span.pm{
color:red;
}


td.round_tl {
background-image: url('images/tl.gif');
background-position: left top;
background-repeat: no-repeat;
width: 10px;
height: 10px;
font-size: 1px;
color: white;
padding: 0px
}

td.round_tr {
background-image: url('images/tr.gif');
background-position: right top;
background-repeat: no-repeat;
width: 10px;
height: 10px;
font-size: 1px;
color: white;
padding: 0px
}

td.round_bl {
background-image: url('images/bl.gif');
background-position: left bottom;
background-repeat: no-repeat;
width: 10px;
height: 10px;
font-size: 1px;
color: white;
padding: 0px
}

td.round_br {
background-image: url('images/br.gif');
background-position: right bottom;
background-repeat: no-repeat;
width: 10px;
height: 10px;
font-size: 1px;
color: white;
padding: 0px
}

/* General font families for common tags */
font,th,td,p { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { text-decoration: none; color : #373737; }
a:hover		{ text-decoration: none; color : #373737; }
p, td			{ font-size : 11px; color : #373737; }
hr	{ height: 0px; border: solid #c7c7c7 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline {
background-color: #ffffff;
border-spacing: 0px;
border: 0px;
width: 100%;
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #c7c7c7; border: 0px #a9b8c2 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #fbfbfb; }
td.row2	{ background-color: #f6f6f6; }
td.row3	{ background-color: #f1f1f1; }
td.row4     { background-color: #E7DCDC; }
td.row_helped { background-color: #fbfbfb; }
td.row_warn { background-color: #fbfbfb; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	background-color: #FFFFFF;
	background-image: url(images/cellpic1.gif);
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: white; font-size: 10px; font-weight : bold; 
	background-color: #373737; height: 22px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(images/cellpic1.gif);
	background-color:#f1f1f1; 
	height: 23px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 23px; border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; height: 22px;
}
td.row3Right,td.spaceRow {
	background-color: #f1f1f1; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px;}
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
.menu { font-size : 10px; color: #373737; font-weight: bold; }
a.gen,a.genmed,a.gensmall { color: #373737; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #373737; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #373737;  }
a.mainmenu:hover{ text-decoration: none; color : #373737; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 10px ; letter-spacing: 1px; color : #373737}
a.cattitle		{ text-decoration: none; color : #373737; }
a.cattitle:hover{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #373737; }
a.forumlink 	{ text-decoration: none; color : #373737; }
a.forumlink:hover{ text-decoration: none; color : #373737; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #373737; }
a.nav:hover		{ text-decoration: none; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #373737; }
a.topictitle:visited { text-decoration: none; color : #000000; }
a.topictitle:hover	{ text-decoration: none; color : #373737; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #373737 }
a.postlink:visited { text-decoration: none; color : #000000; }
a.postlink:hover { text-decoration: none; color : #373737}

/* Quote & Code blocks */
.code { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: 1px #a9b8c2 solid; 
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: 1px #a9b8c2 solid;
}

.code {
	padding-left: 20px;
	background-image: url("../../images/nums/bg.gif");
	background-position: left;
	background-repeat: repeat-y;
}
.code .n {
	position: relative;
	right: 18px;
	top: 2px;
}
.code .n img {
	height: 10px;
}
.code .tab {
	border-bottom: 1px dashed #DCDCDC;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: none;}

/* Form */
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-indent : 2px; 
	font-size: 11px; 
	color: #323d4f; 
	background-color: #FFFFFF;
	border: 1px #a9b8c2 solid;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 11px; 
	color: #323d4f; 
	background-color: #FFFFFF;
	border: 1px #a9b8c2 solid;
}

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #323d4f; 
	background-color: #FFFFFF;
	border: 1px #a9b8c2 solid;
}

input.radio { border: none; background-color: transparent; }
input.button { font-weight: normal; }
input.mainoption { font-weight: bold; }
input.liteoption { font-weight: normal; }
input.post, textarea.post, select { font-weight: normal; }

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #f6f6f6; border-style: none; }

.plus_point {
	border:1px solid green;
	background:#6BFF6B;
	font-weight:bold;
	padding:2px;
}

.minus_point {
	border:1px solid red;
	background:#FF6B6B;
	font-weight:bold;
	padding:2px;
}

/* report info */
.report_point { border:1px solid #FFFF00; background:#CC9900; font-weight:bold; padding:3px; }
.report {color:373737; font-size: 11px; font-face: Tahoma; font-weight: bold; } 

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css"); 

/* Simple subforums mod */
a.topic-new, a.topic-new:visited { color: #373737; }
a.topic-new:hover, a.topic-new:active { color: #373737; }

/*
Styl multibb możesz modyfikować i przerabiać pod	
warunkiem zachowania informacji o autorze stylu/grafik.
*/
/* Dla cenzury - tabliczki obsługi */
.tablets {
width: 500px;
padding: 8px;
border: black 1px solid;
border-spacing: 2px;
font-size: 11px; font-family: Verdana;
text-align:center;
margin: auto;
}
