/* 
Cascading Stylesheet based on the Arial, Helvetica, sans-serif font family 
*/

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	START: WebPage make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.wp_body {
	background-color: #95AFBE;
	color: Black;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.wp_currloc {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}

/* used for the "bottom" and "top" text to jump to the start or end of the page
   always verdana */
.wp_navigation {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-align: right;
}

p {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;	
}

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	END: WebPage make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	START: Article Content make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.ac_p {
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: normal;
	line-height: normal;
	margin-top: 0px;
	margin-left: 1in;
}

/* the normal text */
.ac_text_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	line-height: normal;
	margin-top: 0px;	
}

/* the italic text */
.ac_text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: italic; 
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	line-height: normal;
	margin-top: 0px;	
}

/* the bold text */
.ac_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: normal; 
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	line-height: normal;
	margin-top: 0px;	
}

/* the bold-italic text */
.ac_text_bold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: italic; 
	font-weight: bold;
	font-variant: normal;
	text-align: justify;
	line-height: normal;
	margin-top: 0px;	
}

/* the paragraph title */
.ac_ptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #667AB3;
	margin-bottom: 0px;
	margin-top: 0px;	
}

.ac_title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: Black;
	margin-bottom: 0px;
	margin-top: 0px;
}

.ac_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: Black;
	margin-bottom: 0px;
	margin-top: 0px;
}

.ac_link:visited {
	color: Black; /* #97AEBE; backgr blauw */
	border-bottom-style: dashed;
}

.ac_link:hover {
	color: #0066CC;
	border-bottom-style: dashed;
	font-weight: bold;
}

.ac_link:active {
	color: Black;
	border-bottom-style: dashed;
}

/* link in paragraph txt */
.ac_link {
	color:  #0066CC; /* #677F97; dark blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: italic;
	border-bottom-style: dashed;
	border-width: 1px;
}

.ac_li {
	text-indent: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	END: Article Content Menu make-up
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	START: Leftnavigation Menu make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.ln_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0066CC;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
	line-height: normal;
}

.ln_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0066CC;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	text-decoration: none;
}

.ln_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0066CC;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	text-decoration: none;
}

.ln_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0066CC;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	text-decoration: none;
}

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	END:  Leftnavigation Menu make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	START: Website Menu make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.wm_itemBorder {
	border: 1px solid black 
}

.wm_itemText {
	text-decoration: none; 
	color: #FFFFFF; 
	font: 12px Verdana, Helvetica 
}

/*.wm_crazyBorder {
	border: 2px  outset #000000;
}

.wm_crazyText {
	text-decoration: none; 
	color: #FFCC99; 
	font: normal 12px Arial, Helvetica;
}*/

a:hover {
	color: #000000;
}
/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	END: Website Menu make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	START: Internal Search make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.is_results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;	
	color: #0066CC;
}

.is_results:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;	
	color: #000000;
}

.is_results:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;	
	color: #0066CC;
}

.is_results:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;	
	color: #0066CC;
}

.is_searchbox {
	color:  #0066CC; /* #677F97; dark blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	
	border-style: solid;
	border-color: #95AFBE;
	border-width: 1px;
}

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	END: Internal Search make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	START: Sitemap make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* make-up for the "top level" database articles in the Sitemap*/
.sm_whitespace_1stlevel {
	/*margin-left: 10px; 
	not necessary can be at the left margin*/
}

/* make-up for the "2nd level" database articles in the Sitemap*/
.sm_whitespace_2ndlevel {
	margin-left: 40px;
}

/* make-up for the "3nd level" database articles in the Sitemap*/
.sm_whitespace_3rdlevel {
	margin-left: 60px;
}

.sm_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;	
	color: #0066CC;
}

.sm_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;	
	color: #000000;
}

.sm_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;	
	color: #0066CC;
}

.sm_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;	
	color: #0066CC;
}
/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	END: Sitemap make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	START: Registration make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.re_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	line-height: normal;
	margin-top: 0px;	
}

.re_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: red;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	margin-top: 0px;	
}

/* * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	END: Registration make-up	
* * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* quickscan.php START */
.qs_surveyColumnTitles {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.qs_surveyTableData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.qs_tableTitle {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.qsc_infoHeader {	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.qs_profileTags {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.qs_profileData {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}
/* quickscan.php END */

/* qs_tst.php START */

.qsc_question {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}

.qsc_location {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.qsc_categoryHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#FFFFFF;
	font-weight:bold;
}

.qsc_infoHeader {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.qsc_status {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.qsc_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;	
	color: #FFFFFF;
}

.qsc_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;	
	color: #FFFFFF;
}

.qsc_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;	
	color: #FFFFFF;
}

.qsc_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;	
	color: #FFFFFF;
}