/*"Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {
/*    display:inline;
	cursor:pointer;
	cursor:hand;    */
}

/*Zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	padding: 0px;
	margin: 0;
	background-color: #E7FFFF;
} 

/*Margin for the DTs (shorthand) */
#TJK_DL dt {
      margin:7px 0;
}

/*Image and left padding for DDs */
#TJK_DL dd {
/*  background:url(nieuws.jpg ) no-repeat;*/
/*  background:url(archief.gif) no-repeat;*/
	margin-top: 12px;
	padding-left:55px;
    text-align: justify;
}

/* styling all anchors in the DTs */
#TJK_DL dt a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
  	padding-left:32px;
  	padding-bottom:15px;
 	background:0 50% no-repeat;
	text-decoration:none;
	background-color: #E7FFFF;
	line-height: 20px;
}

/*
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover, 
#TJK_DL dt a:active,             */
#TJK_DL dt a:hover,
#TJK_DL dt a:focus {
	font-weight:bold;
	height: 25px;
}

/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
	background-image:url(filldown.jpg);
}
#TJK_DL .DTminus a {
    background-image:url(fillup.jpg);	
}

/**********************************/
#TJK_DL .showDD {
/*  Using display improves the visibility of the picture
	position:relative;
	top:0;*/
	display: block;
}

#TJK_DL dd,.hideDD{
/*  Using display improves the visibility of the picture
	top:-9999px;
	position:absolute;*/
	display: none;
}
