/************************************
	http://symphony-cms.com
	discuss.css, v1.0
	17 November 2009
	Symphony Team, team@symphony-cms.com
*************************************
	CONTENTS
		1. TABLE
*************************************
		1. TABLE
*************************************/

td {
	padding: 10px 10px 7px;
	line-height: 1.4em;
}

th.topic {
	padding-left: 0.5em;
}

td.topic {
	background: url(images/comment-panel.png) 0.5em 11px no-repeat;
	padding-left: 30px;
}

td.topic em {
	display:block;
	color: #aaa;
	font-style: normal;
}

.last-active {
	width: 6em;
	white-space: nowrap;
}

.last-post {
	width: 6em;
	white-space: nowrap;
}

.closed .topic {
	background: url(images/comment-panel-locked.png) 0.5em 11px no-repeat;
}

.sticky .topic {
	background: url(images/comment-panel-dark.png) 0.5em 11px no-repeat;
}

.sticky.closed .topic {
	background: url(images/comment-panel-dark-locked.png) 0.5em  11px no-repeat;
}

.unread .alt {
	background-color: #e5e1e1;
}

.unread {
	background-color: #eeebe9;
	font-weight: bold;
}

.content table .unread a { font-weight: bold; }

.new-comments {
	color: #b40b51;
	margin-left: 0.5em;
}
