/* Body class */

.gbody{
	font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}

/* General smart tables class */

table.forums, table.forumsmb {
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
width: 550px;
border: 1px #000000 solid;
display: table;
color: #777777;
border-collapse: collapse;
text-align: center;
margin-left: auto;
margin-right: auto;
} 

table.forumsmb{
margin-top:12pt;
margin-bottom:12pt;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent, .tbTransparentmb{
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
width: 550px;
color: #FFFFFF;
font-size: 11px;
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;
color: White;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
text-decoration: none;	
font-size: 10px;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
text-decoration: none;	
font-size: 11px;
}

/* Views color */

.views{
color:#777777;
}

/* Warning text */

.warning{
color: #FF0000;
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 10px;
}

/* Class for select boxes */

.selectTxt {
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 11px;
color: #555555;
background-color: #FFFFFF;
padding: 1px;
}

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 11px;
margin-left: 10pt;
}

/* Input areas - boxes, textareas... */

.inputButton {
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
cursor: pointer;
border-width: 0;
margin: 5px;
padding: 3px 10px;
background-color: #530302;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;

/* height: 19px; */
}

.textForm {
font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
border: 1px solid #393939;
background-color: #FFFFFF;
color: #000000;
padding: 4px;
font-size: 11px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 1px #000000 solid;
font-size: 11px;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
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: #000000;
color: #FFFFFF;
border: 1px #000000 solid;
padding: 4px;
height: 20px;
font-size: 11px;
font-weight: bold;
line-height: 15px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #AB0E05;
padding: 4px;
height: 20px;
font-size: 11px;
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: #AB0E05;
border: 1px #000000 solid;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-size: 11px;
font-weight: bold;
line-height: 15px;
text-align: left;
vertical-align: top;
color: #FFFFFF;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
border: 1px #000000 solid;
background-color: #160100;
padding: 4px;
height: 20px;
font-size: 11px;
line-height: 15px;
vertical-align: top;
}

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6 {
background-color: #AB0E05;
border: 1px #000000 solid;
padding: 4px;
height: 18px;
font-size: 11px;
font-weight: bold;
}

/* 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: #000000;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #111111;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: 1px solid #CCCCCC;
margin: 1px;
padding: 5px;
background-color: #FAFAFA;
font-size: 11px;
}

a:link {
color: #FFFFFF;
text-decoration: none;
}

a:active {
color: #FFFFFF;
text-decoration: none;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
text-decoration: underline;
}

ol.mbb, ul.mbb, blockquote.mbb{
margin-bottom: 0px;
}