body
{
		background-image: url('background.jpg');
  background-attachment: fixed;
}

body, td
{
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 8pt; color: #dddddd;
}

input
{
	font:8pt Verdana,Arial,Helvetica,sans-serif;
}

select
{ 
	color:#ffffff; Background:#444444; font:8pt Verdana,Arial,Helvetica,sans-serif 
}

textarea
{
	background:#333333;border:1px solid #000000;
	font:8pt Verdana,Arial,Helvetica,sans-serif;color:#dddddd;padding-bottom:2px;padding-left:2px
}

form
{
	display:inline
}

input
{
	border:1px solid #000000;font-size:8pt; background-color:#333333; color:#ffffff; padding:1px;
}

input.pbutton
{	
	background-image: url('bg_header1.png'); color:#ffffff;
}

/* For BBCode Post Buttons */
.ButtonOut
{
	background-color: #999999;
	color:#000000;
	background-image: url('bg_button1.png');
	filter: alpha(opacity=70);
	border: #888888 1px solid;
}
.ButtonOver
{
	background-color: #bbbbbb;
	border: #ffffad 1px solid;
}
.ButtonChecked
{
	background-color: #333333;
	border: #FFAD55 1px solid;
}
.ButtonOff
{
	color:#000000;
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #7F9DB9 1px solid;
}

/*  */
img 
{
	border: 0;
}

/* hyperlinks */
a			{ text-decoration: none; color: #ffff66; }
a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1 
{
	background-image: url('bg_header1.png');
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;
}

/* Links in header1 */
tr.header1 a		{color:#ffffaa;text-decoration:none}
tr.header1 a:hover	{color:#ffffff;text-decoration:none}

/* Header 2 - Sub header */
.header2 
{
	background-image: url('bg_header2.png');
	background-color: #000000;
	color: #cccccc;
	font-weight: bold;
	height: 28px;
}

/* Footer1 - Bottom of tables */
.footer1 
{
	background-image: url('bg_footer1.png');
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

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

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

.statusstrip
{
		background-image: url('bg_header2.png');
}

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

.post_alt
{
	background-color: #353535;
}	
.post_announcement
{
	background-color: #1a1a1a;
}	

.post_priority
{
	font-weight:bold;
}

.post_link
{
	font-weight: bold;
}

/* Footer of posts */
.postfooter 
{
	background-image: url('bg_footer2.png');

}

/* Area between posts */
.postsep 
{
	background-color: #000000;
	height: 1px 
}

/* most tables are class 'content' */
.content 
{
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #000000;
	color: #dddddd;
	padding: 0px;
	background-color: #000000;
}

.content td {
	padding: 3px;
}

#RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
.content a			{ color: #cccc33; text-decoration: underline; }
.content a:hover	{ color: #ffffff; text-decoration: none; }

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

.innerquote 
{
	padding: 4px;
	background-color: #3b3b3b;
	border: solid 1px #444444;
}

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

.innercode
{
	padding: 4px;
	/*background-color: #B2C8F6;*/
	background-color: #424244;
	border: solid 1px #555555;
	/*color:#014C00;*/
	color:#dddddd;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #888888;
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #888888;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #ffffff; }
.navlinks a { color: #cccc22; text-decoration: none }
.navlinks a:hover { color: #ffffff; }

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

/*
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;	
}
