.forum, .forum td, .forum th
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 7.5pt;
	color:#404040;
}

.forum input{font:8pt Verdana,Arial,Helvetica,sans-serif}

.forum select{background:#ffffff;font:8pt Verdana,Arial,Helvetica,sans-serif}

.forum textarea
{
	background:#ffffff;
	border:1px solid #404040;
	font:8pt Verdana,Arial,Helvetica,sans-serif;
	padding-bottom:2px;
	padding-left:2px
}

.forum form{display:inline}

.forum input{border:1px solid #404040;font-size:8pt;}

.forum input.pbutton{background:#EEEEEE;}

/* 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;
}

/*  */
.forum img 
{
	border: 0;
}

/* hyperlinks */
.forum a:link		{ text-decoration: none; color: #E00000; }
.forum a:visited	{ text-decoration: none; color: #E00000; }
.forum a:hover		{ text-decoration: underline; }
.forum a:active		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1, .header1 td
{
	background: url('bg_header1.png');
	background-color: #353535;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;
}

/* Links in header1 */
.forum tr.header1 a:link	{color:#C00000;text-decoration:none}
.forum tr.header1 a:visited	{color:#C00000;text-decoration:none}
.forum tr.header1 a:hover	{color:#404040;text-decoration:none}
.forum tr.header1 a:active	{color:#404040;text-decoration:none}

.header1Title, .header1Title td
{
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;	
}

/* Header 2 - Sub header */
.header2, .header2 td
{
	background-color: #DDDDDD;
	color: #252525;
	font-weight: bold;
	height: 28px;
}

.forum td.header2links a:link	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
.forum td.header2links a:visited{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
.forum td.header2links a:hover	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
.forum td.header2links a:active	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}

/* Footer1 - Bottom of tables */
.footer1, .footer1 td
{
	font-size: 7pt;
	height: 28px;
	background-color:#fbfbfb;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.UserBox
{
	font-size:7.5pt;	
	color:#808080;
}

.postformheader, .postformheader td
{
	background-color: #D1D1D1;
	font-weight:bold;
}

/* Header of posts */
.postheader, .postheader td
{
	background-color: #eaeaea;
	color:#505050;
}

.postheader a
{
	font-size:10pt;
	
}

/* User info and post/article */
.post, .post td
{
	background-color: #F0F0F0;
	color:#404040;
}

.post_alt, .post_alt td
{
	background-color: #F5F5F5;
	color:#404040;	
}

.post_priority, .post_priority td
{
	font-weight:bold;
}

.post_link, .post_link td
{
	font-size:10pt;
	font-weight:bold;
}

/* Footer of posts */
.postfooter, .postfooter td
{
    background-color: #eaeaea;
}

/* Area between posts */
.postsep, .postsep td
{
	background-color: #939393;
	height: 2px 
}

/* most tables are class 'content' */
.content
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #505050;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;	
}

.content td {
	padding: 3px;
}

.forumheading, .forumheading td
{
	font-size:10pt;
	font-weight:bold;
}

.forumviewing, .forumviewing td
{
	font-size:8pt;
	color:#a0a0a0;
}
.forumsubheading, .forumsubheading td
{
	font-size:7.5pt;
}

#RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
.content a:link		{ color: #C02020; text-decoration: underline; }
.content a:visited	{ color: #C02020; text-decoration: underline; }
.content a:hover	{ color: #C00000; text-decoration: none; }
.content a:active	{ color: #C00000; text-decoration: none; }

/* used for quoting messages */
.quote, .quote td
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote, .innerquote td
{
	padding: 4px;
	background-color: #d1d1d1;
	border: solid 1px #505050;
}

/* used for code */
.code, .code td
{
	margin-left: 16px;
	padding-left: 16px;	
}

.innercode, .innercode td
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color:#000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
.forum a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}
.forum a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	/*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 */
.forum 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:link { color: #000000; text-decoration: none; }
.navlinks a:visited { color: #000000; text-decoration: none; }
.navlinks a:hover { color: #C00000; text-decoration: underline; }
.navlinks a:active { color: #C00000; text-decoration: underline; }
.navlinks #current { color: #900000; } 

/* for printing */
.print, .print td
{
	border: solid 1px #C0C0C0;
}
.printheader, .printheader td
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody, .printbody td
{
	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;	
}
*/