﻿
/* 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 .block {
	width: 100%;
}
.NewsList_Custom1 .block .title {
	font-size: 18px;
}
.NewsList_Custom1 .block .title .titlediv .full {
color:#F78F1E;
font-size: 115%;
font-weight:bold;
text-decoration:none;

}
.NewsList_Custom1 .block .title .titlediv .link {
color:#F78F1E;
font-size: 115%;
font-weight:bold;
text-decoration:none;
}
.NewsList_Custom1 .block .title .titlediv .link:hover {
}
.NewsList_Custom1 .block .title .datediv {
	color:#F78F1E;
	font-size: 80%;
}
.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%;
}
.NewsList_Custom1 .block .more {
margin-bottom:5px;
}
.NewsList_Custom1 .block .more .morelink {
color:#F78F1E;
text-decoration:none;
font-style: italic;
}
.NewsList_Custom1 .block .more .morelink:hover {
}
.NewsList_Custom1 .block .seperator {
	height: 10px;
	background-color: #000000;
	width: 100%;
}
.NewsList_Custom1 .block .imagetable {
margin:2px;
}
.NewsList_Custom1 .block .imagetable .imagecell {
/*
	padding: 2px;
	background-color: #F78F1E;
	vertical-align: bottom;
*/

}
.NewsList_Custom1 .block .imagetable .imagecell .picture img{
border:2px solid #F78F1E;
}



.NewsList_Custom1 .block .imagetable .imagecell .description {
	font-size: 100%;
	font-style: italic;
	padding: 2px;
	padding-left: 10px;
}

.NewsList_Custom1 .block .back {
margin-top:15px;
}