/* Key West Sand.css                                                 */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {background: white;}
hr {color: blue;}
h1 {color: deepblue; font-weight: bold;}
a:link {color: blue; text-decoration: none;}
a:active {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
a:hover {color: purple; text-decoration: underline;}

/* general style classes */
.section-heading {
	font-weight: bold;
	font-size: medium;
	color: Navy;
	font-family: Arial, Verdana;
}
.question-heading {
	font-weight: bold;
	font-family: Arial, Verdana;
}
.question-text {
	color: Navy;
	font-weight: bold;
	font-family: Arial, Verdana;
}
.choice-text {
	color: Navy;
	font-family: Arial, Verdana;
}
.list-anchor {
	color: Navy;
	font-weight: bold;
	font-family: Arial, Verdana;
}
.text-block {
	color: Navy;
	font-weight: bold;
	font-family: Arial, Verdana;
}
.response-set {margin: 15pt 30pt 0pt 30pt;}
.submit-button {}

/* table row styles for scale-definition questions */
.category-row {
	color: Navy;
	font-weight: bold;
	font-family: Arial, Verdana;
}
.anchor-row {
	color: Navy;
	font-weight: bold;
   font-family: Arial, Verdana;
	background: Seashell;
	border: thick;
}
.anchor-row2 {
	color: Navy;
	font-weight: bold;
   font-family: Arial, Verdana;
	background: Seashell;
}
.anchor-row3 {
	color: Navy;
	font-weight: bold;
   font-family: Arial, Verdana;
	background-color: #F5DEB3;
}
.choice-row {
	color: Navy;
	font-weight: bold;
	font-family: Arial, Verdana;
}
.coded-choice {
	font-family: Arial, Verdana;
}

/* table text styles for scale-definition questions */
.total-row {color: Teal;  font-weight: bold;}
.odd-row {
	color: Navy;
	font-weight: bold;
	font-family: Arial, Verdana;
}
.even-row {
	color: Navy;
	font-weight: bold;
	font-family: Arial, Verdana;
	background-color: #F5DEB3;
}
.topic-text {
	color: Navy;
	font-weight: bold;
	font-family: Arial, Verdana;
}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: Green;}
.uncompleted-cell {background: Silver;}