/* Body class */

.gbody{
font-family: Arial,Helvetica,Verdana,sans-serif;
background: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #333333;
scrollbar-arrow-color: #ffffff;
}

/* General smart tables class */

table.forums, table.forumsmb {
font-family: Arial,Helvetica,Verdana,sans-serif;
width: 480px;
border: 1px #CCCCCC solid;
display: table;
color: #ffffff;
border-collapse: collapse;
border-spacing: 0px;
text-align: left;
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: 480px;
padding: 4px;
background: transparent;
font-size: 12px;
text-align: left;
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 #353637 solid;
padding: 4px;
height: 25px;
font-size: 12px;
text-align: left;
font-weight: bold;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
background-color: #292C31;
border: 1px #292C31 solid;
padding: 4px;
height: 20px;
font-size: 11px;
text-align: left;
font-weight: bold;
}

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

td.caption3 {
background-color: #292C31;
padding: 4px;
height: 20px;
font-size: 11px;
text-align: left;
font-weight: bold;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc., Buttons menu, left info cell) */

td.caption4 {
background-color: #303439;
border: 1px #393A3B solid;
padding: 4px;
height: 20px;
font-size: 11px;
text-align: left;
font-weight: bold;
}

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

td.caption5 {
border: 1px #292C31 solid;
padding: 4px;
height: 20px;
font-size: 11px;
text-align: left;
font-weight: bold;
}

/* Caption 6 (this one is for displaying title headers (language, search). The same color as caption2, but different font size) */

td.caption6 {
background-color: #292C31;
border: 1px #303439 solid;
padding: 4px;
height: 20px;
font-size: 12px;
text-align: left;
font-weight: bold;
}

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

.txtSm{
font-family: Arial,Helvetica,Verdana,sans-serif;
color: #ffffff;
text-decoration: none;	
font-size: 11px;
text-align: left;
width: 480;
}

DIV{
font-family: Arial,Helvetica,Verdana,sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 12px;
text-align: left;
width: 480;
}

/* Font for displaying username in each thread */

DIV.username{
text-decoration: none;
font-size: 12px;
text-align: left;
width: 480;
}

/* Class for select boxes */

.selectTxt {
font-family: Arial,Helvetica,Verdana,sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #000000;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #333333;
scrollbar-arrow-color: #ffffff;
}

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

.tbCel1{
background: #4a4a4a;
}

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

.tbCel2{
background: #2F2F31;
}

/* Class for displaying stuff like -> */

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

/* Heading titles */

.header{
font-family: Arial,Helvetica,Verdana,sans-serif;
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

.formStyle{
margin: 0px;
}

.inputButton {
background: #ffffff;
border-bottom: #330000 2px solid;
border-left: #330000 2px solid;
border-right: #330000 2px solid;
border-top: #330000 2px solid;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}

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

.textForm {
background: #000000;
border-bottom: #606062 1px solid;
border-left: #606062 1px solid;
border-right: #606062 1px solid;
border-top: #606062 1px solid;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #ffffff;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #333333;
scrollbar-arrow-color: #ffffff;
}

/* Stats bar */

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

/* Warning text */

.warning{
color: #e6b800;
font-family: Arial,Helvetica,Verdana,sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Verdana,sans-serif;
font-size: 11px;
}


/*GENERAL DEFINITIONS*/

P{
font-family: Arial,Helvetica,sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 12px;
}

PRE{
font-family: Helvetica,sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 12px;
}

SMALL{
font-family: Arial,Helvetica,sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 11px;
}

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

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

H1{
font-family: Arial,Helvetica,sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 16px;
}

H3{
font-family: Arial,Helvetica,sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 15px;
}


A:link 	{font-family: Arial, Helvetica, Verdana, sans-serif; color: #cc9999; text-decoration :none; font-weight: bold;}
A:active	{font-family: Arial, Helvetica, Verdana, sans-serif; color: #909198; text-decoration :none; font-weight: bold;}
A:visited {font-family: Arial, Helvetica, Verdana, sans-serif; color: #999999; text-decoration :none; font-weight: bold;}
A:hover 	{font-family: Arial, Helvetica, Verdana, sans-serif; color: #ffffff; text-decoration: underline; font-weight: bold; background=#ffffff;}