/* General smart tables class */

table.forums {
width: 100%;
border: 1px #FFFFFF solid;
display: table;
border-collapse: collapse;
border-spacing: 0px;
color: #333333;
} 

.tbGreen {
background-color: #66CC00;
padding: 0px;
border: 1px #FFFFFF solid;
}

.tbBlue {
background-color: #0048A4;
padding: 10px;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-weight: bold;
border: 1px #FFFFFF solid;
}

.tbExpl {
background-image: url('./img/back.jpg');
background-repeat: repeat-x;
padding-left: 10px;
padding-top: 15px;
padding-bottom: 15px;
border: 1px #FFFFFF solid;
}

.tbExpl p {
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #333333;
font-size: 10px;
}

h1.heading {
font-size: 16px;
color: #0048A4;
font-family: Georgia,Garamond,Times,Serif;
font-weight: bold;
padding: 10px;
margin: 0px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 1px #FFFFFF solid;
padding: 4px;
height: 25px;
font-size: 12px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */
/* #CED7DE; */
td.caption2 {
background-color: #E1D0B9;
border: 1px #FFFFFF solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */
/* #D6DBDE; */

td.caption3 {
background-color: #E1D0B9;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc., Buttons menu, left info cell) */
/* #D6DBDE; */
td.caption4 {
background-color: #E1D0B9;
border: 1px #FFFFFF solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
border: 1px #FFFFFF solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 6 (this one is for displaying title headers (language, search). The same color as caption2, but different font size) */

td.caption6 {
background-color: #CFCFCF;
border: 1px #FFFFFF solid;
padding: 4px;
height: 20px;
font-size: 12px;
}

td.caption7 {
background-color: #f7eedb;
border: 10px #FFFFFF solid;
padding: 4px;
height: 20px;
font-size: 10px;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent{
width: 95%;
background: transparent;
font-size: 12px;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;	
font-size: 10px;
}


/* Font for displaying username in each thread */

DIV.username{
text-decoration: none;
font-size: 12px;
}

/* Class for select boxes */

.selectTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #f7eedb;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #f7eedb;
}

/* Class for displaying stuff like -> */

.bulletHead{
font-family: Arial,Helvetica,sans-serif;
color: #F2F2F2;
font-weight: bold;
}

/* Heading titles */

.header{
font-family: Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

.formStyle{
margin: 0px;
}

.inputButton {
background: #FFFFFF;
border-bottom: #00659C 1px solid;
border-left: #00659C 1px solid;
border-right: #00659C 1px solid;
border-top: #00659C 1px solid;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}

/* Input areas - boxes, textareas... */

.textForm {
background: #FFFFFF;
border-bottom: #00659C 1px solid;
border-left: #00659C 1px solid;
border-right: #00659C 1px solid;
border-top: #00659C 1px solid;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}

/* Stats bar */

.tbStBar{
border: 0px;
margin: 1px;
padding: 1px;
background: #FFA24A;
font-size: 11px;
}

/* Warning text */

.warning{
color: red;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif,Arial,Verdana;
font-size: 9px;
}


/*GENERAL DEFINITIONS*/

P{
font-family: Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-size: 13px;
}

SMALL{
font-family: Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-size: 11px;
}

PRE{
font-family: Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-size: 13px;
}
/*
li {
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #32323A;
text-decoration: none;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-right : 0px;
margin-left : 0px;
}

UL{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #32323A;
text-decoration: none;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-right : 15px;
margin-left : 15px;
}
*/

H1,H2{
font-family: Arial,Helvetica,sans-serif;
color: #32323A;
text-decoration: none;
font-size: 16px;
}

H3{
font-family: Arial,Helvetica,sans-serif;
color: red;
text-decoration: none;
font-size: 15px;
}

A:link {
color: #0048A4;
font-weight: bold;
text-decoration: underline;
}

A:active {
color: #0048A4;
font-weight: bold;
}

A:visited {
color: #0048A4;
font-weight: bold;
}

A:hover {
color: #FF0000;
font-weight: bold;
}

.reklama {
padding: 15px;
border: 1px #ff0000 solid; 
color: #ff0000;
}

.reklama ul {
font-size: 10px;
font-weight: bold;
margin-left: 0px;
}

.reklama ul li {
font-size: 10px;
color: #ff0000;
}
