/* News Short Display */

.news_short_container {
	width: auto;
	margin-bottom: 15px;
	clear: both;
}

.news_short_container .title {
	font-weight: bold;
	color: #025B2B;
}

.news_short_container .date {
	font-style: italic;
	margin-bottom: 10px;
}

.news_short_container .readmore {
	text-align: right;		
}

.news_short_container img {
	float: left;
	margin: 5px 10px 10px 0px;
}

/* News Long Display */

#news_long_container {
	width: auto;
	margin-bottom: 15px;
}

#news_long_container .title {
	font-weight: bold;
	color: #025B2B;
}

#news_long_container .date {
	font-style: italic;
	margin-bottom: 25px;
}

#news_long_container .news_long_thumb {
	width: 175px;
	padding: 5px;
	float: right;
	text-align: center;
}

.news_long_thumb img{
	border: 6px solid #EAEEED;
	margin-bottom: 10px;
}

#news_long_container .article-backbutton {
	text-align: center;
	clear: both;
	margin-top: 15px;
}

/* Misc */

.article-errmsg {
	color: #804040;
}

.article-backbutton {
	text-align: center;
	margin-top: 25px;
	clear: both;
}
