/* Body class */

.gbody { font-family: Verdana, Arial, Helvetica, sans-serif; background: #fbf9f9; margin: 11px 0 10px }

/* General smart tables class */

table.forums     { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; display: table; margin-left: 10px; width: 640px; border: solid 1px #336; border-collapse: collapse    } 

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

.tbTransparent   { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px; background: transparent; text-align: left; width: 640px }

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

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

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

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

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning { color: #dd1001; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom: 0 }

/* Supscript class */

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

/* Class for select boxes */

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

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 11px;
margin-left: 15px;
}

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

.inputButton {
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
border-top: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-bottom: #CCCCCC 1px solid;
font-size: 10px;
color: #000000;
/* height: 19px; */
}

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

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

td.caption1  { font-size: 11px; line-height: 15px; padding: 2px 5px 1px }

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2  { font-size: 11px; font-weight: bold; line-height: 15px; background-color: #ffffff; padding: 4px; height: 20px }

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

td.caption3  { font-size: 11px; line-height: 15px; background-color: #fc3; padding: 3px; height: 20px }

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4   { color: #ffffff; font-size: 11px; font-weight: bold; line-height: 15px; background-color: #da6510; padding: 2px 5px }

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

td.caption5  { font-size: 11px; line-height: 15px; background-color: #fff8e0; padding: 4px; height: 20px }

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6  { font-size: 11px; font-weight: bold; background-color: #f6e5b3; padding: 4px; height: 18px; border: solid 1px #e4eef3 }

/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

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

.tbCel1  { background: #ddddf1 }

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

.tbCel2  { background: #f2f2fc }

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar { font-size: 15px; background: #e6a87a; text-align: right; margin: 1px; padding: 1px }

