.newsList {
	padding: 0;
}

.newsView {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	padding: 0;
}
.newsMainTitle {
	display: block;
	font-family: "Julius Sans One", helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 125%;
	color: #383838;
}
.newsMainTitle SPAN.newsRss A {
	margin: 0 0 0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../pics/rss.gif) no-repeat center center;
}
/* NewsItem
================*/
.newsItem {
	padding: 0 !important;
}
.newsDate {
	font-size: 95%;
	color: #383838;
}

.newsTitle {
	font-weight: normal !important;
	margin-bottom: 10px;
}

.newsTitle a {
	font-size: 90%;
	color: #878787;
	text-decoration: none;
	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s; /* Firefox 4 */
	-webkit-transition-duration: 0.6s; /* Safari and Chrome */
	-o-transition-duration: 0.6s; /* Opera */
}
	
.newsTitle a:hover {
	color: #383838;
	transition-duration: 0.2s;
	-moz-transition-duration: 0.2s; /* Firefox 4 */
	-webkit-transition-duration: 0.2s; /* Safari and Chrome */
	-o-transition-duration: 0.2s; /* Opera */
}

.newsTitle a span {
	display: block;
}	

.newsDetails {
}
.newsDetails DIV {
	display: inline;
}
.newsSource {
	font-style: italic;
}
.newsImage {
}
.newsImage IMG {
	float: left;
	padding: 10px 10px 5px 0;
}
.newsText {
	padding: 5px 0 0 0;
}
A.newsReadMore {
	white-space: nowrap;
}

.newsToArchive {
	margin-bottom: 20px;
}

/* newsItemShortened
================*/
.newsItemShortened {
	padding: 15px 0;
	border-top: 1px solid #dddfe0;
}
.newsItemShortened_0 {
	border-top: 0;
	border-top: none;
}
.newsItemShortened DIV {
	display: inline;
}
.newsItemShortened .newsDate {
}
/* newsPagination
================*/
.newsPagination {
	padding: 10px 0;
}
.prevNext {
}
A.prevNextButton {
}
A.prevButton {
}
A.nextButton {
}
SPAN.prevNextPages {
}
.disabledPrevNextButton {
	display: none;
}