body { background-color: #DDD; 
	margin: 0px auto;
	align: center;
	text-align: center;
	font-family:arial, sans-serif; 
	font-size:0.9em;}
#body-div { border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #000;
	width: 780px; 
	height: auto;
	margin: auto;
	text-align:left;
	background-color: #FFF;}

/* General smart tables class */

table.forums {
width: 100%;
border: 1px #F00 solid;
display: table;
border-collapse: collapse;
border-spacing: 0px;
color: #F00;
} 

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

.tbTransparent{
width: 95%;
background: transparent;
}

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

.txtSm{
font-family: Arial,sans-serif;
color: #000;
text-decoration: none;	
font-size:75%;
}

DIV{
font-family: Arial,sans-serif;
color: #000;
text-decoration: none;
}

/* Font for displaying username in each thread */

DIV.username{
text-decoration: none;
}

/* Class for select boxes */

.selectTxt {
	font-family: Arial,sans-serif;
	background-color: #FFF;
}

/* Class for displaying stuff like -> */

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

/* Heading titles */

.header{
font-family: Arial,sans-serif;
color: #000;
text-decoration: none;
font-weight: bold;
}

.formStyle{
margin: 0px;
}

.inputButton {
background: #FFF;
border: #000 1px solid;
font-family: Arial,sans-serif;
}

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

.textForm {
background: #FFF;
border: #000 1px solid;
font-family: Arial,sans-serif;
}

/* Warning text */

.warning{
color: red;
font-family: Arial,sans-serif;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,sans-serif;
font-size: 75%;
}


/*GENERAL DEFINITIONS*/

P{
font-family: Arial,sans-serif;
color: #000;
text-decoration: none;
}

SMALL{
font-family: Arial,sans-serif;
color: #000;
text-decoration: none;
font-size: 90%;
}

PRE{
font-family: Arial,sans-serif;
color: #000;
text-decoration: none;
}

LI{
font-family: Arial,sans-serif;
color: #32323a;
text-decoration: none;
margin: 0px;
}

UL{
font-family: Arial,sans-serif;
color: #32323a;
text-decoration: none;
margin-top: 0px;
margin-bottom: 0px;
margin-right : 15px;
margin-left : 15px;
}

H1{
font-family: Arial,sans-serif;
color: #32323a;
text-decoration: none;
font-size: 135%;
}

H2{
font-family: Arial,sans-serif;
color: #32323a;
text-decoration: none;
font-size: 115%;
}

H3{
font-family: Arial,sans-serif;
color: red;
text-decoration: none;
font-size: 125%;
}

a:link, a:active, a:visited {
color: #000;
text-decoration: none;
}
a:hover { text-decoration:none;color:#888;}

#site-title { color: #FFF; 
	font-variant: small-caps; 
	font-size: 250%; 
	font-weight: bolder; 
	padding-left: 20px; 
	position: relative; }
#sub-title { color:#FFF; 
	font-variant: small-caps; 
	font-weight: bold; 
	padding-left: 20px;
	position: relative; }
#header { background-color: #bdff99; 
	background-image: url(../newlogo.png);
	width: 780px; 
	height: 160px;}
#header a { display: block;
	text-decoration: none;
	width: 100%; 
	height: 100%;}
.section-header { width: 100%;
	color: #000;
	border-top: 1px #000 solid;
	border-bottom:1px #000 solid;
	font-variant: small-caps;
	font-weight: bold; }
.section-header a:link, .section-header a:active, .section-header a:visited { color:#008000}
.section-header a:hover { color:#90e175}
#footer { }
.min-header { color: #000;
	font-weight: bold; 
	text-align: left;
	padding:1px;}
.stats-bar { margin:3px;
	padding-right:20px;
	clear:left;
	float:left;
	padding:0;
	text-align:left;
	background:#90e175;}
.stats-bar a:link, .stats-bar a:hover, .stats-bar a:active, .stats-bar a:visited { font-weight: bold; }

ul.vert { list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%; }
ul.vert li { padding: 0;
	margin-top: 1px;
	overflow:hidden;}
ul.vert li.even { background-color: #d7ffbd; }
ul.vert li.odd { background-color: #90e175; }
ul.horz { clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0; 
	width:100%;}
ul.horz li { float: left;
	padding: 1px;
	margin: 0; }
ul.horz li.icon { width:30px;border:0;text-align:center; }
ul.horz li.topic { text-align:left; }
ul.horz li.views { width:5em;float:right;text-align:center; }
ul.horz li.replies { width:7em;float:right;text-align:center; }
ul.horz li.posted { width:8em;float:right;text-align:center; }
ul.horz li.last { width:10em;float:right;text-align:center; }
ul.horz li.posts { width:6em;float:right;text-align:center; }
li.table-header { font-weight: bold;}
.cleaner {background:transparent none repeat scroll 0 0;
	border:medium none;
	clear:both;
	font-size:1px;
	height:1px;
	margin:0;
	padding:0;}
