body, td
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	background:#121212;
	color:#fff;
	
}

input{font:8pt tahoma, sans-serif}

select{background:#121212;font:8pt tahoma, sans-serif;color:#ffffff}

textarea{background:#000000;border:1px solid #ffffff;
font:8pt Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px;color:#ffffff}

form{display:inline}

input{border:1px solid #4C77B6;font-size:8pt}

input.pbutton{   background: none transparent scroll repeat 0% 0%;
    color: #ccc;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #474747;
    border-left: 1px solid #474747;}

/* 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: #007ad5;
}
a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1
{
	/*background-image: url('bg_header1.png');*/
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size: 12px;
	background-color: #48609a;
}

/* Links in header1 */
tr.header1 a		{color:#ffcc33;text-decoration:none}
tr.header1 a:hover
{
	color: #cc0033;
	text-decoration: none;
}


/* Header 2 - Sub header */
.header2
{
	/*background-image: url('bg_header2.png');*/
	color: #ffffff;
	font-weight: bold;
	height: 28px;
	background-color: #48609a;
}

td.header2links a				{color: #ffcc33;text-decoration:none;font-size:7.5pt;}
td.header2links	a:hover	{color: #cc0033;text-decoration:none;font-size:7.5pt;}

/* Footer1 - Bottom of tables */
.footer1
{
	/*background-image: url('bg_footer1.png');*/
	font-size: 7pt;
	height: 28px;
	background-color: #48609a;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.postformheader
{
	background-color: #224177;
	font-weight: bold;
}

/* Header of posts */
.postheader
{
	background-color: #224177;
	color: #fff;
}

/* User info and post/article */
.post
{
	background-color: #224177;
	color: #fff;
	
}
.post textarea
{
	background-color:#ffffff;
	color:#000000;
}

.post_alt
{
	background-color: #ccd2d3;
	color: #fff;
}
.post_priority
{
	font-weight:bold;
}

.post_link
{

}

/* Footer of posts */
.postfooter
{
	background-color: #224177;
}

/* Area between posts */
.postsep 
{
	background-color: #224177;
	height: 2px 
}

/* most tables are class 'content' */
.content
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #ffffff;
	padding: 0px;
	background-color: #4a4066;
	border-right: #76634a 1px solid;
	border-top: #76634a 1px solid;
	border-left: #76634a 1px solid;
	border-bottom: #76634a 1px solid;
}

.content td {
	padding: 3px;
}

#RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
.content a
{
	color: #ffcc33;
	text-decoration: underline;
}
.content a:hover
{
	color: #cc0033;
	text-decoration: none;
}

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	padding: 4px;
	background-color: #224177;
	border: solid 1px #8394B2;
}

/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;	
}

.innercode
{
	padding: 4px;
	/*background-color: #B2C8F6;*/
	background-color: #000000;
	border: solid 1px #95B4F3;
	/*color:#014C00;*/
	color:#FFFFFF;
	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: #FFFF80;
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #FFFF00;
	/*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: #ffefe1;
	font-size: 9pt;
}
.navlinks a { color: #ffffff; text-decoration: none }
.navlinks a:hover { color: #cc0033; }

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #000000;
	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;	
}
