body
{
	background-color:#f8f5ee;
	font-family: Arial;
	font-size: 12px;
	color: #372a22;
}

td
{
	font-family: Arial;
	font-size: 12px;
	color: #372a22;
}

input, select
{
	font-family: Arial;
	font-size: 12px;
	color: #372a22;	
	background-color: #ffffff;
	border: 1px solid #382b23;	
}

/*  */
img {
	border: 0;
}

/* Header 1 - Main header */
tr.header1 {
	background-color: #382b23;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}

tr.header1 a { color: #ffffff;	text-decoration: none; }
tr.header1 a:hover { color: #f8f5ee; text-decoration: underline; }	

td.header1 
{
	background-color: #382b23;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}	

.header1Title
{
	/*background: url('bg_header5.png');*/
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;	
	background-color: #382b23;
}

/* Header 2 - Sub header */
tr.header2 {
	background-color: #dbd7cb;
	color: #a50c00;
	font-weight: bold;
}

td.header2 {
	background-color: #dbd7cb;
	color: #a50c00;
	font-weight: bold;
}

td.header2 a { color: #382b23; text-decoration: none; }
td.header2 a:link { color: #a50c00; text-decoration: none; }
td.header2 a:visited { color: #a50c00; text-decoration: none; }
td.header2 a:active { color: #a50c00; text-decoration: none; }
td.header2 a:hover { color: #a50c00; text-decoration: underline; }

td.infoTable {
	background-color: #f8f5ee;
	padding: 10px;
	border: 1px solid #dbd7cb;
}

/* Footer1 - Bottom of tables */
.footer1 {
	font-size: 12px;
	height: 28px;
	background-color: #f8f5ee;
}

.footer1 select, .footer1 td {
	font-size: 12px;
}

/* Header of posts */
.postheader {
	background-color: #dbd7cb;
}

/* User info and post/article */
.post
{
	background-color: #f8f5ee;
}

.post_alt
{
	background-color: #ede9de;
}

tr.post:hover
{
	background-color: #dbd7cb;	
}

tr.post_alt:hover
{
	background-color: #dbd7cb;	
}

/* Footer of posts */
.postfooter
{
	background-color: #e89b19;
}

/* Area between posts */
.postsep {
	background-color: #c9c3b4;
	height: 1px;
	background: url('bg_header2.png');
}

/* most tables are class 'content' */
.content
{
	border: solid 1px #382b23;
	padding: 0px;
	background-color: #f8f5ee;	
	margin: 0px;
	color: #000000;
}

.postformheader 
{
	background-color: #dbd7cb;
	font-weight:bold;
}

table.content td {
	padding: 5px;
}

/* links inside content table*/
.content a			{ color: #382b23; text-decoration: underline; }
.content a:hover	{ color: #382b23; text-decoration: none; }

/* used for quoting messages */
.quote {
	padding-left: 16px;
	margin: 5px;
}

.innerquote
{
	padding: 4px;
	background-color: #f8f5ee;
	border: 1px dashed #5f3e2d;
}

/* used for code */
.code
{
	padding-left: 16px;	
	margin: 5px;
}

.innercode
{
	padding: 4px;
	background-color: #f8f5ee;
	border: solid 1px #5f3e2d;
	color: #000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 11px; }
.largefont	{ font-size: 12px; }

/* Image Links */
a.imagelink {
	font-weight: bold;
	color: #000000;
}
a:hover.imagelink {
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor {
	width: 100%;
	height: 200px;
}

/* Table just above and below tables */
table.command {
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #000000; }
.navlinks a { color: #000000; text-decoration: none }
.navlinks a:hover {color: #382b23;
}

/* for printing */
table.print {
	border: solid 1px #5c3c2d;
}
.printheader {
	background-color: #efd99a;
	color: #a50c00;
	padding: 4px;
}
.printbody {
	background-color: #f8f5ee;
	color: #000000;
	padding: 4px;
}

.pbutton {
	background-color: #a50c00;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}
 
.textfield {
	background-color: #FFFFFF;
	border: 1px solid #382b23;
	width: 100%;
}

.ButtonOut
{
	border: #382b23 1px solid;
}
.ButtonOver
{
	border: #000000 1px solid;
	background-color: #f8f5ee;
}
.ButtonChecked
{
	border: #000000 1px solid;
}
.ButtonOff
{
	border: #382b23 1px solid;
}

#bbcodeFeatures
{
	border: #dbd7cb 1px solid;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
div.postdiv
{
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}