﻿
/* newsscroller styles eerst */
/* newslist styles staan onderaan */

.NewsScroller_Custom1 {
}

.NewsScroller_Custom1 .marquee {
	background: #444444;
	color: #FFFFFF;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 180px;
}
.NewsScroller_Custom1 .marquee .title {
	background: #777777;
	width: 170px;
	margin-left: 5px;
	padding: 2px;
}
.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 {
	width: 100%;
}
.NewsList_Custom1:hover {
	background-color:#FFFFFF;
	width: 100%;
}
.NewsList_Custom1 .block {
	width: 100%;
}
.NewsList_Custom1 .block .title {
	color:#a51c01;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.NewsList_Custom1 .block .title .titlediv .full {
}
.NewsList_Custom1 .block .title .titlediv .link {
	color:#a51c01;
	text-decoration:none;
}
.NewsList_Custom1 .block .title .titlediv .link:hover {
	color:#a51c01;
	text-decoration:underline;
}
.NewsList_Custom1 .block .title .datediv {
	float: right;
}
.NewsList_Custom1 .block .title .imagediv {
	padding-right:2px;
}
.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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-left:5px;
	width: 100%;
}
.NewsList_Custom1 .block .more {
}
.NewsList_Custom1 .block .more .morelink {
	color:#a51c01;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.NewsList_Custom1 .block .more .morelink:hover {
	text-decoration:underline;
}
.NewsList_Custom1 .block .seperator {
	height: 10px;
	background-image: url(/SiteFiles/Layout/NewsSeperator.gif) ;
	background-position: right middle;
	background-repeat:no-repeat;
	width: 100%;
}
.NewsList_Custom1 .block .imagetable {
}
.NewsList_Custom1 .block .imagetable .imagecell {
	padding: 2px;
	background-color: #CCCCCC;
	vertical-align: bottom;
}
.NewsList_Custom1 .block .imagetable .imagecell .picture {
}
.NewsList_Custom1 .block .imagetable .imagecell .description {
	background-color: #AAAAAA;
	font-size: 11px;
	font-style: italic;
	padding: 2px;
	padding-left: 10px;
}
