#board-wrapper .board-category {
	margin-bottom: 10px;
}
#board-wrapper .board-category:last-child {
	margin-bottom: 0;
}

#board-wrapper .board-category > table {
	table-layout: fixed;
	empty-cells: show;
	width: 100%;
	border-spacing: 0;
}

#board-wrapper .board-category col.category-name {}
#board-wrapper .board-category col.latest-reply {
	width: 265px;
}
#board-wrapper .board-category col.total-threads {
	width: 77px;
}
#board-wrapper .board-category col.total-posts {
	width: 65px;
}

#board-wrapper .board-category .forum-row {
	background-color: white;
}

#board-wrapper .board-forum .forum-row:hover {
	background-color: #FCFCFC;
}

#board-wrapper .board-category .forum-row > td {
	padding: 10px 0;
	padding-left: 13px;
	border-bottom: 1px solid #e8e8e8;
	color: #353535;
}

#board-wrapper .board-category .forum-row .thread-details h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Arial', 'Helvetica', sans-serif;
	margin: 0;
}
#board-wrapper .board-category .forum-row .thread-details h2 a {
	font-weight: bold;
}
#board-wrapper .board-category .forum-row .thread-details p {
	margin: 0;
}


#board-wrapper .board-category .forum-row a {
	color: #438dbf;
	text-decoration: none;
}

#board-wrapper .board-category .forum-row .latest-reply {
	white-space: nowrap;
	line-height: 17px;
}
#board-wrapper .board-category .forum-row .latest-reply .forum-thread {
	display: inline-block;
	max-width: 188px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
#board-wrapper .board-category .forum-row .latest-reply .thread-poster {
	display: block;
	height: 100%;
	margin: -33px 0 0 0;
	text-align: right;
}
#board-wrapper .board-category .forum-row .latest-reply .thread-poster .avatar {
	margin-left: 4px;
	width: 28px;
	height: 28px;
}

#board-wrapper .board-category .forum-row.new-posts td {
    background: #FFF9DD;
}
#board-wrapper .board-category .forum-row.new-posts td:first-child {
    border-left: 2px solid #FFC800;
}
