﻿/* newsscroller styles eerst */
/* newslist styles staan onderaan */

.NewsScroller_Custom2 {
	font:normal 12px Arial, Helvetica, sans-serif;
}
.NewsScroller_Custom2 .marquee {
	color: #FFFFFF;
	top: 0px;
	left: 0px;

}
.NewsScroller_Custom2 .marquee .title {


}
.NewsScroller_Custom2 .marquee .title .titlelink {
}
.NewsScroller_Custom2 .marquee .title .titlelink:hover {
}
.NewsScroller_Custom2 .marquee .content {
	border-top: solid 1px #AAAAAA;
	background: #666666;
	width: 170px;
	height: 80px;
	margin-left: 5px;
	padding: 2px;
}
.NewsScroller_Custom2 .marquee .more {
	background: #555555;
	width: 170px;
	margin-left: 5px;
	padding: 2px;
}
.NewsScroller_Custom2 .marquee .more .morelink {
}
.NewsScroller_Custom2 .marquee .more .morelink:hover {
}
/* newslist styles vanaf hier */

.NewsList_Custom2 {
	width: 100%;
	padding-left:40px;
	padding-bottom:10px;
	padding-right:20px;
}
.NewsList_Custom2 .block {
	width: 100%;
	padding-top:50px;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	
}
.NewsList_Custom2 .block .title {
	font:bold 14px Arial, Helvetica, sans-serif;

	text-decoration:none;
	color:#fff;
}
.NewsList_Custom2 .block .title .titlediv .full {
}
.NewsList_Custom2 .block .title .titlediv .link {
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
}
.NewsList_Custom2 .block .title .titlediv .link:hover {
}
.NewsList_Custom2 .block .title .datediv {
	display:none;
}
.NewsList_Custom2 .block .title .imagediv {
}
.NewsList_Custom2 .block .subtitle {
	font-size: 11px;
	color: #AAAAAA;
}
.NewsList_Custom2 .block .subtitle .full {
}
.NewsList_Custom2 .block .subtitle .link {
}
.NewsList_Custom2 .block .subtitle .link:hover {
}
.NewsList_Custom2 .block .content {
	width: 100%;
}
.NewsList_Custom2 .block .more {
	padding-top:10px;
}
.NewsList_Custom2 .block .more .morelink {
	color:#00F;
	text-decoration:none;
}
.NewsList_Custom2 .block .more .morelink:hover {
}
.NewsList_Custom2 .block .seperator {
	height: 10px;
	background-color: #000000;
	width: 100%;
}
.NewsList_Custom2 .block .imagetable {
}
.NewsList_Custom2 .block .imagetable .imagecell {
	padding: 2px;
	background-color: #CCCCCC;
	vertical-align: bottom;
}
.NewsList_Custom2 .block .imagetable .imagecell .picture {
}
.NewsList_Custom2 .block .imagetable .imagecell .description {
	background-color: #AAAAAA;
	font-size: 11px;
	font-style: italic;
	padding: 2px;
	padding-left: 0px;
}

