body, td
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #000000;
}

hr
{
	height: 2px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #555555;
	margin: 10px;
}

input
{
	font: 8pt Verdana,Arial,Helvetica,sans-serif;
}

select
{
	background: #ffffff;
	font: 8pt Verdana,Arial,Helvetica,sans-serif;
}

textarea
{
	background: #ffffff;
	border: 1px solid #404040;
	font: 8pt Verdana,Arial,Helvetica,sans-serif;
	padding-bottom: 2px;
	padding-left: 2px;
}

form
{
	display: inline;
}

input
{
	border: 1px solid #404040;
	font-size: 8pt;
}

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;
}

/*  */
img
{
	border: 0;
}

/* hyperlinks */
a
{
	text-decoration: none;
	color: #1786FB;
}
a:hover
{
	text-decoration: underline;
	color: #FF8300;
}

/* Header 1 - Main header */
.header1
{
	background: url( 'forumColumnBackground.gif' );
	background-color: #353535;
	color: #FF8300;
	font-weight: bold;
	height: 19px;
	font-size: 12px;
}
.header1 td
{
	background: url( 'forumColumnBackground.gif' );
	background-color: #353535;
	height: 19px;
}

/* Links in header1 */
tr.header1 a
{
	color: #FF8300;
	text-decoration: none;
}
tr.header1 a:hover
{
	color: #1786FB;
	text-decoration: none;
}

.header1Title
{
	color: #FF8300;
	font-weight: bold;
	font-size: 12px;
}

/* Header 2 - Sub header */
tr.header2
{
	background-color: #444444;
	color: #252525;
	font-weight: bold;
	/*height: 28px;*/
}

td.header2
{
	background-color: #444444;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	height: 15px;
}

tr.header2 td
{
	background-color: #444444;
}

td.header2links a
{
	color: #1786FB;
	text-decoration: none;
	font-size: 7.5pt;
}

td.header2links a:hover
{
	color: #FF8300;
	text-decoration: none;
	font-size: 7.5pt;
}

/* Footer1 - Bottom of tables */
.footer1
{
	font-size: 7pt;
	height: 28px;
	background-color: #fbfbfb;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.UserBox
{
	font-size: 7.5pt;
	color: #808080;
	background-color: #000000;
}

tr.post td.UserBox
{
	background-color: #222222;
}

tr.post_alt td.UserBox
{
	background-color: #222222;
}

.postformheader
{
	background-color: #D1D1D1;
	font-weight: bold;
}

/* Header of posts */
.postheader
{
	background-color: #222222;
	color: #cccccc;
}

.postheader a
{
	font-size: 10pt;
}

/* User info and post/article */
table.content td.post
{
	background-color: #444444;
	color: #ffffff;
}

table.content td.post td
{
	background-color: #444444;
	color: #ffffff;
}

tr.post td
{
	background-color: #333333;
	color: #ffffff;
}

tr.post_alt td
{
	background-color: #444444;
	color: #ffffff;
}

.post_priority
{
	font-weight: bold;
}

.post_link
{
	font-size: 10pt;
	font-weight: bold;
}

/* Footer of posts */
.postfooter
{
	background-color: #eaeaea;
}

/* Area between posts */
tr.postsep
{
	height: 2px;
}

tr.postsep td
{
	background-color: #000000;
}

/* most tables are class 'content' */
.content
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #ffffff;
	color: #000000;
	padding: 0px;
	background-color: #222222;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color= 'gray' , Direction=135, Strength=3));*/
}

.content td
{
	padding: 3px;
	background-color: #222222;
}

.forumheading
{
	font-size: 10pt;
	font-weight: bold;
}

.forumviewing
{
	font-size: 8pt;
	color: #a0a0a0;
}
.forumsubheading
{
	font-size: 7.5pt;
}

#RichEdit td
{
	padding: 0px;
}

/* links inside content table*/
.content a
{
	color: #1786FB;
	text-decoration: none;
}
.content a:hover
{
	color: #FF8300;
	text-decoration: underline;
}

/* used for quoting messages */
td.message
{
	background-color: #444444;
	border: 1px solid #cccccc;
	padding: 10px;
}

.quote
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote
{
	padding: 4px;
	background-color: #555555;
	border: solid 1px #dddddd;
	color: #ffffff;
}

/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;
}

.innercode
{
	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 */
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,Arial,Helvetica,sans-serif;
	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: #333333;
	font-size: 9pt;
}
.navlinks a
{
	color: #1786FB;
	text-decoration: none;
}
.navlinks a:hover
{
	color: #FF8300;
	text-decoration: underline;
}
.navlinks #current
{
	color: #FF8300;
}

/* for printing */
.print
{
	border: solid 1px #C0C0C0;
}
.printheader
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}
