
.divDiscussionLink {
	border: 1px solid #530203;
    margin: 20px 75px 20px 75px;
    padding: 0px;
	text-align: center;
    
}

.divDiscussionLink a:link, .divDiscussionLink a:active, .divDiscussionLink a:visited {
	display: block;
    color: #000000 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	padding: 5px;
	background-color: #fafafa;
    border: 0px;
}

.divDiscussionLink a:hover {
	display: block;
    color: #ffffff !important;
	text-decoration: none !important;
	font-weight: bold !important;
	padding: 5px;
	background-color: #530203;
    border: 0px;
}

.tblLatestPosts {
	margin: 0px;
	padding: 0px;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	background-color: #f9f9f9;
}

.tdHeader {
	width: 100%;
	padding: 5px;
	background-color: #530203;
	color: #ffffff;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	white-space: nowrap;
}

.tdTopic {
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
	padding: 5px;
}

.TopicDescription {
	clear: both;
	border: 0px;
	padding: 0px;
	color: #666666;
	margin: 2px 0px 0px 5px;
}

.tdCounts {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
	padding: 5px;
}

.tdPoster {
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding: 5px;
	font-size: 11px;
	white-space: nowrap;
}