/* Capitol Intrakoop.css                                            */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {
	background-image: url(http://www.marlyse-research.nl/p/logoHAN.jpg); background-repeat: no-repeat;
}
hr {
	color: #BF0033;
	font-family : Arial;
}
h1 {
	color: #BF0033;
	font-weight: normal;
	font-family : Arial;
	font-size : medium;
	font-style : italic;
}
a:link {font-size : 8pt; color: #003399; text-decoration: none;}
a:active {font-size : 8pt; color: #003399; text-decoration: none;}
a:visited {font-size : 8pt; color: #003399; text-decoration: none;}
a:hover {font-size : 8pt; color: #bf0033; text-decoration: underline;}

/* general style classes */
.section-heading {
	color: #D81E05;
	font-weight: bold;
	font-family: Arial;
}
.text-block {
	font-weight: normal;
	color: #00006A;
	font-family : Arial;
	font-size : smaller;
}
.question-heading {
	color: #00006A;
	font-size: smaller;
	font-family : Arial;
	font-weight : bold;
}
.question-text {
	color: #00006A;
	font-size: smaller;
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
}
.choice-text {
	color: #00006A;
	font-size: smaller;
	font-family : Arial;
}
.list-anchor {
	font-weight: bold;
	font-family : Arial;
	font : Arial;
}
.response-set {
	margin: 15pt 30pt 0pt 30pt;
	font : Arial;
	font-family : Arial;
	font-size : medium;
}
.submit-button {}

/* table row styles for scale-definition questions */
.category-row {
	color: #00006A;
	font-weight: bold;
	font-size : smaller;
	font-family: Arial;
}
.anchor-row {
	color: #BF0033;
	font-family : Arial;
	font-size : smaller;
	font-weight : bold;
}
.choice-row {
	font-size: x-small;
	color: #BF0033;
	font-family : Arial;
	font-weight : normal;
}
.coded-choice {}

/* table text styles for scale-definition questions */
.total-row {
	font-weight: bold;
	font-size : smaller;
}
.odd-row {
	font-size: smaller;
	color: #00006A;
	font-family : Arial;
}
.even-row {
	font-size: smaller;
	color: #00006A;
	background: #F0F0FF;
	font-family : Arial;
}
.topic-text {
	font-size: smaller;
	color: #00006A;
	font-family : Arial;
}


/* table and cell styles for multi-page progress indicator */
.progress-table { border: 1px solid Gray;}
.completed-cell { background:#00006A; }
.uncompleted-cell { background:#BF0033; }
.progress-labels{ background-color: #F0F0F0; color: #BABABA; font: bold 9px Tahoma, sans-serif; }
.progress-labels td { border: solid 2px #D0D0D0; }
.progress-text { font-size:.8em; margin-top:5px; }
