/* Article classes */
.articleToptitle {
	background: #013CB4;
	color: #FFFFFF;
	height: 1.5em;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight:bold;
	font-size: 80%;
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(/portals/images/bg_curve_left.gif);
	background-repeat: no-repeat;
	text-indent: 6px;
}
.articleBlock {
	border: 1px solid #A6C3FF;
	border-top: 0px;
	padding-left: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	margin-bottom: 6px;
}
.article {
	padding:0px;
	font-family: Verdana, Tahoma, sans-serif;
}
.articleDate {
	position: absolute;
	right: 6px;
	top: 0px;
	color: #D6D3FF;
	font-family:Verdana, Tahoma, sans-serif;
	font-weight:bold;
	font-size: 70%; /*width: 100px */
	;
	z-index: 5;
	padding-top:3px;
	text-align:right;
}
.articlePics {
	width: 198px;
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}
.articlemainPic {
	width: 198px;
	float: right;
	border: 1px solid #003CB4;
	background: #003CB4;
	text-align: center;
}
.articlePicture {
	border: none;
	cursor:-moz-zoom-in;
	cursor:url('/portals/ico/zoomin.cur'), auto;
}
.thumbframe {
	width: 198px;
	float: right;
	border: 1px solid #A0DC00;
	border-top: 0px;
	color: #003CB4;
	font-size: 75%;
	text-indent: 8px;
	padding-bottom: 4px;
}
.thumbSpacer {
	height: 6px;
}
.articleThumb {
	float: left;
	border: 1px solid #002EAD;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 0px;
	cursor:-moz-zoom-in;
	cursor:url('/portals/ico/zoomin.cur'), auto;
}
.articlePicsControl {
	text-indent: 0px;
	font-size: 80%;
	color: #647FB5;
	padding: 4px;
	border: 0px solid #FF0000;
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 130%;
	color: #001540
}
.articleSubtitle {
	font-weight: bold;
	font-size: 80%;
	color: #647FB5;
	margin-bottom: 6px;
}
.articleIntro {
	font-weight: bold;
	font-size: 70%;
	color: #001540;
}
.articleBody {
	font-size: 70%;
	color: #001540;
	margin-top: 6px;
}
/* Video */
.articleVideo {
	float: left;
	width: 213px;
	position: relative;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
}
/* Imagegallery */
.articleImage {
	float: left;
	width: 160px;
	height: 128px;
	position: relative;
	margin: 5px;
	padding: 0px;
}
/* Paragraph */
.paragraph {
	font-family: Verdana, Tahoma, sans-serif;
	margin-top: 12px;
	clear: left;
}
.paragraphTitle {
	font-size: 70%;
	font-weight: bold;
	color: #003CB4;
}
.paragraphBody {
	font-size: 70%;
	color: #001540;
}
/* Quote */
.quote {
	font-family: Verdana, Tahoma, sans-serif;
	margin-top: 12px;
	margin-right: 6px;
	width: 100%;
	margin-bottom: 12px;
}
.quoteBackGround {
	background: #F0FFAA;
	padding: 12px;
	float: left;
}
.quoteTitle {
	font-size: 85%;
	font-weight: bold;
	color: #003CB4;
}
.quoteBody {
	font-size: 70%;
	margin-top: 6px;
	color: #001540;
}
/* Sidebars */
.sidebar {
	font-family: Verdana, Tahoma, sans-serif;
	margin-top: 12px;
	margin-right: 6px;
	width: 100%;
	margin-bottom: 12px;
}
.sidebarBackGround {
	background: #E5EDFF;
	padding: 12px;
	float: left;
}
.sidebarTitle {
	font-size: 1em;
	font-weight: bold;
	color: #003CB4;
}
.sidebarBody {
	font-size: 1em;
	margin-top: 6px;
	color: #003CB4;
}
/* Authors */
.author {
	font-family: Verdana, Tahoma, sans-serif;
	margin-top: 12px;
	clear: left;
}
.authorName {
	font-size: 70%;
	color: #001540;
}
/* Copyright */
.copyright {
	font-family: Verdana, Tahoma, sans-serif;
	margin-top: 12px;
	clear: left;
}
.copyrightName {
	font-size: 70%;
	color: #001540;
}
/* Copyright Image*/
.copyrightImg {
	font-family: Verdana, Tahoma, sans-serif;
	margin-top: 12px;
	clear: left;
}
.copyrightImgName {
	font-size: 70%;
	color: #001540;
}
/* article opties*/
.articleOptions {
	z-index:99;
	font-family:Verdana, Tahoma, sans-serif;
	color:#003CB4;
	font-weight:bold;
	text-decoration: none;
	font-size:70%;
	padding-top: 12px;
}
.articleDivider {
	padding: 0px;
	border-top: 1px solid #A6C3FF;
	margin-bottom: 12px;
}
.articleReact {
	visibility: hidden;
	float: left;
	padding-right: 42px;
	cursor: pointer;
}
.articleReactOver {
	visibility: visible;
	float: left;
	text-decoration: underline;
	color:#A0DC00;
	padding-right: 42px;
	cursor: pointer;
}
.articleMail {
	visibility: visible;
	float: middle;
	padding-right: 42px;
	cursor: pointer;
}
.articleMailOver {
	visibility: visible;
	float: middle;
	text-decoration: underline;
	color:#A0DC00;
	padding-right: 42px;
	cursor: pointer;
}
.articlePrint {
	visibility: visible;
	float: right;
	padding-right: 70px;
}
a.articlePrintLink, a.articlePrintLink:visited {
	padding: 3px;
	padding-top:0px;
	text-decoration: none;
}
a.articlePrintLink:hover {
	color:#A0DC00;
	text-decoration: underline;
}
.icon {
	margin-right: 3px;
}
/* articleReactions */
.articleReactTopTitle {
	height: 18px;
	font-family:Verdana, Tahoma, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:70%;
	background-color: #003CB4;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(/portals/programs/images/bg_curve_left.gif);
	background-repeat:no-repeat;
}
.articleCurverIMG {
	z-index: 999;
	visibility: visible;
}
.articleCurver {
	float: right;
}
.articleReactions {
	padding: 6px;
	font-family:Verdana, Tahoma, sans-serif;
	color:#001540;
	font-size:70%;
}
.articleReactTitle {
	font-weight: bold;
}
.articleReactText {
	padding-top: 6px;
}
.articleReactDivider {
	padding: 0px;
	border-top: 1px solid #A6C3FF;
	margin-bottom: 12px;
	margin-top: 12px;
}
/* articleReactions Tha Form*/
.reactieFormulier {/* de style staat als attribute vermeldt omdat het dragscript anders niet werkt :-( */
}
.artReageerHeader {
	background: #003CB4;
	font-size: 70%;
	color:#FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #37353A;
	cursor: move;
	text-align: right;
	padding: 3px;
}
.artReageer {
	background: #A6C3FF;
	padding: 6px;
	padding-left: 9px;
	font-family: Verdana, Tahoma, sans-serif;
	border:1px solid #003CB4;
	border-top: 0px;
}
a.artReageerLink, a.reageerLink:visited {
	color: #FFFFFF;
}
a.artReageerLink:hover {
	color: #A6C3FF;
}
.artReageerText {
	background: #A6C3FF;
	color: #001540;
	font-size: 75%;
	font-weight: bold;
	padding-top: 3px;
}
.artReageerBody {
	background: #FFFFFF;
	color: #001540;
}
.artReageerInput {
	background: #FFFFFF;
	color: #001540;
}
.artReageerBottom {
	background: #A6C3FF;
	color: #001540;
	font-size: 75%;
	padding-top: 12px;
	text-align: right;
}
.artReageerSubmit {
	color: #001540;
	cursor: pointer;
	right: 6px;
	;
}
/* Articles Zie Ook*/
.artZieOokGrab {
	border:1px solid #A6C3FF;
	border-top: 0px;
	border-bottom: 1px solid #A6C3FF;
	border-left: 1px solid #FFFFFF;
	z-index:3;
	padding: 0px;
	padding-left: 3px;
}
.artZieOokDot {
	border:0px;
	border-left: 1px dotted #A6C3FF;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 0px;
}
.artZieDotTitle {
	border:0px;
	border-left: 0px dotted #A6C3FF;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 0px;
}
.artZieOok {
	position:relative;
	padding-left: 0px;
}
.artZieOokTitle {
	position: relative;
	height: 1.7em;
	z-index:2;
	background:#003CB4;
	font-family: Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70%;
	padding-left: 0px;
	padding-top: 0px;
	background-position : top right;
	background-image: url(/portals/images/bg_curve_right.gif);
	background-repeat: no-repeat;
}
.artZieOokIcon {
	position:relative;
	padding-top:3px;
	padding-left: 0px;
	padding-bottom:0px;
	padding-right: 6px;
	font-family:Verdana, Tahoma, sans-serif;
	color:#003CB4;
	font-weight:bold;
	font-size:70%;
	width: 130px;
}
.artZieOokText {
	padding:0px;
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 3px;
}
a.artZieOokLink {
	font-family: Verdana, Tahoma, sans-serif;
	color:#003CB4;
	font-weight: normal;
	font-size:70%;
	text-decoration: none;
}
a.artZieOokLink:hover {
	font-family: Verdana, Tahoma, sans-serif;
	color:#A0DC00;
	font-weight: normal;
	font-size:70%;
	text-decoration: underline;
}
.artZieOokSpacer {
	position:relative;
	width: 163px;
	border-top: 1px dotted #647FB5;
	height: 1px;
}
.blockZieOok {
	border:1px solid #A6C3FF;
	border-top: 0px;
	border-bottom: 1px solid #A6C3FF;
	border-left: 1px solid #FFFFFF;
	z-index:3;
	padding: 0px;
	padding-left: 3px;
	margin-bottom: 9px;
}
.ZieOokTitle {
	position:relative;
	height:1.7em;
	z-index:2;
	background:#003CB4;
	font-family:Verdana, Tahoma, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:70%;
	padding-left:0px;
	padding-top:0px;
	background-position : top right;
	background-image: url(/portals/images/bg_curve_right.gif);
	background-repeat:no-repeat;
}
