/* default.css                                                       */
/*      a basic stylesheet template for questionnaires               */


/* block-level and inline elements */
body               { background: white; }
hr               { color: blue; }
h1               { color: blue; font-weight: bold; }

/* general style classes */
.section-heading     { font-weight: bold; font-size:medium}
.question-heading          { font-weight: bold; }
.question-text               {  }
.choice-text          {  }
.perseus-link          { font-size: x-small; }
.list-anchor          { font-weight: bold; }
.text-block          { }

/* table row styles for scale-definition questions */
.category-row          {  }
.anchor-row          { }
.choice-row          {  }

/* table text styles for scale-definition questions */
.total-row          { font-weight: bold; }
.odd-row          {  }
.even-row          { background: lightblue; }
.topic-text          {  }

/* table and cell styles for multi-page progress indicator */
.progress-table          {  }
.completed-cell          { background: blue; }
.uncompleted-cell     { background: gray; }
