.post_short_container {
	position: relative;
	width: 48%;
	margin: 0.3em;
	min-height: 130px;
	max-height: 130px;
	border: 1px solid;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	background-color: #013887;
	float: left;
}

.post_short_title, .post_short_date, .post_short_text {
	padding: 0.2em;
}

.post_short_title {
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 1em;
}

.post_short_date {
	padding-left: 0.5em;
	color: #555555;
	background-color: #dddddd;
	font-size: 0.7em;
}

.post_short_text {
	font-size: 0.9em;
	text-align: justify;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 5px;
}

.post_short_footer a {
	position: absolute;
	bottom: 0;
	padding-left: 0.5em;
	font-size: 0.7em;
}

.post_clearer {
	clear: both;
}

.post_news_container {
	position: relative;
	border: 1px solid;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
	background-color: #013887;
}

.post_news_title {
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.1em;
}

.post_news_date {
	color: #555555;
	background-color: #dddddd;
	font-size: 0.8em;
	padding: 0.5em;
}

.post_news_date a:link, .post_news_date a:visited {
	color: #555555;
	text-decoration: underline;
}

.post_news_date a:hover, .post_news_date a:active {
	color: #000;
	font-weight: bold;
}

.post_news_text {
	padding: 0.5em;
}

.post_news_footer {
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
}

.comment_header {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em;
	border-bottom: 1px solid #fff;
}

.comment_title {
	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	float: left;
}

.comment_info {
	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	float: right;
	text-align: right;
	font-size: 0.8em;
}

.comment_text {
	font-size: 1em;
	padding: 0.5em;
	border-bottom: 1px dotted #fff;
}



.selected_group_title {
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}