/* CSS Document */
.post_title, .post_date {
	border-bottom: 0px none;
	background-image:url(/media/News/rightbg.gif);
	font-size:12px;
	background-repeat: repeat-x;
	background-position:bottom;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CC0000;
	font-stretch:normal;
	font-weight:bold;
}



.post_title {
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	font-size: 12px;
	color: #666666;      
        text-decoration:none;
}

.post_date {
	text-align: right;
	font-weight: normal;
	font-size:x-small;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.post_short {
	text-align: left;
    color:#333333;
    font-weight: normal;
    padding-bottom: 5px;
	background-color:#FFFFFF;
    padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #66CCFF;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment_text {
	border-left: 1px solid; 
	color:#000000;
}

.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: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

