/* Arizona Highlights.css                                            */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {
 background : #FFFFFF;
}
hr {color: #0000FF;}
h1 {color: #0000FF; font-weight: bold;  font-size : 18pt;  font-family : Arial, Helvetica, sans-serif;}
input {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12pt;
}
a:link {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12pt;
 color : #0000FF;
 text-decoration : underline;
}
select{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12pt;   
}

/* general style classes */
.perseus-link {font-size: 8pt;  font-family : Arial, Helvetica, sans-serif;  color : #0000FF;}
.section-heading {
	color: #9ACD32;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
.text-block {color: #0000CD;  font-weight: bold;  font-size : 12pt;  font-family : Arial, Helvetica, sans-serif;}
.question-heading {color: #000000; font-size: 12pt;  font-family : Arial, Helvetica, sans-serif; font-weight : bold;}
.question-text {color: #000000; font-size: 12pt;  font-family : Arial, Helvetica, sans-serif; font-weight : bold;}
.choice-text {color: #0000CD; font-size: 12pt;  font-family : Arial, Helvetica, sans-serif;  }
.list-anchor {color: #0000CD;  font-weight: bold;  font-family : Arial, Helvetica, sans-serif;  font-size : 12pt;}
.response-set {margin: 15pt 30pt 0pt 30pt;}
.submit-button {}

/* table row styles for scale-definition questions */
.category-row {font-weight: bold;  font-family : Arial, Helvetica, sans-serif;  font-size : 12pt;  color: #000000; background: #C0C0C0;}
.anchor-row {font-weight: bold;  font-family : Arial, Helvetica, sans-serif;  font-size : 12pt;  color: #0000CD; background: #C0C0C0;}
.choice-row {font-weight: bold; font-family : Arial, Helvetica, sans-serif;  font-size : 12pt;  color: #0000CD; background: #C0C0C0;}
.coded-choice {}

/* table text styles for scale-definition questions */
.total-row {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0000CD;
}
.odd-row {font-weight: normal;  font-family : Arial, Helvetica, sans-serif;  font-size : 12pt; color: #0000CD;}
.even-row {font-weight: normal;  font-family : Arial, Helvetica, sans-serif;  font-size : 12pt;  color: #0000CD;}
.topic-text {font-weight: normal;  font-family : Arial, Helvetica, sans-serif;  font-size : 12pt;  color: #0000CD;}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: #0000CD;}
.uncompleted-cell {background: #C0C0C0;}