/********************* NEWS */
div.nieuwsItem {
	background: url(img/content_separator.png) no-repeat center bottom;
	padding: 10px 0;
}

div.nieuwsContent {
	display:block;
	min-height: 140px;
	line-height: 1.7;
}
div.nieuwsFooter {
	display: block;
	padding-top: 5px;
	color: #fff;
	font-size:10px;
}
span.newsText {
	cursor: pointer;
}
div#Data div.nieuwsItem h2 a {
	color: #FF7C00;
	font-size: 14px;
	text-decoration: none;
}
div#Data div.nieuwsItem h2 a:hover {
	text-decoration: underline;
}

div#Data div.nieuwsFooter a {
	color: #fff;
}

img.newsImage {
	float:left;
	padding: 4px;
	margin-right: 20px;
	border:1px solid #026881;
}
div.tags {
	padding-bottom: 5px;
}
div.newsActions {
	text-align: right;
}

div#replies {
	padding-top: 15px;
}

div#replies .body {
	padding: 10px;
}

.reply {
	border-top: #fff 1px dashed; 
	border-bottom: #fff 1px dashed; 
	padding: 5px;
	background-color: #092441;
	margin-bottom: 5px;
}
.reply.alternate {
	background-color: #092441;
	border: none;
}

.metaInfo {
	height: 16px;
	font-size:10px;
	color: #FF7C00;
}

ul#newsarchive label {
	width: 100px;
	float: left;
}
ul.newarchive.years {
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 0px;
	margin-left: 0px;
}
ul.newarchive.months {
	list-style-image: none;
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 10px;
}
ul.newarchive.months li {
	padding: 2px 0px;
}
ul#newsarchive.newarchive a {
	font-weight: normal;
	text-decoration: none;
}
ul#newsarchive.newarchive a:hover {
	text-decoration: underline;
}