/* Santa Fe Sunrise.css                                              */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {background: lightyellow;}
hr {color: darkmagenta;}
h1 {color: darkmagenta; font-weight: bold;}
a:link {color: darkgreen; text-decoration: underline;}

/* general style classes */
.section-heading {font-size: large; color: darkgreen;}
.question-heading {font-weight: bold; color: darkgreen;}
.question-text {font-weight: bold; color: darkgreen;}
.choice-text {color: darkgreen;}
.list-anchor {font-weight: bold;}
.text-block {font-weight: bold;}
.response-set {margin: 15pt 30pt 0pt 30pt;}
.submit-button {}

/* table row styles for scale-definition questions */
.category-row {color: darkmagenta; }
.anchor-row {color: darkmagenta;  background: thistle;}
.choice-row {font-weight: bold; color: darkmagenta;}
.coded-choice {}

/* table text styles for scale-definition questions */
.total-row {font-weight: bold;}
.odd-row {color: darkgreen;}
.even-row {color: darkgreen; background: thistle;}
.topic-text {color: darkgreen;}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: darkmagenta;}
.uncompleted-cell {background: darkgreen;}