<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ArboNed CSS Framework 
Application specific stylesheet for "KCVS"
version 0.08 (11-june-2006)
tested on FF1.5/IE6, not on animals

ï¿½2006 Joost van der Wal, Byelex Multimedia Products BV
*/

body                        {overflow: auto;}

/*.page_title					{margin:16px 0 16px 0}*/
#bar_buttons input 			{font-family:Verdana, Arial, Helvetica, sans-serif}
/*.leftbox					{padding-left:16px; margin-top:16px; margin-right:0; width:45%; font-size:12px; border:0; float:left}
.piform .leftbox			{width:390px;}*/
.widebox					{padding-left:16px; margin-top:16px;font-size:12px; }

/* login page */
/*.login #page_align {
							background:#fff; 
							position:absolute; 
							width:764px; 
							margin-left:-382px; 
							left:50%; 
}
.login #bar_menu 			{background:#fff url(../images/kc_bar_menu.png) no-repeat; height:97px;} 
.login .sidebox 			{margin-left:0; width:380px; float:right;  border-left:1px solid #aaa;}
.login .leftbox				{width:300px; float:none; border:0}
.login h1					{font-size:27.4px}

.loginblock 				{width:389px; height:136px; background:url(../images/block_login_bg.gif) no-repeat}
.admin						{background:url(../images/block_loginadmin_bg.gif) no-repeat}
.loginblock table 			{margin-top:40px; padding:8px; float:right; text-align:right;}
.loginblock table td 		{padding:0 4px;}
.loginblock input 			{float:right;clear:both; margin-right:14px}
.loginblock table input 	{width:250px; margin:0; padding:3px}
*/
/* --------------- */
/* DmS added elements */
#error_message {
	position: absolute;
	top: 40%;
	left: 25%;
	right: 25%;
	font-size: 11px;
        color: #FFFFFF;
	background: #882922;
	border: 2px solid #dee;
	z-index: 120;
	padding: 1px;
}

#error_message input {
	margin: 5px 2px 2px 2px;
	float: right;
}

/* ******************************* */
/*          VRAGENLIJST            */
/* ******************************* */
table.vragenlijst {
	width: 98%;
}

table.vragenlijst td {
}

table.vragenlijst td.num_answer {
	text-align: right;
	font-size: 120%;
	font-weight: bold;
}

table.vragenlijst span.comment {
	font-style: italic;
	font-size: 80%;
}

table.vragenlijst span.code {
	font-style: italic;
	font-size: 80%;
}

table.edit td.field1 			{padding-top:6px; padding-left:8px;}

table.radio250 td label { margin-left: 10px; width: 230px; }
table.radio300 td label { margin-left: 10px; width: 270px; }
table.radio350 td label { margin-left: 10px; width: 330px; }

.width150 { width: 150px; }
.width200 { width: 200px; }

table.meddiag {
	background: transparent; 
}

table.meddiag table.edit { padding: 0 0 0 0; margin: 0 16px 0 16px; }

/* Fix for strange dissappearance of dropdownbox selector */ 
.nr_of_lines	{ padding-right: expression('15px'); } 


/***
 * FIXME
 * These buttons are supposed to be changed by graphical designers 
**/
.button_newproject		{background:url(../images/new.gif) 8px no-repeat;}
.button_previous		{background:url(../images/previous.gif) 8px no-repeat;}
.button_testmail		{background:url(../images/email_test.gif) 8px no-repeat;}
.button_send_invitations {background:url(../images/email.gif) 8px no-repeat;}
.button_reset_invitations {background:url(../images/email_reset.gif) 8px no-repeat;}
.button_newsection		{background:url(../images/new_section.gif) 8px no-repeat;}
.button_showexcluded		{background:url(../images/show_excluded.gif) 8px no-repeat;}
.button_hideexcluded		{background:url(../images/hide_excluded.gif) 8px no-repeat;}
.button_formulas		{background:url(../images/wand.gif) 8px no-repeat;}
.button_additem			{background:url(../images/add_item.gif) 8px no-repeat;}
.button_qstprev			{background:url(../images/qst_prev.gif) 8px no-repeat;}
.button_qstnext			{background:url(../images/qst_next.gif) 8px no-repeat;}
.button_addrecode			{background:url(../images/add_recode.gif) 8px no-repeat;}
.button_addformula			{background:url(../images/add_formula.gif) 8px no-repeat;}
.button_compile			{background:url(../images/compile_project.gif) 8px no-repeat;}
.button_include			{background:url(../images/include.gif) 8px no-repeat;}
.button_exclude			{background:url(../images/exclude.gif) 8px no-repeat;}
.button_plus          {background:url(../images/plus.gif) 8px no-repeat;}
.button_filter        {background:url(../images/active.gif) 8px no-repeat;}


