

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:#ffffff;
	font-weight:bold;
	background-color:#72482e;
	font-size:12px;
	padding:10px;
	text-transform:uppercase;
	border-right:1px solid #72482e;


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

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:#ffffff;
}


table.messagelist td.left_section{
	width:20%;
	background: #967665;	
}
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-image:url(../img/btn_bg.gif);
	background-repeat: repeat-x;
	height: 36px;	
	color: #ffffff;
	border: 0px;
}