/* default.css                                                       */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {
	background: #F8F8F8;
	color : #003399;
	font-family : Verdana, Helvetica, sans-serif;
}
hr { width : 85%; border : thin; height : 1px;
	color: #003399;
}
h1 {
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
}
input {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
}
p {
	font-size:11px;
	line-height:150%;
}
/* jan: header bis rechts */
body p.is24header{
	background-color:#000066;
	height:60px;
	margin:0;
	padding:0;
}
/* ende jan: header bis rechts */
a:link {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 color : Black;
 text-decoration : underline;
}
select{
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
}
br {
	line-height: 0;
}
/* general style classes */
.section-heading {
	font-weight: bold;  
	font-family : Verdana, Helvetica, sans-serif;  
	font-size : 13px;
}
.question-heading {
	background-color:#d9e1f0;
	display:block;
	font-weight: bold;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	line-height:24px;
	color : #000;
	border-bottom:3px solid #fff;
	margin:0;
	padding-left: 5px;
}
.question-text {
	color : #000;
	display:block;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding-left: 5px;
}
.subheading {
	color:#5f6eaa;
	font-weight:normal;
	font-family: Verdanam, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}
.choice-text {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11px;
}
.perseus-link {font-size: 8px;  font-family : Verdana, Helvetica, sans-serif; }
.list-anchor {font-weight: bold;  font-family : Verdana, Helvetica, sans-serif;  font-size : 10px;}
.text-block {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 line-height: 150%;
}
.text-block br {
 line-height: 0px;
}
.response-set  { 
	border-bottom: 3px solid #fff;
	display: block;
	padding: 10px 5px;
}
.response-set * {
	color: #000;
	font-size:11px;
	line-height:20px;
}
.submit-button {}

/* table row styles for scale-definition questions */
.category-row {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color : #d9e1f0;
}
.anchor-row {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color : #d9e1f0;
}
.button-row {
	background-color:#d9e1f0;
	display: block;
	line-height: 29px;
	margin:0;
	padding:0 5px;
}
.choice-row {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : bold;
 background-color : #d9e1f0;
}
.choice-text {
	padding-top:2px;
}
.choice-text input {
	vertical-align:middle;
}
.coded-choice {}

/* table text styles for scale-definition questions */
.total-row {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : bold;
 background-color : #C5E6F5;
}
.odd-row {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
}
.even-row {
 font-family : Verdana, Helvetica, sans-serif;
 background-color: #d9e1f0;
 font-size : 11px;
}
.topic-text {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 }

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {
	background-color : #003399;
}
.uncompleted-cell {
	background-color : #C5E6F5;
}
