body, td, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3E39;
}

/*  */
img {
	border: 0;
}

/* Header 1 - Main header */
td.header1 {
	background-color: #BDBBBA;
	color: #3B3E39;
	font-weight: bold;
	padding-left: 10px;
}

/* Header 2 - Sub header */
td.header2 {
	background-color: #E3E2DA;
	color: #7F7D6C;
	font-weight: bold;
}

td.header2 a { color: #579000; text-decoration: none; }
td.header2 a:link { color: #7F7D6C; text-decoration: none; }
td.header2 a:visited { color: #7F7D6C; text-decoration: none; }
td.header2 a:active { color: #7F7D6C; text-decoration: none; }
td.header2 a:hover { color: #7F7D6C; text-decoration: underline; }

td.welcomeTable {
	background-image: url(/images/forums_welcomebar.gif);
	background-color: #579000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	height: 28px;
}

td.welcomeTable a:link{ color: #FFFFFF; font-size: 11px; text-decoration: underline; font-weight:normal;}
td.welcomeTable a:visited{ color: #FFFFFF; font-size: 11px; text-decoration: underline; font-weight:normal;}
td.welcomeTable a:active{ color: #FFFFFF; font-size: 11px; text-decoration: underline; font-weight:normal;}
td.welcomeTable a:hover { color: #FFFFFF; font-size: 11px; text-decoration: none; font-weight:normal;}

td.infoTable {
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #F3F2F2;
}

/* Footer1 - Bottom of tables */
.footer1 {
	background-image: url(../Copy%20of%20chrome/bg_footer1.png);
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td {
	font-size: 10px;
}

/* Header of posts */
.postheader {
	background-color: #E3E2DA;
}

/* User info and post/article */
.post {
	background-color: #F5F5F2;
}

/* Footer of posts */
.postfooter {
	background-color: #BBBBBB;
}

/* Area between posts */
.postsep {
	background-color: #555555;
	height: 1px
}

/* most tables are class 'content' */
table.content {
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}

table.content td {
	padding: 5px;
}

/* links inside content table*/
.content a			{ color: #579000; text-decoration: underline; }
.content a:hover	{ color: #579000; 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: 10px; }
.largefont	{ font-size: 11px; }

/* 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-color: #3B3E39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border: none;
}
 
.textfield {
	background-color: #FFFFFF;
	border: 1px solid #3B3E39;
	width: 100%;
}