/* --- News latest styles --- */

.news-latest-container {
	margin: 0 0 5px 0;
}

.news-latest-container H1 {
	font-size: 1em;
	color: #324897;
	margin: 0 0 7px 0;
	font-weight: bold;
}

.news-latest-container H1 a, .news-latest-container H1:link, .news-latest-container H1:visited {
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
	
.news-latest-container H1 a:hover {
	background: #eaeded;
}

/* --- News list styles --- */

.news-list-container {
	margin: 0 0 4px 0;
}

.news-list-item {
	margin-bottom:12px;
}

.news-list-container H1 {
	margin-bottom: 5px;
	font-size: 1em;
}
.news-list-container H1 A:LINK,.news-list-container H1 A:VISITED,.news-list-container H1 A {
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
.news-list-container H1 A:hover {
	background: #eaeded;

}
.news-list-container P {

}
.news-list-date {
	color: #3E551C;
	height: 20px;
	font-size: 0.8em;
	font-weight: normal;
}

.news-list-imgcaption {
	float: right;
	padding-top:1px;
	padding-right:3px;
	font-size: 0.8em;

	}

.news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:0.7em;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

/* --- News single --- */
.news-single-item {
	padding: 0;
	margin-bottom:0 ;

}

.news-single-item H3 {
	margin-bottom: 15px;
	font-size: 1em;
	font-style: italic;
}

.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	font-size: 0.8em;
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {

}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 0.8em;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/* 	clear: both; */
	padding:3px 0 3px 0;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px 0 3px 0;

}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	width:90%;
}


