body, td, input, select
{
	font-family: Verdana;
	font-size: 8pt;
}

/* 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-color: #a0a0a0;
	color: #FFFFFF;
	font-weight: bold;
	height: 26px;
}

/* Header 2 - Sub header */
.header2 {
	background-color: #dddddd;
	color: #686868;
	font-weight: bold;
	height: 28px;
}

/* Category Heading          NGEN */

td.category
{
    background-color:#dddddd;
    height:28px;
    font-weight:bold;
}

td.category a
{
   text-decoration:none;
}

.subforumheading 
{
    font-weight:normal;
}

.forumheading 
{
    font-weight:normal;
}

.forumheading a:link
{
    text-decoration:underline;
}

.forumsubheading a
{
    text-decoration:underline;
}


/* NOT APPLICABLE - Footer1 - Bottom of tables 
.footer1 {
    background-color:#ff0000;
	font-size: 7pt;
	height: 28px;
}

*/

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

/* Header of posts */
.postheader 
{
	background-color: #CCCCCC;
}

/* User info and post/article */

.upperpost
{

	font-weight:normal;
}

.post 
{
	background-color: #eeeeee;
	font-weight:normal;
}

.postupper 
{
    background-color:#ff0000;
}

.post_alt
{
	background-color: #e6e6e6;
}


/* Footer of posts */
.postfooter 
{
	background-color: #BBBBBB;
}

/* Area between posts */
.postsep 
{
	background-color: #555555;
	height: 1px
}

/* most tables are class 'content' */
table.content {
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #dddddd;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}

.content TD {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px;
}

TEXTAREA {
    padding-right:0px;
    margin-right:-10px;
    width:90%;
    position:relative;
    float:left;
}

.uppercontent 
{
    background:none;
 }

.uppercontent a
{
       color:#333333;
       text-decoration:none;
}

/* links inside content table*/
.content a			{ color: #333333; text-decoration: underline; }
.content a:hover	{ color: #000000; 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; font-weight:normal; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
a:hover.imagelink
{
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 400px;
	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: #000000; }
.navlinks a { color: #000080; text-decoration: none }
.navlinks a:hover {
	color: #87CEEB;
}

/* for printing */
table.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;	
}
