/*A l g e m e n e   i n s t e l l i n g e n*/
body {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	background-color: #fff /* #FFFFFB */;
}
A:link {
	color: #006591
}                      /* link kleur */
A:visited {
	color: #006591
}                      /* kleur visited links */
A:active {
	color: #006591
}                          /* kleur aktieve link */
A:hover {
	color: #6a6a5a
}
h2 {
	font-size: 12pt;
	text-align: center;
	color: #ffcc00;
	text-valign: center;
	background-color:#006591;
	margin-bottom: 0;
}
p {
	font-size: 8pt;
}
.narrative {
	margin-bottom: -.25cm;
	font-size: 9pt;
	color: #000;
}
.caption {
	font-size: 8pt;
	align: center;
	text-align:center;
	margin-top: 0;
}


.vcplLogo { 
	color: #006591;
	/* background-image: url('images/COVLogo.jpg'); */
	background-image: url('images/COVLogo.jpg');
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
    height: 150px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	
	}
	
.vcplSurf { 
	color: #006591;
	/* background-image: url('images/wave.png'); */
	background-image: url('images/wave.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 150px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	}
	
/* h e a d e r s  en  b a l k e n */
.header {
	background-color: #FFFFFB;
	width: 90;
	text-align: center;
	vertical-align: middle
} /* kop pagina */
.headertitle {
	background-color: #FFFFFB;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana,;
	color: #3347B2;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	vertical-align: top
}  /* titel in kop pagina */
.subheader {
	background-color: #D6DAF3;
	font-family: Arial;
	color: #3333CC;
	font-weight: bold;
	font-size: 10pt
}  /* subtitel in kop pagina */
.subheader em {
	color: black;
	font-style: normal
}   /* em-tag binnen subheader */
.titlebar {
	background-color: #6a6a5a;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	vertical-align: middle
}   /* titlebar */
.usertitlebar {
	background-color: #ffcc00;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	vertical-align: middle
}   /* titlebar with user data */
.submcancelbalk {
	background-color: #D6DAF3;
	font-family: Arial;
	text-align: center
}   /*balk met submit/cancel buttons*/
.buttontekst {
	font-color:#fff;
	background-color: #006591;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.buttontekst A:link {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.buttontekst A:visited {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.blueButton {
	color: #fffffff;
	/* background-color: #006591; */
	/* background-image: url('images/RectangleButton-bl.png'); */
	background-image: url('images/RectangleButton-bl.png');
	background-repeat: no-repeat;
	width: 88px;
    height: 39px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
                }
.bluebutton A:link {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.bluebutton A:hover {
	color: #6a6a5a;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.bluebutton A:visited {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.greenButton {
	color: #fff;
	/* background-color: #006591; */
	/* background-image: url('images/RectangleButton-gr.png'); */
	background-image: url('images/RectangleButton-gr.png');
	background-repeat: no-repeat;
	width: 88px;
    height: 39px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
                }
.greenbutton A:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width : 100%;
	height : 100%
}
.greenbutton A:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	width : 100%;
	height : 100%
}
.greenbutton A:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width : 100%;
	height : 100%
}
.yellowButton {
	color: #fff;
	/* background-color: #006591; */
	/* background-image: url('images/RectangleButton-ylw.png'); */
	background-image: url('images/RectangleButton-ylw.png');
	background-repeat: no-repeat;
	width: 88px;
    height: 39px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top:4px;
	
                }
.yellowbutton A:link {
	color: #000;
	text-decoration: none;
	width : 100%;
	font-weight: bold;
	height : 100%
}
.yellowbutton A:hover {
	color: #fff;
	text-decoration: none;
	width : 100%;
	font-weight: bold;
	height : 100%
}
.yellowbutton A:visited {
	color: #000;
	text-decoration: none;
	width : 100%;
	height : 100%;
	font-weight: bold;
}
.yellowButtonSmall {
	color: #fff;
	/* background-color: #006591; */
	/* background-image: url('images/RectangleButton-sm-ylw.png'); */
	background-image: url('images/RectangleButton-sm-ylw.png');
	background-repeat: no-repeat;
	width: 88px;
    height: 39px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	
                }
.yellowbuttonSmall A:link {
	color: #000;
	text-decoration: none;
	width : 100%;
	font-weight: bold;
	height : 100%
}
.yellowbuttonSmall A:hover {
	color: #fff;
	text-decoration: none;
	width : 100%;
	font-weight: bold;
	height : 100%
}
.yellowbuttonSmall A:visited {
	color: #000;
	text-decoration: none;
	width : 100%;
	height : 100%;
	font-weight: bold;
}
.yellowButtonRound {
	color: #fff;
	/* background-color: #006591; */
	/* background-image: url('images/RoundButton-ylw.png'); */
	background-image: url('images/RoundButton-ylw.png');
	background-repeat: no-repeat;
	width: 34px;
    height: 30px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-right: 8px;
                }
