body
{
	margin:  0 4% 1em 4%;
	padding:  0;
	font-family:  Georgia, serif;
	line-height:  1.4;
	background:  #fff none;
	color:  #000;
}

h1, h2, h3, h4
{
	font-family:  Arial, sans-serif;
}

h1
{
	font-size:  160%;
	margin-top:  0;
}

h2
{
	font-size:  130%;
}

h3
{
	font-size:  115%;
}

h4
{
	font-size:  100%;
}

li
{
	margin-top:  0.3em;
}

dt
{
	font-weight:  bold;
}

table
{
	border:  2px solid #ccc;
	border-collapse:  collapse;
}

thead, tfoot, th
{
	font-weight:  bold;
}

thead, tfoot
{
	background-color:  #eee;
	color:  #000;
}

td, th
{
	border:  1px solid #ccc;
	padding:  0 0.3em;
}

img
{
	border:  none;
}

#header
{
	font-size:  180%;
	border-bottom:  2px solid #c00;
}

#footer
{
	clear:  both;
	border-top:  1px solid #999;
}

#maincontent
{
	width:  66%;
	margin:  1em 2% 1em 0;
	float:  left;
}

#sidebar
{
	float:  left;
	border-left:  1px solid #999;
	width:  26%;
	margin:  1em 0 1em 2%;
	font-family:  Arial, sans-serif;
	font-size:  90%;
}

#sidebar h2, #sidebar h3, #sidebar p, #sidebar table
{
	padding-left:  1em;
}

#sidebar table
{
	margin-left:  1em;
}

#sidebar ul, #sidebar ol
{
	margin:  0.5em 0;
	padding-left:  2.5em;
}

#sidebar ul ul, #sidebar ol ol
{
	padding-left:  1.2em;
}

.floatright
{
	float: right;
	margin:  0 0 4px 0.5em;
}

.logo
{
	font-weight:  bold;
	text-transform:  uppercase;
	text-decoration:  normal;
}

.logo .l1
{
	color:  #e6b900;
	letter-spacing:  0.1em;
}

.logo .l2
{
	color:  #83e600;
	font-size:  67%;
	vertical-align:  top;
}

.logo .l3
{
	color:  #83e600;
	font-size:  67%;
	vertical-align:  top;
	border-bottom:  0.15em solid;
}

.logo a
{
	text-decoration:  none;
}

.fineprint
{
	font-size:  85%;
	text-align:  center;
}

/* General smart tables class */

table.forums {
	width: 100%;
	border: 1px #CCCCCC solid;
	display: table;
	color: #000000;
	border-collapse: collapse;
	text-align: left;
} 
table.forums td {
	padding: 0.4em;
} 

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #225873;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif;
}

/* List style - user's info */

.limbb{
list-style: circle;
margin-left: 15px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

table.forums th, td.caption4 {
background-color: #8FBEE8;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-weight: bold;
color: #FFFFFF;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #E9EFF4;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #F6F9FB;
}

/* Stats bar */

.tbStBar{
border: #CCCCCC 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
}

