/* Body class */

.gbody{
font-family:Arial,Helvetica,sans-serif;
background: #eedfbe;
margin: 0px;
}

/* General smart tables class */

table.forums {
font-family: Arial,Helvetica,sans-serif;
width: 100%;
border: 2px #CACAC8 solid;
display: table;
color: #59513E;
border-collapse: collapse;
text-align: left;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent{
font-family: Arial,Helvetica,sans-serif;
width: 100%;
background: transparent;
font-size: 11px;
line-height: 15px;
text-align: left;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
font-size: 10px;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
font-size: 11px;
}

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #225873;
font-family: Arial,Helvetica,sans-serif;
font-size: 80%;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif;
font-size: 70%;
}

/* Class for select boxes */

.selectTxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
background-color: #F0F0F0;
}

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 80%;
margin-left: 15px;
}

/* Input areas - boxes, textareas... */

.inputButton {
font-family: Arial,Helvetica,sans-serif;
background: #F0F0F0;
border: #DCDBDB 1px solid;
font-size: 11px;
color: #000000;
height: 18px;
padding:0px 3px 0px 3px;
}

.textForm {
font-family: Arial,Helvetica,sans-serif;
background: #F6F6F6;
border: #BDBDBD 1px solid;
font-size: 11px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 2px #F0F0F0 solid;
font-size: 70%;
line-height: 15px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
background-color: #9D9D9D;
border-bottom: #60605F double;
padding: 5px 4px 5px 4px;
height: 20px;
font-size: 70%;
font-weight: bold;
line-height: 15px;
color: #F0F0F0;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #F0F0F0;
height: 20px;
font-size: 80%;
line-height: 15px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4 {
background-color: #C2C2C2;
padding: 6px 4px 6px 4px;
font-size: 12px;
font-weight: bold;
color: #F0F0F0;
line-height: 15px;
border-bottom: double #7F7F7F;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
background-color: #DEDEDE;
padding: 8px 4px 8px 4px ;
height: 20px;
font-size: 80%;
line-height: 15px;
}

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6 {
background-color: #F3F9FB;
border: 1px #E4EEF3 solid;
padding: 4px;
height: 18px;
font-size: 80%;
font-weight: bold;
}

/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-size: 80%;
font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #DEDEDE;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #ECECEC;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: #CCCCCC 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 80%;
}