body, td
{
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #303030;
}

input{font:8pt Verdana,Arial,Helvetica,sans-serif}

select{background:#ffffff;font:8pt Verdana,Arial,Helvetica,sans-serif}

textarea{background:#ffffff;border:1px solid #000000;
font:8pt Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

form{display:inline}

input{border:1px solid #606060;font-size:8pt}

input.pbutton{background:#ffffff;}

/* 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:link, a:visited{
	color:#0058A1;
	text-decoration:none;
	
}
a:hover, a:active{
	color:#000000;
	text-decoration:underline;
}

/* Header 1 - Main header */
table.content td.header1 {
	/*background-image: url('bg_header1.gif');*/
	background-color: #F7F3EA;
	color: #57554E;
	font-weight: bold;
	height: 32px;
	font-size:12px;
	text-transform:uppercase;
}
tr.header1 td{
	background-color: #F7F3EA;
}

/* Links in header1 */
tr.header1 a		{color:#FFFFFF;text-decoration:none}
tr.header1 a:hover	{color:#C0C0FF;text-decoration:none}

/* Header 2 - Sub header */
.header2 {
	/*background-image: url('bg_header2.png');*/
	background-color: #E8F1FA;
	color: #57554E;
	font-weight: bold;
	height: 28px;
}
.header2 a:link, .header2 a:visited, .header2 a:hover, .header2 a:active{
	color: #57554E;
}
/* Footer1 - Bottom of tables */
.footer1 {
	/*background-image: url('bg_footer1.png');*/
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.postformheader 
{
	background-color: #E8F1FA;
	font-weight:bold;
}

/* Header of posts */
.postheader 
{
	background-color: #E8F1FA;
	
}
.postheader td
{
	border-top:2px solid #0058A1;
}
.postheader td  td.postheader 
{
	border-top:none;
}
/* User info and post/article */
.post 
{
	background-color: #FBFBFB;

}
tr.post td, tr.post_alt{
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
}
.post_alt
{
	background-color: #fff;
}	

.post_priority
{
	font-weight:bold;
}

.post_link
{
	font-weight: bold;
}

/* Footer of posts */
.postfooter 
{
    background-color: #f4f4f4;
}

/* Area between posts */
.postsep 
{
	display:none;
}

/* most tables are class 'content' */
.content {
	border-collapse:separate;
	border: solid 1px #E4E4E4;
	border-top:5px solid #FF6700;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top:5px;
}

.content td {
	padding: 5px;
	padding-left:10px;
}

#RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
.content a			{ color: #0058A1; text-decoration: underline; }
.content a:hover	{ color: #000000; text-decoration: none; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	padding: 4px;
	background-color: #F7F3EA;
	border: solid 1px #E8F1FA;
}

/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;	
}

.innercode
{
	padding: 4px;
	/*background-color: #F7F3EA;*/
	background-color: #FFFFFF;
	border: solid 1px #E8F1FA;
	/*color:#014C00;*/
	color:#000000;
	font-BAK-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: #0058A1;
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-BAK-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: #000000; }
.navlinks a { color: #0058A1; 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;
}
.innerquote, .innercode {overflow:auto; height:100px}
td.header2links{
	background:#fff;
}
td.header1Title{
	font-weight:bold;
	color:#57554E;
	font-size:14px;
	background: #F7F3EA;
	text-transform:uppercase;
	
}