/* Body class */

.gbody{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
background: #FDFBF7;
margin-top: 15px;
margin-bottom: 10px;
margin-right: 5px;
margin-left: 5px;
text-align: left;
}

/* General smart tables class */

table.forums {
width: 100%;
border: 1px #000000 solid;
display: table;
border-collapse: collapse;
border-spacing: 0px;
color: #000000;
text-align: left;
}

/* Caption color for displaying sub-headers like "topics, posted" etc. */

td.caption1 {
background: #AAAAAA;
border: 1px #000000 solid;
padding: 4px;
height: 25px;
font-size: 12px;
text-align: left;
}

/* Caption color for displaying main menu, New Topic text bg, New Message text bg */

td.caption2 {
background-color: #AAAAAA;
border: 1px #000000 solid;
padding: 4px;
height: 20px;
font-size: 11px;
text-align: left;
}

/* Caption the same color as caption2, but without border, Last Discussions, Topics titles, Forums Selection */

td.caption3 {
background-color: #D3BFA9;
padding: 4px;
height: 20px;
font-size: 11px;
text-align: left;
}

/* Caption for displaying not separate headers like Topics, Poster etc., Buttons menu, left info cell */

td.caption4 {
background-color: #AAAAAA;
border: 1px #000000 solid;
padding: 4px;
height: 20px;
font-size: 11px;
text-align: left;
}

/* Transparent caption without background color, but with border */

td.caption5 {
border: 1px #000000 solid;
background-color: #AAAAAA;
padding: 4px;
height: 20px;
font-size: 11px;
text-align: left;
}

/* Caption color for displaying title headers (language, search). The same color as caption2, but different font size */

td.caption6 {
background-color: #D3BFA9;
border: 1px #000000 solid;
padding: 4px;
height: 20px;
font-size: 12px;
text-align: left;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent{
width: 100%;
background: transparent;
font-size: 12px;
text-align: left;
}

.tbHeader {
width: 100%;
height: 1px;
text-align: left;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-size: 11px;
text-align: left;
}

DIV{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
text-align: left;
/* font-size: 12px; */
}

/* Font for displaying username in each thread */

DIV.username{
text-decoration: none;
font-size: 12px;
text-align: left;
}

/* Class for select boxes */

.selectTxt {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #D3BFA9;
text-align: left;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #E2D3C5;
text-align: left;
}

/* Class for displaying stuff like -> */

.bulletHead{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
font-weight: bold;
}

/* Heading titles */

.header{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 12px;
text-align: left;
}

.formStyle{
margin: 0px;
}

.inputButton {
background: #eee;
border-bottom: #ccc 1px solid;
border-left: #ccc 1px solid;
border-right: #ccc 1px solid;
border-top: #ccc 1px solid;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
}

/* Input areas - boxes, textareas... */

.textForm {
background: #FFFFFF;
border-bottom: #FFFFFF 1px solid;
border-left: #FFFFFF 1px solid;
border-right: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
}

/* Stats bar */

.tbStBar{
border: 0px;
margin: 1px;
padding: 1px;
background: #FFFFFF;
font-size: 11px;
}

/* Warning text */

.warning{
color: red;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif,Arial,Verdana;
font-size: 9px;
}


/*GENERAL DEFINITIONS*/

P{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
text-align: left;
/* font-size: 13px; */
}

SMALL{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-size: 11px;
}

PRE{
font-family: Helvetica,sans-serif;
color: #000000;
text-decoration: none;
font-size: 13px;
text-align: left;
}

H1{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #32323A;
text-decoration: none;
font-size: 16px;
}

H3{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: red;
text-decoration: none;
font-size: 15px;
}

A:link {
color: #2A577B;
text-decoration: none;
}

A:active {
color: #2A577B;
text-decoration: none;
}

A:visited {
color: #2A577B;
text-decoration: none;
}

A:hover {
background-color: #ccc;
color: #2A577B;
text-decoration: none;
}
