/* Body class */

.gbody{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
background: #AD8969;
margin-top: 15px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}

/* General smart tables class */

table.forums, table.forumsmb {
width: 90%;
border: 1px #000000 solid;
display: table;
border-collapse: collapse;
border-spacing: 0px;
color: #000000;
text-align: center;
margin-left: auto;
margin-right: auto;
} 

table.forumsmb{
margin-bottom:12pt;
}

/* Caption color for displaying sub-headers like "topics, posted" etc. */

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

/* Caption color for displaying main menu, New Topic text bg, New Message text bg */

td.caption2 {
background-color: #E2D3C5;
border: 1px #000000 solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption the same color as caption2, but without border, Last Discussions, Topics titles, Forums Selection */

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

/* Caption for displaying not separate headers like Topics, Poster etc., Buttons menu, left info cell */

td.caption4 {
background-color: #917461;
border: 1px #000000 solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Transparent caption without background color, but with border */

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

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

.tbTransparent, .tbTransparentmb{
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 90%;
background: transparent;
font-size: 12px;
text-align: center;
margin-left: auto;
margin-right: auto;
vertical-align: top;
}

.tbTransparentmb{
margin-bottom:12pt;
}

.tbTransparentCell{
text-align: left;
}

img {
border: 0px;
}

td{
text-align: left;
}

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

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

.txtNr{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 11px;
}

DIV{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-size: 12px;
}

/* Font for displaying username in each thread */

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

/* Class for select boxes */

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

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

.tbCel1{
background: #D3BFA9;
}

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

.tbCel2{
background: #E2D3C5;
}

/* Class for displaying stuff like -> */

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

/* Heading titles */

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

.formStyle{
margin: 0px;
}

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

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

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

/* Stats bar */

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

.tbStBar A:link, A:visited, A:active, A:hover {
color:#FFFFFF;
}

/* Warning text */

.warning{
color: red;
font-family: Verdana,Geneva,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: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-size: 13px;
}

SMALL{
font-family: Verdana,Geneva,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{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #32323A;
text-decoration: none;
font-size: 16px;
}

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

A:link {
color: #000000;
text-decoration: underline;
}

A:active {
color: #000000;
text-decoration: underline;
}

A:visited {
color: #000000;
text-decoration: underline;
}

A:hover {
color: #FFFFFF;
text-decoration: underline;
}

/* decorative quotes */ 

.quote{ 
background: #F1ECE6; 
border: 1px dotted #735C48; 
border-left: 3px solid #8D7866; 
color: #423731; 
font-style: italic; 
font-size: 10px; 
margin: 8px auto 0 auto; 
padding: 3px; 
WIDTH: 95%; 
} 

.quoting{ 
background: #EDDCCB; 
font-style: normal; 
font-weight: bold; 
border-left: 2px solid #C5B6A9; 
border-top: 0; 
color: #675C56; 
padding: 4px; 
margin: 0 auto 8px auto; 
} 

/* --decorative quotes */ 