/* default.css                                                       */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body { font-family:      Arial,helvetica,sans-serif;
       font-size: 11px;
       color:            black;
       background-color: #2D4175;
	   }
hr {color: blue;}
h1 {color: blue; font-weight: bold;}

/* general style classes */
.section-heading {
	font-family:  Arial,Verdana,  Helvetica, sans-serif;
font-size: 14px;
color:#497AA9; 
font-weight: bold; 
}
.question-heading {font-weight: bold;}
.question-text {

font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
 }
.perseus-link {font-size: x-small;}
.text-block {
font-family:  Arial,Verdana,  Helvetica, sans-serif;
font-size: 12px;
color:#000000; 
font-weight: normal; 
}
.response-set {margin: 15pt 30pt 0pt 30pt;}
.submit-button {}

/* choose one/many question styles */
/* list-anchor is the class used for the labels for choice groups */
.choice-text {
font-family:  Arial,Verdana,  Helvetica, sans-serif;
font-size: 12px;
color:#000000; 
font-weight: normal; }
.list-anchor {font-weight: bold;} 	

/* table styles */
.category-row {}
.anchor-row {}
.choice-row {}
.coded-choice {}
.total-row {font-weight: bold;}
.odd-row {}
.even-row {background: lightblue;}

/* text styles for table and fillin questions */
.topic-text {
font-family:  Arial,Verdana,  Helvetica, sans-serif;
font-size: 12px;
color:#000000; 
font-weight: normal; }

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: blue;}
.uncompleted-cell {background: gray;}