.edit 
{
	width: 460px;
}

/* Header 1 - Main header */
.header1 {
	/* background-image: url(images/bg_header1.png); */
	background-color: #335599;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Links in header1 */
tr.header1 a		{color:#FFFFFF;text-decoration:none}
tr.header1 a:hover	{color:#CCCCCC;text-decoration:none}

/* Header 2 - Sub header */
.header2 {
	/* background-image: url(images/bg_header2.png); */
	background-color: #dae1f5;
	color: #000080;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.postformheader 
{
	background-color: #dddddd;
	font-weight:bold;
}
.header2 a:
{
color: #ffffff;
text-decoration:none;
}
.header2 a:hover
{
color: #e35611;
}

/* Footer1 - Bottom of tables */
.footer1 {
	/* background-image: url('images/bg_footer1.png'); */
	background-color: #dae1f5;
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

/* Header of posts */
.postheader 
{
	background-color: #E9EAEA;
	
}

/* User info and post/article */
.post 
{
	background-color: #eff2fa;
	
}
.post2
{
	background-color: #E4E4E4;
}

/* Footer of posts */
.postfooter 
{
    background-color: #D3DADE;
}

/* Area between posts */
.postsep 
{
	background-color: #5B84A0;
	height: 1px 
}

/* most tables are class 'content' */
.content, .rte {
	font-family: Tahoma, verdana;
	font-size: 8pt;
	border: 0px solid #2163E8;
	color: #000000;
	padding: 0px;
	background-color: #333333;
}
.content2 {
	font-family: Tahoma, verdana;
	font-size: 8pt;
	border: 0px solid #2163E8;
	color: #000000;
	padding: 0px;
	background-color: #ffffff;
}

.content td {
	padding: 5px;
}

/* links inside content table */
.content a, .rte a			{ color: #333333; text-decoration: none; }
.content a:hover, .rte a:hover	{ color: #0066cc; text-decoration: none; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

/* font sizes */
.smallfont a	{ font-size: 8pt; }


.cfont a	{}
.cfont a:hover	{
	color: #D6E0E2;
}

.largefont	{ font-size: 8pt; }

/* 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: Tahoma, 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: #000080; 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;
}


