﻿body{
	direction: ltr;
}
.newsOverview{
	background-color: #fff !important;
	background-image: none;
	
}
.newsOverview .newsOverviewImageContainer{
	text-align: center;
	margin-top: 20px;
}
.newsOverview h1{
	font-size: 24px;
	color: #2795be;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;

}
.newsOverview .newsDate{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #888 !important;
}
.newsOverview p{
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333 !important;
}
.newsOverviewLinks{
	list-style: none;
}
.newsListItem{
	background-color: #fff !important;
	background-image: none;
	border:none;
	border-radius: 0px;
	border-bottom:1px solid #2795be;
	border-top:1px solid #2795be;
	padding: 10px;
}
.newsListItem h3{
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333 !important;
	margin-top: 0px;
}
.newsListItem .newsItemDate{
	font-size: 14px;
	color: #2795be !important;
}
.addthis_inline_share_toolbox{
	text-align: center;
}
.pagination_container{
	text-align: center;
}