#content td
{
	font-family:Verdana, Arial, Sans-Serif; 
	font-size: 11px;
	color: #ffffff;
}

#content input, select
{
	font-family:Verdana, Arial, Sans-Serif; 
	font-size: 8pt;
	color: #000000;	
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;	
}

/*  */
#content img {
	border: 0;
}

/* Header 1 - Main header */
#content tr.header1 
{	
	background-image: url('titleBack.gif');
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 11pt;
}

#content tr.header1 a { color: #ff9900;	text-decoration: none; }
#content tr.header1 a:hover { color: #ff9900; text-decoration: underline; }	

#content td.header1 
{
	background-image: url('titleBack.gif');
	/*background-color: #66a262;*/
	color: #ff9900;
	font-weight: bold;
	padding-left: 10px;
	height: 30px;
	font-size: 14px;
}	

#content .header1Title
{
	background-image: url('titleBack.gif');
	color: #ff9900;
	font-weight: bold;
	padding-left: 10px;	
	height: 30px;
	font-size: 14px;
}

/* Header 2 - Sub header */
#content tr.header2 {
	background:transparent;
	color: #ffffff;
	font-weight: bold;
}

#content td.header2 {
	background:transparent;
	color: #ff9900;
	font-size:14px;
	font-weight: bold;
}

#content td.header2 a { color: #ffffff; text-decoration: none; }
#content td.header2 a:link { color: #ffffff; text-decoration: none; }
#content td.header2 a:visited { color: #ffffff; text-decoration: none; }
#content td.header2 a:active { color: #ffffff; text-decoration: none; }
#content td.header2 a:hover { color: #ffffff; text-decoration: underline; }

#content td.infoTable {
	background:transparent;
	padding: 10px;
	border: 1px solid #F2F2F2;
}

/* all links */
#content .content a			{ color: #ffffff; text-decoration: none; }
#content .content a:hover	{ color: #ffffff; text-decoration: underline; }

/* Footer1 - Bottom of tables */
#content .footer1 {
	font-size: 7pt;
	height: 28px;
	background:transparent;
}

#content .footer1 select, #content .footer1 td {
	font-size: 12px;
}

#content .forumheading
{
	font-size: 12px;
	font-weight: bold;
}

#content a.post_link
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

/* Header of posts */
#content .postheader{
	background:#000000;
	color: #ff9900;
	font-size:12px;
}

#content .postheader a 
{
	font-size: 11pt;
	color: #ff9900;	
}

.UserBox{
  background:#222222; 
}

/* User info and post/article */
#content .post
{
	background:transparent;
}

#content .post_alt
{
	background:transparent;
}

#content tr.post:hover
{
	background:transparent;
}

#content tr.post_alt:hover
{
	background:transparent;	
}

/* Footer of posts */
#content .postfooter
{
	background:#222222;
}

/* Area between posts */
#content .postsep
{
	background:transparent;
}

/* most tables are class 'content' */
#content .content
{
	border: solid 1px #777777;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background:#777777;
}

#content .postformheader 
{
	background-color: #EEEEEE;
	font-weight:bold;
}

#content table.content td {
	padding: 5px;
	background:#222222;
}

/* used for quoting messages */
#content .quote {
	padding-left: 16px;
	margin: 5px;
}

#content .innerquote
{
	padding:5px;
	background-color: transparent;
	border: 1px dashed #808080;
}

/* used for code */
#content .code
{
	padding-left: 16px;	
	margin: 5px;
}

#content .innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color: #000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
#content .smallfont	{ font-size: 10px; }
#content .largefont	{ font-size: 11px; }

/* Image Links */
#content a.imagelink {
	font-weight: bold;
	color: #ffffff;
}
#content a:hover.imagelink {
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
#content .posteditor {
	width: 100%;
	height: 200px;
}

/* Table just above and below tables */
#content table.command {
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
#content .navlinks { font-weight: bold; color: #ffffff; }
#content .navlinks a { color: #ffffff; text-decoration: none }
#content .navlinks a:hover {color: #666666;
}

/* for printing */
#content table.print {
	border: solid 1px #C0C0C0;
}
#content .printheader {
	background-color: #DDDDDD;
	color: #ffffff;
	padding: 4px;
}
#content .printbody {
	background-color: #FFFFFF;
	color: #ffffff;
	padding: 4px;
}

#content .pbutton {
	background-color: #3B3B3B;
	font-size: 10px;
	color: #ffffff;
	border: none;
	font-weight: bold;
}
 
#content .textfield {
	background-color: #FFFFFF;
	border: 1px solid #3B3b3b;
	width: 100%;
}

#content .ButtonOut
{
	border: #669966 1px solid;
}
#content .ButtonOver
{
	border: #000000 1px solid;
	background-color: #ffffff;
}
#content .ButtonChecked
{
	border: #000000 1px solid;
}
#content .ButtonOff
{
	border: #669966 1px solid;
}

#content #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.
*/
#content div.postdiv
{
	width: 100%;
	min-height: 100px;
	overflow: auto;	
	background:#222222;
}