/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
background-color: #697e56;
scrollbar-face-color:		#4b5f3a;
scrollbar-highlight-color:	#4b5f3a;
scrollbar-shadow-color:		#4b5f3a;
scrollbar-3dlight-color:	#4b5f3a;
scrollbar-arrow-color:		#000000;
scrollbar-track-color:		#697e56;
scrollbar-darkshadow-color:	#484824;
background-image: url();
margin: 0px;
}

/* General font families for common tags 
1. czcionki główne forum 
2. kolor linków 
3. wielkość i kolor czcionki na forum (posty) 
4. kolor i format czcionki po najechaniu myszą 
5. szerokość linii oddzielającej nagłówek posta od treści, kolor i szerokość oraz format jej obramowania*/
font,th,td,p			{ font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited	{ color : #253305 }
p, td			{ font-size : 11px; color : #000000; }
a:hover			{ text-decoration: underline; color : #990000; }
hr				{ height: 0px; border: solid #637354 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page 
Tło pomiędzy głównymi tabelami forum i jego obramowanie*/
.bodyline { background-color: #697e56; border: 1px #697e56 solid; }

/* This is the outline round the main forum tables 
Tło tabel i ich obramowanie*/
.forumline { background-color: #4b5f3a; border: solid #4b5f3a 0px; border-top-width: 1px; }

/* Main table cell colours and backgrounds 
Kolor tła tabel 
1. czerwone 
2. zielone 
3. żółte 
4. kolor tematu po użyciu “pomógł”*/
td.row1 { background-color: #acbd9f; }
td.row2 { background-color: #bbcaad; }
td.row3 { background-color: #acbd9f; }
td.row_helped { background-color: #bbcaad; }

/*
	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
  Tabelka na stronie głównej, jej kolor, obrazek tła i powtórzenie tła (czerwona)
*/
td.rowpic {
background-color: #8C9D73;
/*  obrazek tab pod tematy-posty*/
background-image: url('images/cellpic2.jpg');
background-repeat: repeat-y; height: 22px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color:			#bbcaad; font-size: 11px; font-weight: bold;
background-color:	#4b5f3a; height: 25px;
/* obrazek w nagłówku tabeli 'główna kat forum' */
background-image:	url(images/cellpic3.gif);
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#8C9D73; border: #black; border-style: solid; height: 28px;
/* obrazek w nagłówku tabeli 'kto jest na forum' */
background-image: url(images/cellpic1.gif);
}

/*
	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 :-)
	Tabelka z nazwą forum na str głównej
	*/
td.cat,td.catHead,td.catBottom { background-color: #8C9D73; 
/* tło nagłówka z nazwą kategorii */
background-image: url('images/cellpic1.gif'); height: 22px; }
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #4b5f3a; height: 28px;
}

/* nagłówek tabeli, np ogłoszenia */
th.thCornerL,th.thTop,th.thCornerR {color: #black; font-size: 70%; font-weight: bold; background-color: #4b5f3a;  background-image: url('images/cellpic3.gif'); height: 28px; }

/* Kolor tła i obramowania tabelki-spacji pomiędzy postami, także w profilu */
td.row3Right,td.spaceRow { background-color: #AEBD96; border: #AEBD96; border-style: solid; }

/* wielkość czcionki nagłówka, np. szybkiej odpowiedzi */
th.thHead,td.catHead			{ font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow	{ border-width: 0px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 0px; }
th.thLeft,td.catLeft			{ border-width: 0px; }
th.thBottom,td.catBottom		{ border-width: 0px; }
th.thTop				{ border-width: 0px; }
th.thCornerL				{ border-width: 0px; }
th.thCornerR				{ border-width: 0px; }

/* The largest text used in the index page title and toptic title etc. 
Czionka nazwy FORUM, jej wielkość, kolor, dekoracja*/
.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 
Opisy czcionek oznaczonych klasami gen, genmed i gensmall (dotyczy to np. tekstu ogłoszenia i wielu innych. Trudno określić, których dokładnie, bo występuje ta klasa w wielu miejscach w stylu. Aby sprawdzić, gdzie dokładnie, należy wyedytować pliki stylu i sprawdzić, jaka klasę ma czcionka, której parametry chcemy zmienić.*/
.gen						{ font-size: 12px; }
.genmed					{ font-size: 11px; font-style: italic; }
.gensmall					{ font-size: 10px; }
.gen,.genmed,.gensmall			{ color: #253305; }
a.gen,a.genmed,a.gensmall			{ color: #253305; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #990000; text-decoration: underline; }

/* The register, login, search etc links at the top of the page 
Czcionka w menu (także portalu!)*/
.mainmenu		{ font-size: 11px; color: #253305 }
a.mainmenu		{ text-decoration: none; color : #253305; }
a.mainmenu:hover	{ text-decoration: underline; color : #990000; }

/* Forum category titles 
Czcionka nazw kategorii i np. nagłówka statystyk. */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #253305; }
a.cattitle		{ text-decoration: none; color : #253305; }
a.cattitle:hover	{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php
Analogicznie jak wyzej, tylko dla linków do for */
.forumlink		{ font-weight: bold; font-size: 12px; color : #253305; }
a.forumlink		{ text-decoration: none; color : #253305; }
a.forumlink:hover	{ text-decoration: underline; color : #990000; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum
Wygląd nawigacji stron */
.nav		{ font-weight: bold; font-size: 11px; color : #253305;}
a.nav	{ text-decoration: none; color : #253305; }
a.nav:hover	{ text-decoration: underline; }
/* kolor strzałek >> */
.navlight		{ font-weight: normal; font-size: 11px; color : #253305;}

/* titles for the topics: could specify viewed link colour too 
Tytuły tematów w widoku forum */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #253305; }
a.topictitle:link	{ text-decoration: none; color : #253305; }
a.topictitle:visited	{ text-decoration: none; color : #990000; }
a.topictitle:hover	{ text-decoration: underline; color : #990000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places
Nazwa autora, w widoku skrzynki PW oraz nazwa autora posta - nick (ale tylko gościa i userów bez rang) */
.name { font-size : 11px; color : #253305; text-decoration: none}

/* Location, number of posts, post date etc
Czcionka opisu posta – data i czas napisania, także – opis pod avatarem – dołaczył, ilość postów i ranga słowna. */
.postdetails		{ font-size : 10px; color : #253305; }

/* The content of the posts (body of text)
Czcionka treści posta, sygnaturki */
.postbody		{ font-size : 12px; line-height: 18px }
a.postlink:link	{ text-decoration: none; color : #253305 }
a.postlink:visited	{ text-decoration: none; color : #990000; }
a.postlink:hover	{ text-decoration: underline; color : #990000 }

/* Quote & Code blocks
Widok w poście pól kodu i cytatu */
.code {
font-family:		Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color:	#ced9c4; border: #637354; border-style: solid;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

.quote {
font-family:		Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #006600; line-height: 125%;
background-color:	#ced9c4; border: #637354; border-style: dashed;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

/* Copyright and bottom info
Czcionka stopki i linku do PA */
.copyright		{ font-size : 10px; color: #484824; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : #484824; }
a.copyright:hover	{ text-decoration: underline; color : #990000; }

/* Form elements
Wygląd formularza */
form { margin: 0; }
form { display: inline; }

input,textarea, select {
color : #253305;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
background-color: #ced9c4;
}

/* The text input fields background colour
Wygląd pola tekstowego (np pola szybkiej odpowiedzi) */
input.post, textarea.post, select			{ background-color : #ced9c4; }
input.post2, textarea.post2, select	{ background-color : #ced9c4; }
input						{ text-indent : 2px; }

/* The buttons used for bbCode styling in message post
Wygląd buttonów bbcode w widoku pisania odpowiedzi */
input.button {
background-color :	#ced9c4;
color :			#000000;
font-size:		11px; font-family: Verdana, Arial, Helvetica, sans-serif;
cursor:			pointer;
}

/* The main submit button option
Wygląd buttonów potwierdzenia, np „zaloguj” */
input.mainoption {
background-color:	#ced9c4;
font-weight:		bold;
cursor:			pointer;
}

/* None-bold submit button
Wygląd buttonów z niepogrubioną czcionką, np, wyślij (shoutbox) */
input.liteoption {
background-color:	#ced9c4;
font-weight:		normal;
cursor:			pointer;
}

/* 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 ;)
Wygląd paska pomocy w widoku odpowiedzi tuż nad polem tekstowym (podpowiedzi dla buttonów, na przykład)
*/
.helpline { background-color: #ced9c4; border-style: none; }

/* Highlight bad words for moderators instead of censoring them
Kolor podświetlenia słowa ocenzurowanego, widoczny dla administracji */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background: #ced9c4 /* url(images/cellpic_bkg.jpg) repeat-x */}
.topnav { font-size:10px;background: #ced9c4 /* url(images/cellpic_nav.gif) repeat-x */ ;color:#990000; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #0EE0B7; border-width: 1px 0 1px 0 }

.pm { font-size: 11px; text-decoration: none; color: #FF0000 } 

/* Opis wyglądu shoutboxa */
.table0
{
	background-color: #acbd9f;
	border-bottom-color : #ced9c4;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-left-color : #ced9c4;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #ced9c4;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #ced9c4;
	border-top-style : solid;
	border-top-width : 1px;
	color : #000000;
	font-size : 10px;
}

/* Wygląd paneliku wyboru strony w przypadku tematów wielostronnicowych, a także linków w nim Zawartych. */
.pagination {
	color: #253305;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #bbcaad;
	color: #000;
	border-color: #D4D7DA;
	border: #D4D7DA 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #EAECEF;
	color: #253305;
	border-color: #EAECEF;
	border: #EAECEF 1px solid;
	text-decoration: none;
	padding: 1px;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");