/*
 * News 
 */

fieldset.news{
	border: none;
	padding: 0px;
	margin-left: 3%;
	margin-bottom: 0.5em;
}
 
fieldset.news .newsCaption{
	background-color: #f2f2f2;
	color: #525254;
	margin: 0em 0em 0em 0em;
	padding: 0px 5px 0px 10px;
	line-height: 1.5em;
	vertical-align: middle;
}

fieldset.news ul{
	list-style: none;
}

fieldset.news .newsPart{
	clear: left;
	margin: 0px;
	padding: 0px;
}

.newsPart a{
	text-decoration: none;
}

.newsPart .date, .newsPart .title, .newsPart .adminPrivs, .newsPart .part, .newsPart .title{
	float: left;
	margin: 0px 0.2em;
	padding: 0px;
}

.newsPart .date{
	color: #646466;
	font-size: 10pt;
	width: 6em;
}

.newsPart .part{
	width: 10em;
}

.newsPart a .part{
	color: #003399;
}

.newsPart .title{
	width: 20em;
	padding: 0px;
}

.ExtendedNewsPart{
	margin-left: 50px;
	margin-top: 25px;
	width: 600px;
}

.ExtendedNewsPart #title{
	font-size: 14pt;
	padding-left: 0px;
}

.ExtendedNewsPart .date{
	float: right;
	width: 100px;
	vertical-align: top;
	text-align: right;
}

.ExtendedNewsPart #dottedLine{
	background: url(../images/news_dottedline.png) repeat-x;
	margin: 5px;
}

.ExtendedNewsPart .text{
	vertical-align: top;
	width: 450px;
	padding: 5px;
}

.ExtendedNewsPart .navbar{
	vertical-align: top;
}

#newsHeader{
	width: 500px;
}

#newsHeader img{
	position: relative;
	right: 0px;
	left: 500px;
}

.NewsNavBar{
	text-align: center;
	vertical-align: top;
}

#NewsPartFull{
	width: 650px;
	float: left;
}

#NewsPartSummary{
	float: right;
	width: 100px;
	line-height: 1.5em;
}

/*
 * Front page news
 */
#frontPageNewsList{
	background: #dddddd url("../images/voorpagina_nieuwsflits_gradient.png") repeat;
	color: #000;
	width: 225px;
	vertical-align: top;
/* 	border: 1px solid black; */
}

#frontPageNewsList .newsFrontHeader{
	font-weight: bold;
	color: #003399;
	margin-bottom: 5px;
}

#nieuwsflitsHeader{
	font-size: 14pt;
	margin: 10px;
    color: #47484a;
}

.newsFrontPart{
	font-size: 10pt;
	margin: 10px;
	margin-top: 20px;
	width: 200px;
}

