@CHARSET "UTF-8";

/* BEGIN news component */

.newsarticlelist {
	clear: left;
	text-align: left;
	vertical-align: top;
	padding-left: 15px; 
}

/* follow #SubPageContentSideBar */
.newsFilters {	clear: right;
	background-color: #F7F7F2; width:220px; border: 1px solid #b7c0c6; padding: 10px; float: right; margin-bottom: 20px; }
.newsyear {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
}

.newsarticle_title {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
#SubPageContent .newsarticle_title a {
	text-decoration: none;
}
.newsarticle {
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #B7C0C6;
	padding: 7px 5px;
	clear: left;
}

.newsarticlelist>.newsarticle:first-child {
	border-top: none;
}

.newsarticle_date {
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;	
}

.newsrss {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	float: right;
}
.newsrss img {
	vertical-align: text-bottom;
}
.newsrss a {
	text-decoration: none !important;
}

.newsarticle_readmore {
	display: none;
}

.newsarticle_thumbnail {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.newsarticle_thumbnail img {
	max-width: 48px !important;
	max-height: 48px !important;
	padding: 0;
	margin: 0;
}

/* END news component */
