body, tr, input, select
{
	font-family: Verdana, Helvetica;
	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: solid 1px fuchsia;
}


/*  */
img 
{
	border: 0;
}

/* hyperlinks */
a			{ text-decoration: none; color: #2c2c2c; }
a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1 {
	/* background-image: url('bg_header1.png'); */
	background-color: #6a6a6a;
	color: #ffffff;
	font-weight: bold;
	height: 32px;
}

/* Links in header1 */
tr.header1 a		{color:#FFFFFF;text-decoration:none}
tr.header1 a:hover	{color:gray;text-decoration:none}

/* Header 2 - Sub header */
.header2 {
	/* background-image: url('bg_header2.png'); */
	background-color: #d2d2d2;
	color: maroon;
	font-weight: bold;
	height: 28px;
}

/* Footer1 - Bottom of tables */
.footer1 {
	/* background-image: url('bg_footer1.png'); */
	background-color: silver;
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

/* Header of posts */
.postheader 
{ color: white; background-color: gray; }

tr.postheader a, td.small a, td.header1Title
{
	color: white;
}

/* User info and post/article */
.post 
{
	background-color: #dcdcdc;
}

/* Footer of posts */
.postfooter 
{
    background-color: gray;
}

/* Area between posts */
.postsep 
{
	background-color: gray;
	height: 1px 
}

/* most tables are class 'content' */
.content { font-family: verdana; font-size: 8pt; border: solid 1px #afafaf; color: #000000; background-color: white; padding: 0; }

.content td {
	padding: 3px;
}

/* links inside content table*/
.content a			{ color: #2c2c2c; text-decoration: underline; }
.content a:hover	{ color: #000000; text-decoration: underline; }

/* content-title */
div.content-title { padding-top:16px; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: silver;
	border: solid 1px #000000;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}
a:hover.imagelink
{
	text-decoration: underline;
	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: #000000; }
.navlinks a { color: #2c2c2c; 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;
}
.postMLineEditBox
{
	width: 100%;
	height: 290px; 
}
