.forumcontent table.forums {
	border-collapse: collapse;
}

.forumcontent table.forums th {
	background: #eee;
	border: 1px solid #eee;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px 5px 5px;
}

.forumcontent table.forums td {
	border: 1px solid #eee;
	padding: 10px;
	empty-cells: show;
	vertical-align: top;
}

 td.threads,
 td.replies,
 td.views {
	font-size: 18px;
	text-align: center;
	color: #888;
}

/* Individual thread page */

.forum_detail h1 {
	font-size: 24px;
}


.forum_detail .innerbox {
}

.forum_detail .actions {
	background: #eee;
}

.forum_detail .actions {
	zoom: 1;
	overflow: hidden;
	padding: 0 0 10px 0;
}

.forum_detail .actions img {
	vertical-align: middle;
	float: right;
}

.forum_detail .text {
	padding: 10px;
}

table.thread {
	border-collapse: collapse;
}

table.thread td,
table.thread th {
	background: url(../images/modules/dotted_line.png) repeat-x 0 0;
	vertical-align: top;
	padding: 10px 0;
}

table.thread .first td,
table.thread .first th {
	background: none;
}

