/*body, td, input, select
{
	font-family: Verdana;
	font-size: 8pt;
}*/

/*  */
img 
{
	border: 0;
}

/* hyperlinks */
a			{ text-decoration: none; color: #000080; }
a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1 {
	background-image: url('bg_header1.png');
	background-color: #8b1d06;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	padding-left:6px;
	font-size:12px;
}

/* Links in header1 */
tr.header1 a		{color:#FFFFFF;text-decoration:none}
tr.header1 a:hover	{color:#fdf2e2;text-decoration:none}

tr.header1 td { padding-left: 6px; }

/* Header 2 - Sub header */
.header2 {
	background-image: url('bg_header2.png');
	background-color: #E0E0E0;
	color: #8b1d06;
	font-weight: bold;
	height: 28px;
	padding-bottom:8px;
	border-bottom:1px solid #8b1d06;
}

/* Footer1 - Bottom of tables */
.footer1 {
	background-image: url('bg_footer1.png');
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.footer2 {
	background-color: #E0E0E0;
	font-size:0px;
	color: #444444;
	font-weight: bold;
	height:5px;
	padding-left:6px;
	border-top:1px solid #666666;
}

.spacer {
	height:10px;
	font-size:0px;
}

.topicTitle {
	background-color:#F4F4F4;
	padding-bottom:6px;
	border-bottom:1px solid #DDDDDD;
}

.topic1 {
	width:80%;
	padding-right:5px;
	padding-top:1px;
	font-size:12px;
}

.topic2 {
	width:70%;
	padding-right:5px;
	padding-top:3px;
}

.topic2 a			{ color:#8b1d06;font-weight:bold;text-decoration:none; }
.topic2 a:hover	{ color:#8b1d06;text-decoration:none; }
.topic2 a:visited { color:#C00000;text-decoration:none; }

/* Header of posts */
.postheader
{
	background-color: #E0E0E0;
	padding-left:6px;
	padding-bottom:10px;
	border-right:1px solid #666666;
}

tr.postheader td { padding-left: 6px; padding-bottom: 10px; }

/* User info and post/article */
.post 
{
	/*background-color: #E0E0E0;*/
	background-color: white;
}
.post img
{
	margin: 0 4px 0 8px;
}
.post input, .post textarea
{
	margin: 0 8px;
}

/* Footer of posts */
.postfooter 
{
    background-color: #E0E0E0;
}

/* Area between posts */
.postsep 
{
	background-color: #444444;
	height: 2px 
}

/* most tables are class 'content' */
.content {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	border: solid 1px #8b1d06;
	color: #000000;
	background-color: #FFFFFF;
}

.content input {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	color:#444444;
	width:200px;
}

.content textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size:12px;
	color:#444444;
	width:440px;
}

/* links inside content table*/
.content a			{ color:#8b1d06;font-weight:bold;text-decoration:none; }
.content a:hover	{ color:#C00000;text-decoration:none; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #B2C8F6;
	border: solid 1px #fdf2e2;
}

/* font sizes */
.smallfont	{ font-size: 8pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8b1d06;
	border:1px solid #8b1d06;
	padding:2px 10px;
	text-decoration:none;
}
a:hover.imagelink
{
	text-decoration:none;
	color: #8b1d06;
	background-color: #F6F6F6;
}

/* 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: #000000; }
.navlinks a { color: #000080; text-decoration: none }
.navlinks a:hover { color: #808080; }

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

.message 
{
	padding-bottom:14px;
	padding-left:6px;
	padding-right:12px;
	text-align:justify;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

