.group_title {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}

.post_title {
	font-weight: bold;
	font-size: 14px;
	color: #069;
	margin-bottom: 6px;
}

.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: left;
}
.post_ruler {
	height: 1px;
	margin: 12px 0;
	border-bottom: 1px dashed #069;
}
.comment_title {
	font-weight: bold;
}

.comment_text {
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
}

.comment_title, .comment_text {
	border-left: 1px solid #DDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDD;
	background-color: #EEE;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}