table.topiclist, table.grouplist, table.messagelist{
	width:100%;
	border-left:1px solid #3a3a3a;
}

table.topiclist input, table.grouplist input, table.messagelist input {
	background-color: #ffffff;
	border: 1px solid #666666;
}

table.topiclist th, table.grouplist th, table.messagelist th{
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	background-color:#3a3a3a;
	font-size:12px;
	padding:10px;
	text-transform:uppercase;
	border-right:1px solid #3a3a3a;

}
table.topiclist td, table.grouplist td, table.messagelist td{
	font-size:12px;
	padding:7px 10px;
	border-right:1px solid #3a3a3a;
	border-bottom:1px solid #3a3a3a;
	vertical-align:top;
	/*background: url(../img/container_bg.png);*/
	background-color: #ffffff;
}

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{
	text-decoration:underline;
}


table.messagelist td.left_section{
	width:20%;
}
table.messagelist td.right_section{
	width:80%;
}

.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 #dfdfdf;
	background-color:#f8f8f8;
	padding:2px 5px;
	margin-top:5px;
}
.admin_section a:link, .admin_section a:active, .admin_section a:visited{
	/*color:#5b6b2e !important;*/
}
a.target:link, a.target:active, a.target:visited{
	display:block;
}
.forum_header{
	font-size:12px;
	margin-top:3px;
	margin-bottom:20px;
	color:#989898;
	font-weight:bold;
	text-transform:uppercase;
}

.quote{
	padding:5px;
	margin:5px;
	border:1px solid #3a4617;
	background-color:#222222;
	color:#ffffff;
	width:80%;
}

.editor td{
	padding:0 !important;
	border:0px !important;
}