﻿td.ekPostMessage{
	vertical-align:top !important;
	
}
td.ekPostMessage table{
	vertical-align:top !important;
	margin-top:0px !important;
	
}

td.ekPostBoardMessage table.ekContent{
	width:100% !important;
}

/* hyperlinks */
a			{ text-decoration: none; color: #000000; }
a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1 {
	/* background-image: url('bg_header1.png'); */
	background-color: #F7F7F7;
	color: #E70089;
	font-weight: bold;
	height: 32px;
	
}
tr.header1
{
    width:100%;
	
}
td.header1 div table td{
	/* background-image: url('bg_header1.png'); */
	background-color: #F7F7F7;
	color: #E70089;
	font-weight: bold;
	height: 32px;
	
}

/* Links in header1 */
tr.header1 a		{color:#000000;text-decoration:none}
tr.header1 a:hover	{color:#E70089;text-decoration:underline;}

table 
{
     width:578px;
}
table table
{
     width:50%;
}

td.header1 div table td
{
    border:1px solid #FFFFFF;
    font-size:90%;
}

/* Header 2 - Sub header */
.header2 {
	background-color: #F5F5F5;
	color: #E70089;
	font-weight: bold;
	height: 28px;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
.header2 a{
	color: #000000;
}

/* Footer1 - Bottom of tables */
.footer1 {
	background-color: #F7F7F7;
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

/* Header of posts */
.postheader 
{
	background-color: #F7F7F7;
	font-size:85%;
}

/* User info and post/article */
.post 
{
	background-color: #ffffff;
}

/* Footer of posts */
.postfooter 
{
    background-color: #F7F7F7;
}

/* Area between posts */
.postsep 
{
	background-color: #FFFFFF;
	height: 1px 
}

/* most tables are class 'content' */
.content {
	font-family: verdana;
	font-size: 8pt;
	border: solid 1px #DEDEDE;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;

}

.content td {
	padding: 3px;
}

/* links inside content table*/
.content a			{ color: navy; text-decoration: underline; }
.content a:hover	{ color: #000000; text-decoration: underline; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.quoteinner 
{
	padding: 4px;
	background-color: #B5a273;
	border: solid 1px #000000;
}

/* 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;
}

/* Used for editor textarea */
.posteditor 
{
	width: 578px;
	height: 200px;
	font-family: Verdana;
	font-size: 8pt;
}

/* Table just above and below tables */
table.command 
{
	padding: 3px;
	border:0px;
}

/* 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;
}

#members_forum_container table.content td.message p {

	width:500px;
}
