﻿/* newsscroller styles eerst */
/* newslist styles staan onderaan */

.NewsScroller_Custom1 {
	font:normal 12px Arial, Helvetica, sans-serif;

}
.NewsScroller_Custom1 .marquee {
	color: #FFFFFF;
	top: 0px;
	left: 0px;

}
.NewsScroller_Custom1 .marquee .title {


}
.NewsScroller_Custom1 .marquee .title .titlelink {
}
.NewsScroller_Custom1 .marquee .title .titlelink:hover {
}
.NewsScroller_Custom1 .marquee .content {
	border-top: solid 1px #AAAAAA;
	background: #666666;
	width: 170px;
	height: 80px;
	margin-left: 5px;
	padding: 2px;
}
.NewsScroller_Custom1 .marquee .more {
	background: #555555;
	width: 170px;
	margin-left: 5px;
	padding: 2px;
}
.NewsScroller_Custom1 .marquee .more .morelink {
}
.NewsScroller_Custom1 .marquee .more .morelink:hover {
}
/* newslist styles vanaf hier */

.NewsList_Custom1 {
	padding-bottom:10px;
	vertical-align:top;
line-height:20px;	font:normal 12px Arial, Helvetica, sans-serif;
}

.NewsList_Custom1 .block {
	width:100%;
line-height:20px;	font:normal 12px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	vertical-align:top;
}
.NewsList_Custom1 .block .title {
	font:normal 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
}
.NewsList_Custom1 .block .title .titlediv .full {
		text-decoration:none;
	color:#000;
	font-weight:bold;
}
.NewsList_Custom1 .block .title .titlediv .link {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	
}
.NewsList_Custom1 .block .title .titlediv .link:hover {
}
.NewsList_Custom1 .block .title .datediv {
	font:normal 11px Arial, Helvetica, sans-serif;
}
.NewsList_Custom1 .block .title .imagediv {
}
.NewsList_Custom1 .block .subtitle {
	font-size: 11px;
	color: #AAAAAA;
}
.NewsList_Custom1 .block .subtitle .full {
}
.NewsList_Custom1 .block .subtitle .link {
}
.NewsList_Custom1 .block .subtitle .link:hover {
}
.NewsList_Custom1 .block .content {
	width: 100%;line-height:20px;
}.NewsList_Custom1 .block .content .contentdiv {
	width: 100%;line-height:20px;
}
.NewsList_Custom1 .block .more {
	padding-top:10px;
	
}
.NewsList_Custom1 .block .more .morelink {
	color:#3f5cdb;
	outline:none;
	text-decoration:underline;
}
.NewsList_Custom1 .block .more .morelink:hover {
		color: #6aadff;
}
.NewsList_Custom1 .block .seperator {
	height: 10px;
	background-color: #000000;
	width: 100%;
}
.NewsList_Custom1 .block .imagetable {
	margin-top:5px;
	margin-left:15px;
}
.NewsList_Custom1 .block .imagetable .imagecell {
	background-color: #CCCCCC;
	vertical-align: bottom;
}
.NewsList_Custom1 .block .imagetable .imagecell .picture {
	margin-top:5px;
}
.NewsList_Custom1 .block .imagetable .imagecell .description {
	background-color: #AAAAAA;
	font-size: 11px;
	font-style: italic;
}
.NewsList_Custom1 .FullListLink a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#03C;
}