﻿ 
/* default.css                                                       */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */

hr {color: blue; height:1px;}
h1 {color: blue; font-weight: bold;}

.required
{
    	font-family:  Arial,Verdana,  Helvetica, sans-serif;
font-size: 14px;
color:red; 
font-weight:bold;
    }
/* general style classes */
.openended
{
    width:450px;
    height:40px;
    font-size:12px;
    }
    
.numeric
{
    width:60px;
    font-size:12px;
    }
    
.section-heading {
	font-family:  Arial,Verdana,  Helvetica, sans-serif;
font-size: 14px;
color:#497AA9; 
font-weight: bold; 
padding-bottom:1px;
}
.question-heading {font-weight: bold;}
.question-text {

font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	padding-bottom:8px;
	padding-top:20px;
 }
.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:0px 15px 0px 15px;
    font-family:  Arial,Verdana,  Helvetica, sans-serif;
font-size: 12px;}
.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;}


 