/* Body class */

.gbody{
margin-top: 11px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}

/* General smart tables class */

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

table.forums-title {
width: 550px;
display: table;
color: #000000;
margin-left: auto;
margin-right: auto;
} 


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

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

.tbTransparent, .tbTransparentmb{
width: 550px;
background: transparent;
font-size: 1em;
line-height: 15px;
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{
text-decoration: none;	
font-size: 1em;
}

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

.txtNr{
text-decoration: none;	
font-size: 1em;
}

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #ff0000;
font-size: 1em;
font-weight: bold;
}

/* Supscript class */

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

/* Class for select boxes */

.selectTxt {
font-weight: bold;
font-family: Calibri;
background: #F5D0EF;
color: #660066;
font-size: 1.3em;
}

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 1em;
vetical-align: top;
margin-top: -5px;
}

.limbb li{
margin-bottom: 5px;
vetical-align: top;
}

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

.inputButton {
margin: 0px;
background: #990099;
border-top: #330033 2px solid;
border-right: #990099 2px solid;
border-left: #330033 2px solid;
border-bottom: #990099 2px solid;
font-weight: bold;
font-family: Calibri;
color: #ffffff;
width: auto;
font-size: 1.3em;
}


.textForm {
font-size: 1.3em;
background: #F5D0EF;
color: #660066;
width:90%;
font-weight: bold;
font-family: Calibri;
}

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

td.caption1 {
border: 1px #E3E3E3 solid;
line-height: 15px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
text-align: left;
}

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

td.caption2 {
background-color: #FFFFFF;
border: 1px #CCCCCC dotted;
padding: 4px;
height: 20px;
line-height: 15px;
}

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

td.caption3 {
background-color: #F3F9FB;
padding: 3px;
height: 20px;
font-size: 1em;
line-height: 15px;
vertical-align: top;
}

/* 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: #330033;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-size: 1em;
font-weight: bold;
color: #FFFFFF;
line-height: 15px;
text-align: left;
vertical-align: top;
}

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

td.caption5 {
background-color: #ffffff;
padding: 4px;
height: 20px;
font-size: 1em;
line-height: 15px;
vertical-align: top;
}

/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-size: 1em;
font-weight: bold;
color: #000000;
}

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

.tbCel1{
background: #FCF2Fc;
}

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

.tbCel2{
background: #ffffff;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border-top: #F0F0F0 1px solid;
border-left: #F0F0F0 1px solid;
border-right: #F0F0F0 1px solid;
border-bottom: #cccccc 1px solid;
margin: 1px;
padding: 3px;
background: #F0F0F0;
font-size: 1em;
}



ol.mbb, ul.mbb, blockquote.mbb{
margin-bottom: 0px;
}