.button_adduser         {background:url(../images/person.gif) 8px no-repeat;}
.button_addreport       {background:url(../images/doc.gif) 8px no-repeat;}
.button_save            {background:url(../images/save.gif) 8px no-repeat;}
.button_cancel          {background:url(../images/cancel.gif) 8px no-repeat;}
.button_edit            {background:url(../images/edit.gif) 8px no-repeat;}
.button_delete          {background:url(../images/deny.gif) 8px no-repeat;}

.button_print          {background:url(../images/print.gif) 8px no-repeat;}


/* END OF BUTTONS */

.w10                      {width:10px;}
.w15                      {width:15px;}
.w20                      {width:20px;}
.w25                      {width:25px;}
.w30                      {width:30px;}
.w40                      {width:40px;}
.w50                      {width:50px;}
.w60                      {width:60px;}
.w70                      {width:70px;}
.w80                      {width:80px;}
.w90                      {width:90px;}
.w100                     {width:100px;}
.w110                     {width:110px;}
.w120                     {width:120px;}
.w130                     {width:130px;}
.w140                     {width:140px;}
.w150                     {width:150px;}
.w160                     {width:160px;}
.w170                     {width:170px;}
.w180                     {width:180px;}
.w190                     {width:190px;}
.w200                     {width:200px;}
.w210                     {width:210px;}
.w220                     {width:220px;}
.w230                     {width:230px;}
.w250                     {width:250px;}
.w280                     {width:280px;}
.w300                     {width:300px;}
.w320                     {width:320px;}
.w350                     {width:350px;}
.w400                     {width:400px;}
.w450                     {width:450px;}
.w500                     {width:500px;}
.w550                     {width:550px;}
.w600                     {width:600px;}
.w650                     {width:650px;}
.w700                     {width:700px;}
.w750                     {width:750px;}
.w800                     {width:800px;}
.w850                     {width:850px;}
.w900                     {width:900px;}
.w950                     {width:950px;}

.alignleft {text-align: left;}
.aligncenter {text-align: center;}
.alignright {text-align: right;}

.error_msg		{color: red;}

.img_button 	{ border : none; margin-left: 5px; margin-right: 5px;}
.upload_msg     {margin-top:16px;font-size:16px; text-align: left; }
.transparent_label { background: transparent; }
.compilation_msg     { font-size:20px; }

/* XSL to show Vragenlijst - taken from VitalityScan AdvisorXML 2 HTML transformation */
.resultsTable			{border:1px solid #ccc}
.resultsTable td		{padding:10px; border-bottom:1px solid #ccc}
.resultsTable .section	{font-weight:bold; font-size:15px; color:#fff}

/* workaround !!! */
#kcvs_bar_dropdown {
	border:1px solid #ceeff7; 
	border-bottom-color:#ddd; 
	min-height:32px; 
	width:"99.9%"; 
	width:expression('99.8%'); 
	background-color:#f5f5f5; 
	margin-top:16px; 
	clear: left;
}

.template_memo { width: 750px;}

table.button_block { margin: 0 0 0 0; }
table.button_block td { padding: 0 0 0 0; margin: 0 0 0 0; }

a.copyrightlink {text-decoration: none;}
span:hover.copyright {text-decoration: underline;}</pre></body></html>