table.topiclist, table.grouplist, table.messagelist{
	width:100%;
	/*border-left:1px solid #000000;*/
}
table.topiclist th, table.grouplist th, table.messagelist th{
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	background-color:#000000;
	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-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{
	color:#000000;
	
}


table.messagelist td.left_section{
	width:20%;
	background-color:#ffffff;

}
table.messagelist td.right_section{
	width:80%;	
	background-color:#ffffff;
	
}

.message_modified{
	float:right;
	padding-right:0px;
	text-align:right;
	font-size:10px;
	color:#555555;
	margin-bottom:10px;
}
.message_quote{
	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:#00a6eb !important;
}
a.target:link, a.target:active, a.target:visited{
	display:block;
}
.forum_header{
	font-size:12px;
	margin-top:3px;
	margin-bottom:20px;
	color:#2b6c97;
	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;
}

.forum_title {
	font-size: 17px;
	color: #00a6eb;
	
}
