.post_title, .post_date {
	border-top: 1px solid #3C548A;
        border-bottom: 1px solid #3C548A;	
        color: #3C548A;;
	font-weight:bold;
	background-color: #C9D3E9;
	font-size: 8pt;
        padding:2px 5px 2px 5px;
}
.post_title {
	border-left: 1px solid #3C548A;
}

.post_date {
	text-align: right;
	border-right: 1px solid #3C548A;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
	padding-top:10px;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment_text {
	border-left: 1px solid #DDDDDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.selected_group_title { 
	font-size: 11pt;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}