/* Body class */

.gbody{
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
margin: 4px 4px 10px 4px;
}

/* General smart tables class */

table.forums {
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 100%;
border: 1px #cccccc solid;
display: table;
color: #000000;
border-collapse: collapse;
text-align: left;
} 

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

.tbTransparent{
font-family: Verdana,Arial,Helvetica,sans-serif;
background: transparent;
font-size: 11px;
line-height: 15px;
text-align: left;
}

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

.txtSm{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: underline;	
font-size: 10px;
}

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

.txtNr{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 11px;
}

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #ff2222;
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-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
border-top: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-bottom: #cccccc 1px solid;
font-size: 10px;
color: #000000;
/* height: 19px; */
}

.textForm {
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #ffffff;
border: 1px solid #cccccc;
width: 400px;
font-size: 11px;
}

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

td.caption1 {
background-color: #f1f1f1;
border: 1px #cccccc solid;
font-size: 11px;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
color: #2f2f2f;
}

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

td.caption2 {
background-color: #FFFFFF;
border: 1px #000000 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: #8b8b9d;
padding: 3px 5px 3px 5px;
height: 20px;
font-size: 11px;
line-height: 15px;
color: #ffffff;
}

/* 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: #d1d1d1;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-size: 11px;
font-weight: normal;
color: #323232;
line-height: 15px;
}

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

td.caption5 {
background-color: #F6F9FB;
padding: 4px;
height: 20px;
font-size: 11px;
line-height: 15px;
}

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6 {
background-color: #F3F9FB;
border: 1px #E4EEF3 solid;
padding: 4px;
height: 18px;
font-size: 11px;
font-weight: bold;
}

/* Caption 7 */

td.caption7 {
background-color: #dedede;
border: 1px #cccccc solid;
font-size: 11px;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
color: #2f2f2f;
}

/* Caption 8 */

td.caption8 {
background-color: #aaaaaa;
border: none;
font-size: 11px;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
color: #ffffff;
}

/* Caption 9 */

td.caption9 {
background-color: #d6d6d6;
border: none;
font-size: 11px;
line-height: 15px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 10px;
padding-top: 5px;
color: #000000;
}

/* 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: #E9EFF4;
}

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

.tbCel2{
background: #F6F9FB;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: #000000 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 11px;
}

.forum a, .forum a:link {
color: #000;
text-decoration: underline;
font-weight: bold;
}

.forum a:active {
color: #000;
text-decoration: underline;
}

.forum a:visited {
color: #000;
text-decoration: underline;
font-weight: bold;
}

.forum a:hover {
color: #999999;
text-decoration: underline;
}

.admin_panel{
	border: 1px solid #cccccc;
	background-color: #ffaaaa;
	margin: 0px 0px 4px 0px;
	padding: 2px;
}

.caption1 a,
.tbTransparent a{
	text-decoration: underline;
}

.ip{
	color: #000000;
	font-weight: bold;
}

.admin{
	color: #cccccc;
	font-weight: bold;
}
