/* Body class */

.gbody{
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
background: black;
	margin: 0;
	font-size: 10px;
}

/* General smart tables class */

img	{
	border: 0;
	
}

input, select, option
{
	font-size: 10px;
	font-family:  arial, helvetica, sans-serif;
	text-align: left;
}

table.forums {
align:left;
width: 500px;
border: 1px #CC0000 solid;
display: table;
border-collapse: collapse;
border-spacing: 0px;
color: #000000;
} 

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

td.caption1 {
border: 1px #CC0000 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: white;
border: 1px #CC0000 solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

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

td.caption3 {
background-color: white;
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: white;
border: 1px #CC0000 solid;
padding: 4px;
height: 20px;
font-size: 11px;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
background-color: white;
color:black;
border: 1px #CC0000 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: white;
border: 1px #CC0000 solid;
padding: 4px;
height: 20px;
font-size: 12px;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent{
width: 95%;
background: transparent;
font-size: 12px;
align:center;
color:#CC0000;
}

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

.txtSm{
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
color: black;
text-decoration: none;	
font-size: 11px;
}

.txtWh{
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
color: white;
text-decoration: none;	
font-size: 11px;
}

DIV{
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
color: BLACK;
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,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

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

.tbCel1{
background: #CCCCCC;
}

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

.tbCel2{
background:#999999;
}

/* Class for displaying stuff like -> */

.bulletHead{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #CC0000;
font-weight: bold;
}

/* Heading titles */

.header{
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
color: CC0000;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

.formStyle{
margin: 0px;

}

.inputButton {
background: #cccccc;
align=center;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
}

/* Input areas - boxes, textareas... */

.textForm {
background: #FFFFFF;

font-family:  verdana, tahoma, arial, helvetica, sans-serif;
font-size: 12px;
}

/* Stats bar */

.tbStBar{
border: 0px;
margin: 1px;
padding: 1px;
background: #white;
font-size: 11px;
}

/* Warning text */

.warning{
color: red;
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: verdana, tahoma, arial, helvetica, sans-serif;
font-size: 9px;
}


/*GENERAL DEFINITIONS*/

P{
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: 13px;
}

SMALL{
font-family:  verdana, tahoma, 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;
}

LI{
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
color: #32323A;
text-decoration: none;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-right : 0px;
margin-left : 0px;
}

UL{
font-family:  verdana, tahoma, arial, helvetica, sans-serif;
color: #32323A;
text-decoration: none;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-right : 15px;
margin-left : 15px;
}

H1{
	font-family:  verdana, tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;

}

h2
{
	font-size: 14px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

H3{
	font-family:  verdana, tahoma, arial, helvetica, sans-serif;
	color: CC0000;
	text-decoration: none;
	font-size: 12px;

}

A:link {
	font-size: 12px;
	padding: 0px;
	margin: 0;
	color: #3333CC;
}

A:active {
	font-size: 12px;
	padding: 0px;
	margin: 0;
	color: #3333CC;
}

A:visited {
	font-size: 12px;
	padding: 0px;
	margin: 0;
	color: #3333CC;
}

A:hover {
	font-size: 12px;
	padding: 0px;
	margin: 0;
	color: #3333CC;
}