.yellowbuttonRound A:link {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.yellowbuttonRound A:hover {
	color: #6a6a5a;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.yellowbuttonRound A:visited {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.greenButtonRound {
	color: #fff;
	/* background-color: #006591; */
	/* background-image: url('images/RoundButton-grn.png'); */
	background-image: url('images/RoundButton-grn.png');
	background-repeat: no-repeat;
	width: 34px;
    height: 30px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-right: 8px;
                }
.greenbuttonRound A:link {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.greenbuttonRound A:hover {
	color: #6a6a5a;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.greenbuttonRound A:visited {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.greenArrow {
	color: #7bc742;
	/* background-color: #006591; */
	/* background-image: url('images/arrow-gr.png'); */
	background-image: url('images/arrow-gr.png');
	
	background-repeat: no-repeat;
	width: 24px;
    height: 20px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
                }
.greenArrow A:link {
	color: #7bc742;
	text-decoration: none;
	padding-right: 10px;
	
}
.greenArrow A:hover {
	color: #7bc742;
	text-decoration: none;
	padding-right: 10px;
	
}
.greenArrowA:visited {
	color: #7bc742;
	text-decoration: none;
	padding-right: 10px;
	
}
.newbutton {
	color: #006591;
	/* background-color: #006591; */
	/* background-image: url('images/NewerButton.png'); */
	background-image: url('images/RectangleButton-gr.png');
	background-repeat: no-repeat;
	width: 88px;
    height: 39px;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
                }
.newbutton A:link {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.newbutton A:visited {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.listbuttons {
	color: black;
	background-color: #fc0;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.listbuttons A:link {
	color: black;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.listbuttons A:visited {
	color: black;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.fullbbbuttons {
	color:#99BBBB;
	background-color: #006591;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.fullbbbuttons A:link {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.fullbbbuttons A:visited {
	color: white;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.button A:link {
	width : 100%;
	height : 100%
}
.button A:visited {
	width : 100%;
	height : 100%
}
.buttontekstnoactive {
	color: #99BBBB;
	background-color: #33A0A9;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width:90px;
}
.StartElements {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: top
}
/* t a b s */
.tabactive {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 10pt;
	text-align: center;
	background-color: #006591;    /*223399*/
	vertical-align: top;
}
.tabDatabase {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 10pt;
	text-align: center;
	background-color: #006591;
	vertical-align: top;
}
.tabRestrictions {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 10pt;
	text-align: center;
	background-color: #006591;     /*7788FF*/
	vertical-align: top;
}
.tabactive A:link {
	color: #FFFFFF;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.tabactive A:hover {
	color: #FFFFFF;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.tabactive A:visited {
	color: #FFFFFF;
	text-decoration: none;
	width : 100%;
	height : 100%
}
#tableft {
	text-align:left
}
#tabright {
	text-align:right
}
.tabnoactive {
	color: #000;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 10pt;
	text-align: center;
	background-color: #7BC742;
	vertical-align: top;
}
.tabnoactive A:link {
	color: #000;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.tabnoactive A:hover {
	color: #FFFFFF;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.tabnoactive A:visited {
	color: #000;
	text-decoration: none;
	width : 100%;
	height : 100%
}
#tabitem {
	text-align:left;
	font-size: 10pt;
}
#tabitem A:link {
	color: #FFFFFF;
}
#tabbutton {
	text-align: left;
}
#tabboolbox {
	text-align: right;
}
/* l i s t s */
.listhead {
	background-color: #7BC742;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle
} /*header bij een lijst met links*/
.listsubhead {
	background-color: #ffcc00;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle
} /*header bij een lijst met links*/
.listheadpages {
	background-color: #ffcc00;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
	vertical-align: middle
} /*header bij een lijst met links*/
.listitemOdd {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top
} /*de link items van de lijst*/
.listitemOdd A:link {
	color: #006591;
	text-decoration: none
} /*links niet onderstrepen */
.listitemOdd A:visited {
	color: #006591;
	text-decoration: none
} /*links niet onderstrepen */
.listitemOdd A:hover {
	color: #6a6a5a;
	text-decoration: none
}
.listitemEven {
	/*background-color: #cccc99;*/
	background-color: #E5E5CB;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top
} /*de link items van de lijst*/
.listitemEven A:link {
	color: #006591;
	text-decoration: none
} /*links niet onderstrepen */
.listitemEven A:visited {
	color: #006591;
	text-decoration: none
} /*links niet onderstrepen */
.listitemEven A:hover {
	color: #6a6a5a;
	text-decoration: none
}
.listitemextend {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #0066DD;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: top
} /*de link items van de lijst*/
.listitemextend A:link {
	color: #0066DD;
	text-decoration: none
} 
.shelfmarkEven {
	/*background-color: #cccc99;*/
	background-color: #E5E5CB;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top
	}
.shelfmarkOdd {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top
	}
/*links niet onderstrepen */
.SearchPartHeader {
	background-color: #cccc99;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: bold;
	font-size: 10pt
}
.SearchPartText {
	background-color: #cccc99;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	font-weight: normal;
	font-size: 8pt
}
.SearchPartText A:link {
	color: #006591;
	text-decoration: none
} /*links niet onderstrepen */
.SearchPartText A:visited {
	color: #006591;
	text-decoration: none
} /*links niet onderstrepen */
.SearchPartText A:hover {
	color: #6a6a5a;
	text-decoration: underline
} /*links niet onderstrepen */
.SearchPartCounter {
	background-color: #cccc99;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: #006591;
	text-align: right;
	font-weight: normal;
	font-size: 8pt
}
/* v o l l e d i g e  b e s c h r i j v i n g */
.descrname {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: black;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top
}   /* veldnaam in beschrijving */
.descrdata {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	vertical-align: top
} /* veldwaarde in beschrijving */
.descrdata A:link {
	color: #006591;
	text-decoration: none;
	font-weight: bold
} /*links niet onderstrepen */
.descrdata A:visited {
	color: #006591;
	text-decoration: none;
	font-weight: bold
} /*links niet onderstrepen */
.descrdata A:hover {
	color: #7bc742;
	text-decoration: underline;
	font-weight: bold
} /*links niet onderstrepen */
/* t r e e s   */
  
.TreeTable {
	background-color:#E5E5CB;
}
.TreeElement {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 10pt;
	color: #006591;
	text-decoration : none;
	font-weight: bold
}
.TreeElement A:link {
	text-decoration : none;
	color : #006591;
	font-weight: bold
	text-decoration : underline;
}
.TreeElement A:visited {
	text-decoration : none;
	color : #006591;
	font-weight: bold
}
.TreeElement A:hover {
	text-decoration : none;
	color : #000;
	font-weight: bold
}
/*f o u t m e l d i n g e n  e . d . */
.message {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-weight: bold;
	font-size: 125%;
	color: #3347B2;
	text-align: center;
}
/* m e n u */
.menutext {
	background-color: #d4dfef;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
}
.menutext A:link {
	color:blue;
	text-decoration: none;
}
.menutext A:visited {
	color: blue;
	text-decoration: none;
}
.menutext A:hover {
	color: #6a6a5a;
	text-decoration: none;
}
/* w a r n i n g */
.warning {
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}
/* form button */
.formbutton {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, "Comic Sans MS", Arial, Verdana;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	background-color: #23B099;
	vertical-align: top;
	height: 24px;
	width: 24px;
	padding-bottom: 4px;
}
.formbutton A:link {
	color: #FFFFFF;
	text-decoration: none;
	width : 100%;
	height : 100%
}
.formbutton A:visited {
	color: #FFFFFF;
	text-decoration: none;
	width : 100%;
	height : 100%
}
/*========================*/
/* K l e u r e n          */
/*========================*/
/*  #FFFFFF   wit         */
/*  #3347B2   donkerblauw */
/*  #D6DAF3   lichtpaars  */
/*  #F4A54E   oranje      */
/*  #F4C54E   oker        */
/*  #000000   zwart       */
/*  #FFFFFF   wit         */
/*  #3347B2   donkerblauw */
/*  'red'     rood        */
/*  'green    groen       */
/*  #0000FF   blauw       */
/*========================*/

/* for the portal prototype - HDR18081 - coloured blocks to indicate which database a record is from */
.PortalDB1 {
	width:15px;
	text-align:center;
	background-color:crimson;
	color:#600000
}
.PortalDB2 {
	width:15px;
	text-align:center;
	background-color:gold;
	color:#606000
}
.PortalDB3 {
	width:15px;
	text-align:center;
	background-color:seagreen;
	color:#006000
}
.PortalDB4 {
	width:15px;
	text-align:center;
	background-color:lightskyblue;
	color:#006060
}
.PortalDB5 {
	width:15px;
	text-align:center;
	background-color:mediumaquamarine;
	color:#000060
}
.PortalDB6 {
	width:15px;
	text-align:center;
	background-color:steelblue;
	color:#000060
}
.PortalDB7 {
	width:15px;
	text-align:center;
	background-color:gainsboro;
	color:#000060
}
/*RSS*/
/*RSS ENTETE*/
.rssheader {
	text-decoration: none;
	color:pink;
	font-weight: bold;
	background-image: url(http://www.undispatch.com/archives/rss_small.png);
	background-repeat: no-repeat;
	background-position: 0 7;
	text-indent: 12;

}

.rsscategory {
	/*text-decoration: underline; */
	/*color: #636832;*/
	color:red;
	font-weight: bold;
	font-size: 12;
	background-color: #E2E6B3;
	border-bottom: 1 solid #3C6630;
	border-top: 1 solid #3C6630;
	border-left: 1 solid #3C6630;
}

.rsschannel {
	text-decoration: none;
	color: #636832;
	font-weight: bold;
	font-size: 12;
	background-color: #E2E6B3;
	border-bottom: 1 solid #3C6630;
	border-top: 1 solid #3C6630;
}

.rssdatechannel {
	text-decoration: none;
	color:orange;
	font-weight: bold;
	font-size: 10;
	text-align: right;
	background-color: #E2E6B3;
	border-bottom: 1 solid #3C6630;
	border-top: 1 solid #3C6630;
	border-right: 1 solid #3C6630;
	/*background-image: url(http://www.documentvision.fr/img/calendrier_s.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	text-indent: 40;
}

.rssdatefeed {
	text-decoration: none;
	color:orange;
	font-size: 10;
}

.rssfeed a:link {
	text-decoration: none;
	font-size: 12;
	color:#005577;
	background-image: url(http://www.kreatives.org/kristal/gfx/expand.gif);
	background-repeat: no-repeat;
	background-position: left 4;
	padding-left: 15;

}
.rssfeed a:visited {
	text-decoration: none;
	font-size: 12;
	color:#005577;
	background-image: url(http://www.kreatives.org/kristal/gfx/expand.gif);
	background-repeat: no-repeat;
	background-position: left 4;
	padding-left: 15;
}

.rssfeed a:hover {
	text-decoration: none;
	color:#0099DD;
}

.rssdescription {
	font-size: 11;
}

/* Associative Searching */

.listAss { 
	background-color: #EBF0F4;
	color: #FFFFFF; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 9pt; 
	vertical-align: top;
 }

.listAss A:link {
	color: #003366; 
	text-decoration: none
} 

.listAss A:visited {
	color: #003366; 
	text-decoration: none
}

.listAss A:hover {
	color: #003366; 
	text-decoration: none
} 

.listAssHead {
	background-color: #18388C; 
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 90%; 
	font-weight: bold; 
	font-size: 100%; 
	text-align: center; 
	vertical-align: middle
} 

.listAlt {
	background-color: #D4DFEF;
	color: #FFFFFF; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 9pt; 
	vertical-align: top;
	border-style: none;
}

.listAlt A:link {
	color: #003366; 
	text-decoration: none; 
	border-style: none;
 } 

.listAlt A:visited {
	color: #003366; 
	text-decoration: none;
	border-style: none;
 }

 .listAlt A:hover {
	color: #003366; 
	text-decoration: none;
	border-style: none;
 } 

.listAltHead {background-color: #18388C; 
	color: #FFFFFF;
	font-family: Arial; 
	font-size: 90%; 
	font-weight: bold; 
	font-size: 100%; 
	text-align: center; 
	vertical-align: middle
} 

.fullbodydataenrich {
	background-color: #EBF0F4; 
	color: #000030; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left; 
	vertical-align: top;
}

.fullbodydataenrichhead {
	background-color: #BBCCDD; 
	color: #000030; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12pt; 
	text-align: left; 
	vertical-align: top;
}

/*========================*/
/* K l e u r e n          */
/*========================*/
/*  #FFFFFF   wit         */
/*  #3347B2   donkerblauw */
/*  #D6DAF3   lichtpaars  */
/*  #F4A54E   oranje      */
/*  #F4C54E   oker        */
/*  #000000   zwart       */
/*  #FFFFFF   wit         */
/*  #3347B2   donkerblauw */
/*  'red'     rood        */
/*  'green    groen       */
/*  #0000FF   blauw       */
/*========================*/

/* for the portal prototype - HDR18081 - coloured blocks to indicate which database a record is from */
.PortalDB1 {width:15px; text-align:center; background-color:crimson; color:#600000}
.PortalDB2 {width:15px; text-align:center; background-color:gold; color:#606000}
.PortalDB3 {width:15px; text-align:center; background-color:seagreen; color:#006000}
.PortalDB4 {width:15px; text-align:center; background-color:lightskyblue; color:#006060}
.PortalDB5 {width:15px; text-align:center; background-color:mediumaquamarine; color:#000060}
.PortalDB6 {width:15px; text-align:center; background-color:steelblue; color:#000060}
.PortalDB7 {width:15px; text-align:center; background-color:gainsboro; color:#000060}

