/* Body class */

.gbody{
font:14px "Times New Roman", Times, serif;
background: #F8F1DF;
margin:0;
padding:0;
border:0
}

table{
	border:0
}
/* General smart tables class */

table.forums {
width: 100%;
border:0;
color: #333;
text-align: left;
} 

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

.tbTransparent{

width: 100%;
border:0;
background: transparent;
text-align: left;
margin:0 0 17px 0;
}

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

.txtSm{
text-decoration: none;	
}
.txtMenu a{
	text-decoration:underline;
	color:#000
}
/*
.txtMenu a:visited{
	text-decoration:underline;
	color:#000
}*/
/* Normal analog text, used usually with SPAN */

.txtNr{
text-decoration: none;	

}

/* Views color */

.views{

}

/* Warning text */

.warning{
color: #663300;
font-weight: bold;
}

/* Supscript class */

.navCell{

}

/* Class for select boxes */

.selectTxt {
background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
list-style: circle;
margin-left: 15px;
}

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

.inputButton {
background-color: #E9E1CE;
border: 1px solid #707070;
color: #000;
font:13px "Times New Roman", Times, serif;
padding:0 0 1px 0;
}

.textForm {
background-color: #FFF;
padding:2px 5px;
font:13px "Times New Roman", Times, serif;
border: 1px solid #707070;
}

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

td.caption1 {
border-bottom: 1px solid #E1D2BD;
padding:7px 10px;
}

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

td.caption2 {
background-color:#E1D2BD;
padding: 7px 10px;
height: 20px;
font-weight: bold;
}

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

td.caption3 {
background-color:#E1D2BD;
padding: 5px 10px;
height: 20px;
}

/* 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: #E1D2BD;
padding: 7px 10px;
color: #000;
line-height: 15px;
}

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

td.caption5 {
background-color:transparent;
padding: 7px 10px;
}

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

td.caption6 {
background-color:#EBE3CE;
padding: 4px 10px;
font-weight: bold;
}

td.caption7 {
background-color:#E1D2BD;
padding: 4px 10px;
height: 20px;
font-weight: bold;
line-height: 15px;
}
td.caption7 a{
	color:#000;
}
/*
td.caption7 a:visited{
	color:#000;
}*/
td.caption8 {
padding:7px 10px;
font-size:12px;
}
td.caption9 {
border-top: 1px solid #E1D2BD;
height:7px;
}
td.caption10 {
background-color: #EBE3CE;
border:0;
padding:4px 10px

}
/* Font for displaying username in each thread */

.username{
text-decoration: underline;

}

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

.tbCel1{
background: #F8F1DF;

}
.tbCel1 td{
	font-size:14px;
}
/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #EBE3CE;

}



.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
padding: 7px 10px;
background: #EBE3CE;
}

A{
	color:#000;
	text-decoration: none;
}
/*
A:active {
color: #000;
text-decoration: none;
}

A:visited {
color: #7E7566;
text-decoration: none;
}*/

A:hover {
color: #000;
text-decoration: underline;
}
.cover{
	margin:0 30px;
}
.status{
	margin-bottom:20px;
}
.status a{
	text-decoration:underline;
}
/*
.status a:visited{
	text-decoration:underline;
}*/
.top{
	width:100%;
}
.top td{
	padding:0 10px;
	vertical-align:bottom;
}
.top .toright{
	font-size:12px;
}

.top .toright a, .top .toright em{
	text-decoration:underline;
	color:#000;
	font-style:normal;
}
.toright{
	text-align:right
}
table.aaa a{
	text-decoration: underline;
}/*
table.aaa a:visited{
	text-decoration: underline;
	color:#000;
}*/