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

.tbCel1{
 background: #ECECEC;
 border-width: 0px;
 border-color: #ECECEC;
 border-style: none;
 -moz-border-radius: ;
}

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

.tbCel2{
 background: #D9D9D9;
 border-color: #D9D9D9;
 border-width: 0px;
 border-style: none;
 -moz-border-radius: ;
}


/* Body class */
.gbody{
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FBF9F9;
margin-top: 11px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}

/* General smart tables class , table.forumsmb*/

table.forums {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 border-width: 0px;
 border-spacing: 0px;
 border-style: none;
 border-collapse: collapse;
 color: #000000;
/* text-align: center;*/
} 

table.forumsmb{
margin-bottom:12pt;
}
/*
td{
text-align: left;
}
*/
/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent, .tbTransparentmb{
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 650px;
background: transparent;
font-size: 12px;
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;
}



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

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


.txtLg{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 13px;
font-weight: bold;
}



.txtXtraLg{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 14px;
font-weight: bold;
}




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

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

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #225873;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

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

/* Class for select boxes */

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

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 12px;
margin-left: 10pt;
}

/* 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: 11px;
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: 12px;
}

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

td.caption1 {
font-size: 12px;
line-height: 15px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
padding-top: 7px;
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;
font-size: 12px;
font-weight: bold;
line-height: 15px;
}

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

td.caption3 {
padding: 5px;
font-size: 12px;
vertical-align: top;
padding-bottom: 6px;
}

/* 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: #757575;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-size: 11px;
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 reply) */

td.caption5 {
background-color: #D9D9D9;
padding: 4px;
height: 20px;
font-size: 12px;
line-height: 15px;
vertical-align: top;
border-collapse: collapse;
}
/* signature */
td.caption6 {  
font-size: 10px;
line-height: 15px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
padding-top: 1px;
text-align: left;
}

td.caption7 { /*member card */
vertical-align: top;
padding-bottom: 6px;
font-size: 11px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

td.caption8 { /*member card */
vertical-align: top;
padding-bottom: 6px;
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}


/* Font for displaying username in each thread */

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

.error_msg {
 font-size: 14px;
 color: red;
 font-weight: bold;
 padding-top: 5px;
 padding-bottom: 5px;
}


.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: #CCCCCC 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 12px;
}
/*
A:link {
color: #006699;
text-decoration: none;
}

A:active {
color: #006699;
text-decoration: none;
}

A:visited {
color: #006699;
text-decoration: none;
}

A:hover {
color: #0083C5;
text-decoration: none;
}

p { display:inline; } 

P,OL {
 font-size: 15px;
}*/



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