
/* General smart tables class */

table.forums,
table.forumsmb	{
	font-family		: Verdana,Arial,Helvetica,sans-serif;
	width			: 640px;
	border-top		: solid 1px #C0C0C0;
	border-bottom	: solid 1px #C0C0C0;
	display			: table;
	color			: #303030;
	border-collapse	: collapse;
	text-align		: center;
	margin-left		: auto;
	margin-right	: auto;
	} 

table.forumsmb{
	margin-bottom:12pt;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

table.tbTransparent,
table.tbTransparentmb{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 640px;
	background: transparent;
	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{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 11px;
}

/* 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: #CF0000;
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;
font-size: 12px;
background: #D0D0D0;
border: #303030 1px solid;
color: #303030;
/* height: 19px; */
}

.textForm {
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
border-bottom: #C0C0C0 1px solid;
border-left: #C0C0C0 1px solid;
border-right: #C0C0C0 1px solid;
border-top: #C0C0C0 1px solid;
font-size: 12px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border-top		: 1px #C0C0C0 solid;
border-bottom	: 1px #C0C0C0 solid;
/*font-size: 12px;*/

line-height: 24px;
height: 24px;

padding	: 6px 5px 4px 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 #C0C0C0 dotted;*/
padding: 6px 4px;
height: 24px;
/*font-size: 12px;*/
font-weight: bold;
line-height: 24px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #F0F0F0;
padding: 3px;
height: 20px;
font-size: 12px;
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: #CF0000;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
/*font-size: 12px;*/
font-weight: bold;
color: #FFFFFF;
line-height: 24px;
height: 24px;
text-align: left;
vertical-align: top;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
background-color: #F8F8F8;
padding: 4px;
height: 20px;
font-size: 12px;
line-height: 15px;
vertical-align: top;
}

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6 {
background-color: #F0F0F0;
border: 1px #E4EEF3 solid;
padding: 4px;
height: 18px;
font-size: 12px;
font-weight: bold;
}


/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #FFFFFF;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #FAFAFA;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: #C0C0C0 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 12px;
}


ol.mbb, ul.mbb, blockquote.mbb{
margin-bottom: 0px;
}