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

#board-wrapper .board-forum col.sel {
	width: 20px;
}
#board-wrapper .board-forum col.thread-details {}
#board-wrapper .board-forum col.total-posts {
	width: 77px;
}
#board-wrapper .board-forum col.total-views {
	width: 65px;
}
#board-wrapper .board-forum col.latest-reply {
	width: 255px;
}

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

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


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

/* Can we share this with the main board page version? */
#board-wrapper .board-forum .thread-row .latest-reply {
	white-space: nowrap;
	line-height: 17px;
	padding-right: 13px;
}
#board-wrapper .board-forum .thread-row .latest-reply .forum-thread {
	display: inline-block;
	max-width: 188px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
#board-wrapper .board-forum .thread-row .latest-reply .thread-poster {
	display: block;
	height: 100%;
	margin: -33px 0 0 0;
	text-align: right;
}
#board-wrapper .board-forum .thread-row .latest-reply .thread-poster .avatar {
	margin-left: 4px;
	width: 28px;
	height: 28px;
}


#board-wrapper .board-forum .thread-row.sticky td:first-child {
    border-left: 2px solid #008000
}
#board-wrapper .board-forum .thread-row.announce td:first-child {
    border-left: 2px solid #C14646;
}
#board-wrapper .board-forum .thread-row.unread td {
    background: #FFF9DD;
}
#board-wrapper .board-forum .thread-row.unread td:first-child {
    border-left: 2px solid #FFC800;
}

#board-wrapper .board-forum .thread-row.locked .thread-details h2:after {
    content: ' [LOCKED]';
}


#board-wrapper .board-forum .thread-row.old .thread-details {
	font-style: italic;
}
#board-wrapper .board-forum .thread-row.old .thread-details a {
	color: #87b1ce;
}
#board-wrapper .board-forum .thread-row.recent .thread-details h2 a {
	font-weight: bold;
}
