
#forum table, #forum table tr {
	border: 0;
	border-collapse: collapse;
}

#forum table td {
	border: 1px solid #707070;
	background: none;
}

#forum td.forum-container .name,
#forum td.forum-container .name a {
	font-family: Courier;
	font-size: 36px;
	font-style: oblique;
	font-weight: normal;
	color: #01b9ff;
	text-transform: uppercase;
	text-decoration: underline;	
}

#forum td.forum-container .description {
	color: #707070;
}

#forum td.forum .name,
#forum td.forum .name a {
	font-family: Courier;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;	
}

#forum table td.forum-container, #forum table th {
	border: none;
}

#forum table tr td.topics, #forum table tr td.posts, #forum table tr td.views, #forum table tr td.replies {
	text-align: center;
	font-weight: bold;
	width: 60px;
} 

#forum table tr td.views, #forum table tr td.replies{
	width: 90px;
}

#forum tr td.icon {
	border-right: 0;
	height: 80px;
}

#forum tr td.forum, #forum tr td.icon, #forum tr td.title  {
	border-left: 0;
}

#forum tr td.last-reply {
	border-right: 0;
}

#forum tr td.table-header, #forum tr th, #forum tr th a {
	border: 0;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	text-decoration: none;
}

