body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6E7072;
}
div.wrap
{
position:static;
}
table
{
font-size:1.1em;
}
td
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#6E7072;
}

table input, table select
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#6E7072;
	background-color: #FFFFFF;
	border: 1px solid #dbd2c6;	
	padding:2px;
	margin-right:10px;
}
table a:hover
{
border:0;
}

/*  */
img {
	border: 0;
}

/* Header 1 - Main header */
tr.header1 {
	background: #803bbb url(trheader1.gif) repeat-x 0 0;
	color: #ffffff;
	font-weight: bold;
	padding-left: 1em;
}

tr.header1 a { color:#e9e1fd;	text-decoration: underline; }
tr.header1 a:hover { color:#e9e1fd; text-decoration: none; }	

td.header1 
{
	background: #803bbb url(trheader1.gif) repeat-x 0 0;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}	
td.header1 a
{
color:#e9e1fd;	
text-decoration: underline;
}
td.header1 a:hover
{
color:#e9e1fd;	
text-decoration:none;
}

.header1Title
{
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;	
	background: #503a22 url(trheader1.gif) repeat-x 0 0;
}

/* Header 2 - Sub header */
tr.header2 {
	background: #d3d3d3 url(tdheader.gif) repeat-x 0 0;
	color: #8046c8;
	font-weight: bold;
}

td.header2 {
	background: #d3d3d3 url(tdheader.gif) repeat-x 0 0;
	color: #8046c8;
	font-weight: bold;
}

td.header2 a { color: #000; text-decoration: underline; }
td.header2 a:link { color: #000; text-decoration: underline; }
td.header2 a:visited { color: #999; text-decoration: none; }
td.header2 a:active { color: #874606; text-decoration: none; }
td.header2 a:hover { color: #000; text-decoration: none; }

td.infoTable {
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #F3F2F2;
}

/* Footer1 - Bottom of tables */
.footer1 {
	
	height: 28px;
	background-color: #f4f4f4;
}

.footer1 select, .footer1 td {
	
}

/* Header of posts */
.postheader {
	background-color: #d6d6d6;
}

/* User info and post/article */
.post
{
	background-color: #F5F5F2;
}

.post_alt
{
	background-color: #FAFAF5;
}

/*tr.post:hover
{
	background-color: #FFFFFF;	
}

tr.post_alt:hover
{
	background-color: #FFFFFF;	
}*/

/* Footer of posts */
.postfooter
{
	background-color: #eae4ee;
}

/* Area between posts */
.postsep {
	background-color: #555555;
	height: 1px;
	background: url('bg_header2.png');
}

/* most tables are class 'content' */
table .content
{
	border-bottom: solid 1px #6e7072;
	padding: 0px;
	background-color: #ffffff;	
	margin: 0px;
	color: #000000;
}

.postformheader 
{
	background-color: #e9e5e0;
	font-weight:bold;
}

table.content
{

}
table.content td {
	padding: 5px;
}

/* links inside content table*/
.content a			{ color: #a480c2; text-decoration: underline;  }
.content a:hover	{ color: #a480c2; text-decoration: none; }

/* used for quoting messages */
.quote {
	padding-left: 16px;
	margin: 5px;
}

.innerquote
{
	padding: 4px;
	background-color: #ded7e3;
	border: 1px dashed #685e4f;
}

/* used for code */
.code
{
	padding-left: 16px;	
	margin: 5px;
}

.innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #685e4f;
	color: #000000;
	font-size:.8em;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: .8em; }
.largefont	{ font-size: 1em; }

/* 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: #666666;
}

/* 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: #555 url(btn_back.gif) repeat-x 0 0;
	font-size: 0.8em;
	color: #FFFFFF;
	border:1px solid #666;
	font-weight: bold;
	cursor:pointer;
	text-transform:uppercase;
	padding:0.5em;
}
 
.textfield {
	background-color: #FFFFFF;
	border: 1px solid #3B3E39;
	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;	
}