@charset "UTF-8";
/* News CSS Document */
/* --------------- single view --------------- */
.news-single-category, .news-single-author, .news-single-timedata{
	display:none;
}
.news-single-img{
	float:left;
	margin-right:5px;
}
.news-single-img a{
	border: none !important;
}
.news-single-item .clearer{
	clear:both;
}
.news-single-item h2{
	margin-top: 0px;
}
/* --------------- single view end --------------- */
/* --------------- list view --------------- */
.news-list-date{
	font-size:9px;
	display:block;
	font-weight:normal;
}
.news-list-category{
	display:none;
}
/* --------------- list view end --------------- */
/* --------------- latest view --------------- */
.news-latest-container h2, .news-latest-date, .news-latest-item img, .news-latest-item .clearer, .news-latest-category, .news-latest-gotoarchive{
	display:none;
}
.news-latest-item h3 a{
	font-size: 12px;
	color:#333333 !important;
	text-decoration:none;
}
#newsPortlet .news-latest-container h3{
	margin-bottom:0;
}
#newsPortlet .news-latest-container p{
	margin-top:0;
	margin-bottom:0;
}
/* --------------- latest view end --------------- */
