body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3b3b;
}

table,td
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 11px;
	color: #53080f;
	border:none;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #FFEA9E;
	border: 1px solid #fadd78;
	color:#7C2633;
}

/*  */
img {
	border: 0;
}

/* Header 1 - Main header */
tr.header1 
{	
	background-image: url('titleBack.gif');
	color: #7C2633;
	font-weight: bold;
	padding-left: 10px;
	font-size: 11pt;
}

tr.header1 a { color: #7C2633;	text-decoration: none; }
tr.header1 a:hover { color: #c46d88; text-decoration: underline; }	

td.header1 
{
	background-image: url('titleBack.gif');
	/*background-color: #66a262;*/
	color: #7C2633;
	font-weight: bold;
	padding-left: 10px;
	height: 40px;
	font-size: 11pt; vertical-align:middle;
}	

.header1Title
{
	background-image: url('titleBack.gif');
	color: #7C2633;
	font-weight: bold;
	padding-left: 10px;	
	height: 40px;
	font-size: 11pt; vertical-align:middle;
}

/* Header 2 - Sub header */
tr.header2 {
	background-color: #FFEA9E;
	color: #7C2633;
	font-weight: bold;
}

td.header2 {
	background-color: #FFEA9E;
	color: #7c2633;
	font-weight: bold;
}

td.header2 a { color: #000090; text-decoration: none; }
td.header2 a:link { color: #661723; text-decoration: none; }
td.header2 a:visited { color: #661723; text-decoration: none; }
td.header2 a:active { color: #661723; text-decoration: none; }
td.header2 a:hover { color: #661723; text-decoration: underline; }

td.infoTable {
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #F2F2F2;
}

/* all links */
.content a			{ color: #6F1A22; text-decoration: none; }
.content a:hover	{ color: #6F1A22; text-decoration: underline; }
.content .rss a { color: #FEBE16; }

/* Footer1 - Bottom of tables */
.footer1 {
	font-size: 7pt;
	height: 28px;
	background-color: #f4f4f4;
}
td.footer1 { text-align:center; padding:5px 0 10px;}
.footer1 select, .footer1 td {
	font-size: 10px;
}

.forumheading
{
	font-size: 9pt;
	font-weight: bold;
}

a.post_link
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

/* Header of posts */
.postheader
{
	background-color: #FFF9B3;
}

.postheader a 
{
	font-size: 11pt;
	color: #45161c;	
}


/* User info and post/article */
.post
{
	background-color: #fffdf0;
}

.post_alt
{
	background-color: #fffdf0;
}

tr.post:hover
{
	background-color: #fff7c4;	
}

tr.post_alt:hover
{
	background-color: #fff7c4;	
}

/* Footer of posts */
.postfooter
{
	background-color: #FFF9B3;
}

/* Area between posts */
.postsep
{
	background-color: #6F1A22;
}

/* most tables are class 'content' */
.content
{
	border: solid 0px #000000;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

.postformheader 
{
	background-color: #EEEEEE;
	font-weight:bold;
}

table.content td {
	padding: 10px; vertical-align:middle;
}

/* used for quoting messages */
.quote {
	padding-left: 16px;
	margin: 5px;
}

.innerquote
{
	padding: 4px;
	background-color: #fefefe;
	border: 1px dashed #808080;
}

/* used for code */
.code
{
	padding-left: 16px;	
	margin: 5px;
}

.innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color: #000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 10px; padding: 5px; }
.largefont	{ font-size: 11px; }

/* 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-top: 3px;*/
	/*border-top: 5px solid #f0e2e4;*/
	background: f5eec1;
}
table.command td.butpad { padding:7px 0 5px;}
/* p-tag at the top of pages with navigation links */
.navlinks { color: #FFF; }
.navlinks a { color: #FFF; font-weight: bold; text-decoration: none; padding:0 3px; }
.navlinks a:hover {text-decoration: underline; }
.navlinks  span, .navlinks  span a { color: #e0be31; }

/* for printing */
table.print {
	border: solid 1px #C0C0C0;
}
.printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

.pbutton {
	background-color: #7C2633;
	font-size: 10px;
	color: #FFFFFF;
	border: none;
	font-weight: bold; padding:3px 7px; margin:5px 10px;
}
 
.textfield {
	background-color: #FFFFFF;
	border: 1px solid #92000a;
	width: 100%;
}

.ButtonOut
{
	border: #669966 1px solid;
}
.ButtonOver
{
	border: #000000 1px solid;
	background-color: #ffffff;
}
.ButtonChecked
{
	border: #000000 1px solid;
}
.ButtonOff
{
	border: #669966 1px solid;
}

#bbcodeFeatures
{
	border: #eeffee 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;	
}
.tabfoot {background: #f5f5f5; padding: 10px; margin-top: -3px;}
.tabfoot td {background: #FFF5EE;}
.iconlegend 
{
  background: #FFF5EE;
    /*border-top: 5px solid #e3e3e3;*/
    padding: 5px; 
}
.iconlegend td { vertical-align:top; padding:0 10px 10px;}
	

.MarkAll a
{
    color: #000049;
    padding-right: 5px;
}

.inpDel 
{
    background: #7c2633;
    color: #FFF;
}

#current 
{
    color: #e0be31; font-weight:bold; padding:0 3px;
}
