

table.topiclist, table.grouplist, table.messagelist{
	width:100%;
	border-left:1px solid #72482e;
	}
	
table.topiclist th, table.grouplist th, table.messagelist th{
	text-align:left;
	color:#000000;
	font-weight:bold;
	background-color:#a156aa;
	font-size:12px;
	padding:10px;
	text-transform:uppercase;
	border-right:1px solid #000000;


}
table.topiclist td, table.grouplist td, table.messagelist td{
	font-size:12px;
	padding:7px 10px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	vertical-align:top;
       background: #f4edf5;
	color: #000000;
}

table.topiclist td a:link, table.grouplist td a:link,
table.topiclist td a:active, table.grouplist td a:active,
table.topiclist td a:visited, table.grouplist td a:visited{
	color:#000000;
}


table.messagelist td.left_section{
	width:20%;
	background: #a156aa;	
}
table.messagelist td.right_section{
	width:80%;
	background: #ffffff;
	color: #44251f;
}

.message_modified{
	float:right;
	padding-right:0px;
	text-align:right;
	font-size:10px;
	color:#555555;
	margin-bottom:10px;
}
.message_quote{
	float:right;
	clear:both;
	margin-top:10px;
}
.message_attachment{
	float:right;
	clear:both;
}
.admin_section{
	border:1px solid #dddddd;
	background-color:#ffffff;
	padding:2px 5px;
	margin-top:5px;
}
.admin_section a:link, .admin_section a:active, .admin_section a:visited{
	color:#ab0000 !important;
}
a.target:link, a.target:active, a.target:visited{
	display:block;
}
.forum_header{
	font-size:12px;
	margin-top:3px;
	margin-bottom:20px;
	font-weight:bold;
	text-transform:uppercase;
}

.quote{
	padding:5px;
	margin:5px;
	border:1px solid #c3c3c3;
	background-color:#eeeeee;
	color:#555555;
	width:80%;
}

.editor td{
	padding:0 !important;
	border:0px !important;
	
}

.right_section a:link, .right_section a:visited {
	font-family: Calibri, Arial, Helvetica;
	color: #967665;
	text-decoration: none;
	font-weight: bold;
}
.right_section a:hover {
	color: #967665;
	font-family: Calibri, Arial, Helvetica;
	text-decoration: underline;
	font-weight: bold;
}

.btn_brown {
	background: #a156aa;
	height: 26px;	
	color: #ffffff;
	border: 0px;
	font-size: 12px;
}

.forum_menu {
	color: #ffffff;
	font-size: 12px;
	padding: 3 5;
}

.forum_menu a:link, .forum_menu a:visited{
	color: #ffffff;
}

.forum_menu a:hover, .forum_menu a:active{
	color: #fff001;
}