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

/* General smart tables class */
table.forums, table.forumsmb {
width: 100%;
border: 1px #F5D4AB solid; /* FFE9BF */
display: table;
border-collapse: collapse;
border-spacing: 0px;
color: #333333;
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) */
.tbTransparent, .tbTransparentmb{
width: 100%;
background: transparent;
border-spacing: 0px;
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;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */
td.caption1 {
border: 1px #F5D4AB solid; /* FFE9BF */
height: 25px;
font-size: 12px;
padding: 4px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */
td.caption2 {
background-color: #FFFFFF; /* Line starting with :: */
border: 1px #F5D4AB solid; /* FFE9BF */
height: 20px;
font-size: 11px;
padding: 4px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */
td.caption3 {
background-color: #FFFFFF;
height: 20px;
font-size: 11px;
padding: 4px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc., Buttons menu, left info cell) */
td.caption4 {
background-color: #FFFFFF; /* FFE9BF */
border: 1px #F5D4AB solid;
height: 20px;
font-size: 11px;
padding: 4px;
}

/* Caption 5 (used for user input like password/login and registration etc) */
td.caption5 {
border: 1px #FFFFFF solid;
height: 20px;
font-size: 11px;
padding: 4px;
}

/* Caption 6 (this one is for displaying title headers (language, search). The same color as caption2, but different font size) */
td.caption6 {
background-color: #FFFFFF;
border: 1px #F5D4AB solid;
height: 20px;
font-size: 12px;
padding: 4px;
}

/* Views color */

.views{
color:#9A9A9A;
}

/* Small analog text, used usually with SPAN */
.txtSm{
font-family: Arial,Helvetica,sans-serif;
color: #333333;
text-decoration: none;	
font-size: 11px;
}

/* Class for select boxes */
.selectTxt {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
}

/* Odd cells */
.tbCel1{
background: #FFF8EA; /* FFF5EB */
}

/* Even cells */
.tbCel2{
background: #FFF0D3; /* FFF0E1 */
}

/* Heading titles */
.header{
font-family: Arial,Helvetica,sans-serif;
color: #333333;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

.formStyle{
margin: 0px;
}

.inputButton {
background: #FFF0D3;
border: 1px solid #EEBD8E;
font-family: Arial,Helvetica,sans-serif;
color: #B50000;
font-size: 11px;
height: 18px
}

/* Input areas - boxes, textareas... */
.textForm {
background: #FFFFFF;
border: #E6A57B 1px solid; /* EEBD8E */
font-family: Arial,Helvetica,sans-serif;
color: #333333;
font-size: 11px;
}

/* Stats bar */
.tbStBar{
border: 0px;
margin: 1px;
padding: 1px;
background: #FFF0D3;
font-size: 11px;
}

/* Warning text */
.warning{
color: red;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */
.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif;
font-size: 9px;
}

/* White font */
.transp{color: #ffffff;}


/*GENERAL DEFINITIONS*/
P{
font-family: Arial,Helvetica,sans-serif;
color: #333333;
font-size: 13px;
}

SMALL{
font-family: Arial,Helvetica,sans-serif;
color: #333333;
font-size: 11px;
}

LI{
font-family: Arial,Helvetica,sans-serif;
color: #333333;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-right : 0px;
margin-left : 0px;
}

UL{
font-family: Arial,Helvetica,sans-serif;
color: #333333;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-right : 15px;
margin-left : 15px;
}

H1{
font-family: Arial,Helvetica,sans-serif;
color: #333333;
font-size: 16px;
}

H3{
font-family: Arial,Helvetica,sans-serif;
color: red;
font-size: 15px;
}
