﻿
/* newsscroller styles eerst */
/* newslist styles staan onderaan */

.NewsScroller_Custom2 {
}

.NewsScroller_Custom2 .marquee {
	background: #444444;
	color: #FFFFFF;
	top: 0px;
	left: 0px;

	width: 180px;
}
.NewsScroller_Custom2 .marquee .title {
	background: #777777;
	width: 170px;
	margin-left: 5px;
	padding: 2px;
}
.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%;
color: #dbdbdb;
}
.NewsList_Custom2 .block {

	width: 100%;
}
.NewsList_Custom2 .block .title {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #dbdbdb;
	line-height:20px;
}

.NewsList_Custom2 .block .title .titlediv
{
clear:both;
	display:block;
}

.NewsList_Custom2 .block .title .titlediv .full {
color: #ffa41e;
}
.NewsList_Custom2 .block .title .titlediv .link {
}
.NewsList_Custom2 .block .title .titlediv .link:hover {
}
.NewsList_Custom2 .block .title .datediv {
	font-weight: bold;
color: #ffffff;
}
.NewsList_Custom2 .block .title .imagediv {
}
.NewsList_Custom2 .block .subtitle {
	font-size: 12px;
	color: #AAAAAA;
}
.NewsList_Custom2 .block .subtitle .full {
}
.NewsList_Custom2 .block .subtitle .link {
	color: #dbdbdb;
}
.NewsList_Custom2 .block .subtitle .link:hover {
}
.NewsList_Custom2 .block .content {
	font-family: Tahoma, Arial;
	font-size: 12px;
	width: 100%;
	padding-bottom: 15px;
	color: #dbdbdb;
	line-height:20px;
}
.NewsList_Custom2 .block .more {
}
.NewsList_Custom2 .block .more .morelink {
}
.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: 12px;
	font-style: italic;
	padding: 2px;
	padding-left: 10px;
}

.NewsList_Custom2 .pager {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #dbdbdb;
	margin-top:15px;
}

.NewsList_Custom2 .active {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #dbdbdb;
}

.NewsList_Custom2 .back
{
margin-top:20px;
}

.NewsList_Custom2 .back .backlink
{
cursor:hand;
cursor:pointer;
}
