/* Body class */

.gbody{
font-family: Verdana,Helvetica,sans-serif;
background: #000000;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}

/* General smart tables class */

table.forums {
width: 85%;
border: 1px #B3BDC4 solid;
display: table;
border-collapse: collapse;
border-spacing: 0px;
color: #B3B7BC;
} 

.awatar img {
    border: solid 1px #353637;
    margin-top: 3px;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent{
width: 85%;
background: transparent;
font-size: 12px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 1px #353637 solid;
padding: 4px;
height: 25px;
font-size: 12px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
background-color: #25292F;
border: 1px #B3BDC4 solid; 
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #25292F;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc., Buttons menu, left info cell) */

td.caption4 {
background-color: #6371a5;
border: 1px #B3BDC4 solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
border: 1px #B3BDC4 solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 6 (this one is for displaying title headers (language, search). The same color as caption2, but different font size) */

td.caption6 {
background-color: #25292F;
border: 1px #B3BDC4 solid;
padding: 4px;
height: 20px;
font-size: 12px;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;	
font-size: 11px;
}

DIV{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-size: 12px;
}

/* Font for displaying username in each thread */

DIV.username{
text-decoration: none;
font-size: 12px;
}

/* Class for select boxes */

.selectTxt {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #000000;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #2A2A2C;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #2F2F31;
}

/* Class for displaying stuff like -> */

.bulletHead{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
font-weight: bold;
}

/* Heading titles */

.header{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

.formStyle{
margin: 0px;
}

.inputButton {
background: #333333;
border-bottom: #606062 1px solid;
border-left: #606062 1px solid;
border-right: #606062 1px solid;
border-top: #606062 1px solid;
font-family: Verdana,Helvetica,sans-serif;
font-size: 12px;
color: #B3B7BC;
}

/* Input areas - boxes, textareas... */

.textForm {
border: #8d97b9 1px solid;
color: #aaaaaa;
background-color: #535353;
font-family: Verdana,Helvetica,sans-serif;
font-size: 12px;
}

/* Stats bar */

.tbStBar{
border: 0px;
margin: 1px;
padding: 1px;
background: #414245;
font-size: 11px;
}

/* Warning text */

.warning{
color: red;
font-family: Verdana,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Verdana,Helvetica,Geneva,sans-serif,Verdana,Verdana;
font-size: 11px;
}


/*GENERAL DEFINITIONS*/

P{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-size: 12px;
}

PRE{
font-family: Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-size: 12px;
}

SMALL{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-size: 11px;
}

LI{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}

UL{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-right : 15px;
margin-left : 15px;
}

H1{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-size: 16px;
}

H3{
font-family: Verdana,Helvetica,sans-serif;
color: #B3B7BC;
text-decoration: none;
font-size: 15px;
}

A:link {
color: #B3BDC4;
text-decoration: none;
}

A:active {
color: #B3BDC4;
text-decoration: none;
}

A:visited {
color: #B3BDC4;
text-decoration: none;
}

A:hover {
color: #CCCCCC;
text-decoration: none;
}

/* Common: centered text in the row */
td.txtC{
text-align:center;
}

/* Common: left aligned text in the row */
td.txtL{
text-align:left;
}

/* Common: right aligned text in the row */
td.txtR{
text-align:right;
}

/* Common: no-wrapping for text */
.noWrap{
white-space:nowrap;
}

/* Message form: new reply href's hover */

#newreply:hover, #newtopic:hover{
text-decoration:none;
background-color:transparent;
}

/* Message form: table row */

td.pform{
border:1px #eee solid;
padding-top:2px;
padding-left:2px;
font-size:9pt;
border-bottom:1px #F3F3F3 solid;
vertical-align:top;
}

/* Message form: table row's image button hover */

td.pform A:hover IMG, .postedText A:hover IMG, td.caption1 A:hover IMG{
text-decoration:none;
}

/* Message form: BB code buttons, login/post button row */

td.pform#editorControls, td.pform#pformBottom{
padding-left:10px;
text-align:left;
padding-left:5px;
padding-top:8px;
padding-bottom:8px;
}

td.pform#editorControls img {
    border: 0px;
}

/* Message form: textarea's width, height */

.postingForm, .topicTitle{
width:550px;
}

.postingForm{
height:250px;
}

.quote{
background-color:transparent;
border-left:4px solid #dddddd;
color:#cccccc;
font-size:8pt;
margin-left:5pt;
padding:3px;
width:90%;
}

.quoting{
font-weight:bold;
border-top:0px;
color:#cccccc;
margin-left:3pt;
width:90%;
}

.postedText{
padding-top:10pt;
padding-bottom:10pt;
color: white;
}

