.post_title, .post_date {
	border-bottom: 1px solid #ddd;
}

.post_title {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.post_title a {
	text-decoration: none;
	color: #000;
}

.post_date {
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	color: #565552;
}
.posted {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #565552;
	width: 100%;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}
.post_short img {
	float: left;
	padding-right: 5px;
	margin-top: 10px;
}
.read_more a {
	display: block;
	float: right;
	padding-bottom: 5px;
	color: #1c5175;
	font-size: 11px;
	clear: both;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	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;
}