/* Autozone.css                                                       */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {background: white;}
hr { background:#DDDDDD; border:solid 1px #DDDDDD; color:#DDDDDD; }
h1 { color:#181BA8; font-family : arial, helvetica, sans-serif; }

/* general style classes */
.section-heading {
     font-weight: bold;
     font-family : arial, helvetica, sans-serif;
     color:#333333;
}
.question-heading {     font-family : arial, helvetica, sans-serif;}
.question-text {font-family : arial, helvetica, sans-serif;}
.perseus-link {font-family : arial, helvetica, sans-serif;
     font-size : small;
     color : #00009C;}
.text-block {font-family : arial, helvetica, sans-serif;}
.response-set {
     margin: 15pt 30pt 0pt 30pt;
}
.submit-button {border-color: #E5EEFB;}
.end-page {font-family : arial, helvetica, sans-serif;}

/* choose one/many question styles */
/* list-anchor is the class used for the labels for choice groups */
.choice-text {font-family : arial, helvetica, sans-serif;}
.list-anchor {     font-family : arial, helvetica, sans-serif;
     font-size : small;    
}      

/* table styles */
.category-row {
     font-family : arial, helvetica, sans-serif;
     font-size : small;
     color : #00009C;
}
.anchor-row {font-family : arial, helvetica, sans-serif;     font-size : small;      color : #00009C;}
.choice-row {
     font-family : arial, helvetica, sans-serif;
     font-size : small;
}
.coded-choice {
     font-family : arial, helvetica, sans-serif;
     font-size : smaller;
     color : Black;
     
}
.total-row {font-weight: bold;}
.odd-row {font-family : arial, helvetica, sans-serif;}
.even-row {background:#E5EEFB; font-family : arial, helvetica, sans-serif;}

/* text styles for table and fillin questions */
.topic-text {font-family : arial, helvetica, sans-serif;}


/* table and cell styles for multi-page progress indicator */
.progress-table { line-height:13px; width:175px; }
.completed-cell { background:LightSlateGray; }
.uncompleted-cell { background:#CCCCCC; }
.progress-labels{ background-color: #F0F0F0; color: #BABABA; font: bold 9px Arial, sans-serif; width:175px; }
.progress-labels td { border: solid 2px #D0D0D0; }
.progress-text { font-size:.8em; margin-top:5px; }


