/* Body class */

.quote{ 
background: #FBF9F9; 
border: 1px dotted #8FBEE8; 
border-left: 2px solid #8FBEE8; 
color: #000; 
font-style: italic; 
font-size: 10px; 
margin: 8px auto 0 auto; 
padding: 3px; 
WIDTH: 95%; 
} 

.quoting{ 
background: #E4EAF2; 
font-style: normal; 
font-weight: bold; 
border-left: 1px solid #006699; 
border-top: 0; 
color: #465584; 
padding: 4px; 
margin: 0 auto 8px auto; 
} 

.gbody{
font-family: Verdana,Arial,Helvetica,sans-serif;
Font-Size: 13px;
background: #FFFFFF;
scrollbar-face-color: 777777; 
scrollbar-shadow-color: FFFFFF; 
scrollbar-highlight-color: FFFFFF; 
scrollbar-3dlight-color: 777777; 
scrollbar-darkshadow-color: 777777;  
scrollbar-arrow-color: FFFFFF;
}

.fh
{
    Font-Family: Verdana,Arial,Helvetica;
    Font-Size: 11px;
	color: #FFFFFF;
}
		
/* General smart tables class */

table.forums, table.forumsmb {
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 100%;
border: 1px #CCCCCC solid;
display: table;
color: #000000;
border-collapse: collapse;
text-align: left;
margin-bottom:12pt;
} 

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent, .tbTransparentmb{
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 100%;
background: transparent;
font-size: 11px;
line-height: 15px;
text-align: left;
margin-bottom:12pt;
}

img {
border: 0px;
}

td{
text-align: left;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 10px;
}

.txtSmm{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 10px;
color:#777777;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 11px;
}

/* red warning */
.txtWn{
color: #AA0000;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 11px;
}

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #225873;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif;
font-size: 10px;
}

/* Class for select boxes */

.selectTxt {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 11px;
margin-left: 15px;
}

/* Input areas - boxes, textareas... */
.inputButton 
{ 
font: 10px verdana,arial,helvetica; 
border: 1px solid; 
}

.textForm
{ 
font: 10px verdana,arial,helvetica; 
border: 1px solid; 
}

.focusForm
{ 
font: 10px verdana,arial,helvetica; 
border: 1px solid; 
background-color: #FFFF99;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 1px #E3E3E3 solid;
font-size: 11px;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
background-color: #EEEEEE;
border: 1px #CCCCCC dotted;
padding: 4px;
height: 20px;
font-size: 11px;
font-weight: bold;
line-height: 15px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #EEEEEE;
padding: 3px;
height: 20px;
font-size: 11px;
line-height: 15px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4 {
background-color: #999999;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
line-height: 15px;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
background-color: #FFFFFF;
padding: 4px;
height: 20px;
font-size: 11px;
line-height: 15px;
}

/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #FEFEFE;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #EEEEEE;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: #CCCCCC 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 11px;
}

A:link {
color: #006699;
text-decoration: none;
}

A:active {
color: #006699;
text-decoration: none;
}

A:visited {
color: #006699;
text-decoration: none;
}

A:hover {
color: #0000FF;
text-decoration: none;
}

