/* Santa Fe Sunrise.css                                              */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {
	font-family : arial,sans-serif;
	font-size : 12px;
	background : #333366;
	margin-top : 20px;
	margin-bottom : 20px;
}
input {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;

}
select{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10px;
}

hr {
	color: #777777;
	border: none;
}

h1 {color: #43ADC3; font-weight: bold;}

a:link {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #0002BD;
 text-decoration : underline;
	font-weight : bold;
}

.perseus-link {
font-size: 8px;  
font-family : Arial, Helvetica, sans-serif;  
color : #CC9900;
}

/* use in edit mode */
.title {
	font-size: 18px;
	color: Black;
	font-family : arial,sans-serif;
	text-align: center;
	font-weight : bold;
}


/* background color used in template */
.backsurveycolor {
	background: #CADEE8;
}
/* general style classes */

.section-heading {
	font-size: 14px;
	color: #006600;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.question-heading {
	font-size: 12px;
	color: #006666;
	font-weight: bold;
	color: Black;
}

.question-text {
color: #006666; 
font-size: 11pt;  
font-weight: bold; 
font-family : Arial, Helvetica, sans-serif;
}

.choice-text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
}
.list-anchor {
color: #000000;  
font-weight: bold;  
font-family : Arial, Helvetica, sans-serif;  
font-size : 12px;
}


.text-block {
color: #000000;  
font-size : 12px;  
font-family : Arial, Helvetica, sans-serif;
}

.response-set {
	margin: 5pt 20pt 10pt 20pt;
font-family : Arial, Helvetica, sans-serif; 
color: #000000; 

}

.submit-button {
text-align : center;
}

/* table row styles for scale-definition questions */
.category-row {
	color: Black;
 font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
 background-color : #cccccc;
}
.anchor-row {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : bold;
 background-color : #cccccc;
 color : Orange;
 }
	
.choice-row {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11pt;
 font-weight : normal;
 background-color : #ffffff;
 color : #000000;
	vertical-align : bottom;
}
.coded-choice {}

/* table text styles for scale-definition questions */
.total-row {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11px;
 }
.odd-row {
	color: Black;
	background: #EFEFEF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.even-row {
	color: Black;
	background: #ffffff;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11px;
}
.topic-text {
	color: Black;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
	font-weight : bold;
}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: #006666;}
.uncompleted-cell {
	background: #66CC00;
}
