body, td, input, select
{
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
}

/*  */
img 
{
	border: 0;
}

/* hyperlinks */
a			{ text-decoration: none; color: #666666; }

/* Header 1 - Main header */
.header1 {
	/*background-image: url('bg_header1.png');*/
	background-color: #BDC5CA;
	/*color: #FFFFFF;*/
	height: 32px;
}

/* Header 2 - Sub header */
.header2 {
	/*background-image: url('bg_header2.png');*/
	background-color: #8E9CA4;
	color: #ffffff;
	font-weight:bold;
	height: 28px;
}

.header3 {
	/*background-image: url('bg_header2.png');*/
	background-color: #f6f6f6;
	font-weight:bold;
	height: 28px;
}


/* Footer1 - Bottom of tables */
.footer1 {
	/*background-image: url('bg_footer1.png');*/
	background-color: #8E9CA4;
	font-size:10pt;
	height: 28px;
}


.footer1 select, .footer1 td
{
	font-size: 10pt;
}



/* Header of posts */
.postheader 
{
	/*background-color: #DBEDE9;*/
	background-color: #E0E4E7;
}

/* Header of posts */
.whiteheader 
{
	/*background-color: #DBEDE9;*/
	background-color: #E0E4E7;
}

/* User info and post/article */
.post 
{
	/*background-color: #E0E4E7;*/
	color: #666666;
	background-color: #FFFFFF;
}

.post a			{ color: #666666; text-decoration: none; }
.post a:hover	{ color: #666666; text-decoration: underline; }

/* Footer of posts */
.postfooter 
{
    background-color: #DBEDE9;
}

/* Area between posts */
.postsep 
{
	background-color: #8DCAC1;
	height: 1px 
}

/* most tables are class 'content' */
.content
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #666666;
	padding-top: 0px;
	font-family: verdana;
	background-color: #e0e4e7;
}

.content td {
	padding: 3px;
}

/* links inside content table*/
.content a			{ color: #990000; text-decoration: none; }
.content a:hover	{ color: #990000; text-decoration: underline; }

.footer2 
{
	/*background-color: #E0E4E7;*/
	font-size:10pt;
	color: #666666;
	background-color: #E0E4E7;
}

.footer2 a			{ color: #666666; text-decoration: none; }
.footer2 a:hover	{ color: #666666; text-decoration: underline; }

.footer3 
{
	/*background-color: #E0E4E7;*/
	font-size:10pt;
	color: #666666;
	background-color: #E0E4E7;
}

.footer3 a			{ color: #666666; text-decoration: none; }
.footer3 a:hover	{ color: #666666; text-decoration: underline; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #E9F3F3;
	border: solid 1px #95B4F3;
}

/* font sizes */
.smallfont	{ font-size: 10pt; Color:#666666; }

.largefont	{ font-size: 9pt; }



/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #235847;
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #233D58;
	/*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 { color: #666666; }
.navlinks a { color: #666666; text-decoration: none }
.navlinks a:hover { color: #006699; }



/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}
