/*--------------------NEWS-SEARCH----------------------*/
.news-search-form{
	margin:0 0 10px 0;
}
.news-search-emptyMsg{
	margin:0 0 20px 0 ;
}

/*--------------------NEWS-LIST----------------------*/

.news-list-item{

}

.news-list-date{
	font-weight:bold;
	margin: 0;
	padding: 0 5px 0 0;
	float:left;
	
}
.news-list-title{
	font-weight:bold;


}
.news-list-subheader-container{
	background:#E5E5E5;
}
.news-list-subheader{
	padding:5px;

}
.news-list-subheader a{}
.news-list-content-container{
	background:#E5E5E5;
}
.news-list-content{
	margin:10px 0 10px 0;
	padding:5px;
}

