td, input, select
{
	font-family: Verdana;
	font-size: 8pt;
	color:#404040;
}

/* For BBCode Post Buttons */
.ButtonOut
{
	filter: alpha(opacity=70);
	border: #7F9DB9 1px solid;
}
.ButtonOver
{
	background-color: #FFE1AC;
	border: #FFAD55 1px solid;
}
.ButtonChecked
{
	background-color: #FFCB7E;
	border: #FFAD55 1px solid;
}
.ButtonOff
{
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #7F9DB9 1px solid;
}

/*  */
img 
{
	border: 0;
}

/* Header 1 - Main header */
.header1 {
	background-image: url('bg_header1.png');
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
}



.header1Title {
	color: #FFFFFF;
}

/* Links in header1 */
td.header1 a		{color:#ffffff;text-decoration:none}
td.header1 a:hover	{color:#ffffff;text-decoration:underline}
td.header1 a:visted	{color:#000000;}

/* Header 2 - Sub header */
.header2 {
	/*background-image: url('bg_header2.png');*/
	background-color: #f0f0f0;
	color: #252525;
	font-weight: bold;
	height: 28px;
}

td.header2links a				{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
td.header2links	a:hover	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}

/* Footer1 - Bottom of tables */
.footer1 {
	/*background-image: url('bg_footer1.png');*/
	background-color: #fbfbfb;
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

/* Header of posts */
.postheader 
{
	background-color: #ffffff;
    color:#404040;
}

.postheader a
{
	font-size:10pt;
	
}

/* User info and post/article */
.post 
{
	background-color: #ffffff;
	color:#404040;
}

.post_alt
{
	background-color: #f3f3f3;
	color:#404040;	
}

.post_priority
{
	font-weight:bold;
}

.post_link
{
	font-size:10pt;
	font-weight:bold;
}

/* Footer of posts */
.postfooter 
{
	background-color: ##eaeaea;
}

/* Area between posts */
.postsep 
{
	background-color: #939393;
	height: 2px 
}

/* most tables are class 'content' */
table.content {
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #505050;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}

table.content td {
	padding: 3px;
}

/* links inside content table*/
.content a		{ color: #990000; text-decoration: underline; }
.content a:hover	{ color: #990000; text-decoration: none; }
.content a:visited	{ color: #330000; text-decoration: underline; }
/* used for quoting messages */
.quote 
{
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #CCCCCC;
	border: 1px solid #EEEEEE;
}

/* font sizes */
.smallfont	{ font-size: 7pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 9pt;
	font-weight: bold;
	color: #000080;
}
a:hover.imagelink
{
	text-decoration: none;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana;
	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: #333333; font-size: 9pt; }
.navlinks a { color: #C00000; text-decoration: none; }
.navlinks a:hover { color: #C00000; text-decoration: underline; }
.navlinks a:visited{ color: #C00000; text-decoration: none; }
.navlinks #current { color: #404040; } 


/* for printing */
table.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}