/* Concept 4.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 : 50px;
	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: #D2691E;
	background: #ffffff;
	border : 1px;
	width: 630px;
}

hr.blue {
	color: #006699;
	border: none;
	height : 12px;
	width: 630px;
}

hr.lightblue {
	color: #6699CC;
	border: none;
	height : 8px;
}

h1 {
	color: #D2691E;
	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 : #ffffff;
}

.contact {
	font-size: 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-style : italic;
	font-weight: bold;
}

/* use in edit mode */
.title {
	font-size: 22px;
	color: Black;
	font-family : arial,sans-serif;
	text-align: right;
	font-weight : bold;
}

.blackborder {
	color: Black;
	background: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 0px 0px 0px 0px;
	margin-left : 20px;
	margin-right : 20px;
	margin-top: 20px;
}

.middletable {
	color: Black;
	background: #ffffff;
	padding : 0px 0px 0px 0px;
	margin-left : 65px;
	margin-right : 65px;
}


/* background color used in template */
.backsurveycolor {
	background: #ffffff;
}
/* general style classes */

.section-heading {
	font-size: 20px;
	color: #D2691E;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
}
.question-heading {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	color: Black;
}

.question-text {
color: #000000; 
font-size: 11pt;  
font-weight: bold; 
font-family : Arial, Helvetica, sans-serif;
text-align : right;
}

.choice-text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
}
.list-anchor {
color: #000000;  
font-weight: bold;  
font-family : Arial, Helvetica, sans-serif;  
font-size : 12px;
}


.text-block {
color: #000000;  
font-weight: bold;  
font-size : 12px;  
font-family : Arial, Helvetica, sans-serif;
}

.response-set {
	margin: 5pt 20pt 10pt 20pt;
font-family : Arial, Helvetica, sans-serif; 
color: #000000; 
font-weight: bold;
}

.submit-button {
text-align : center;
}

/* table row styles for scale-definition questions */
.category-row {
	color: Black;
 font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
 background-color : #cccccc;
}
.anchor-row {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10px;
 font-weight : bold;
 background-color : #cccccc;
 color : Orange;
 }
	
.choice-row {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10pt;
 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 : 10px;
 font-weight : bold;
 }
.odd-row {
	color: Black;
	background: #EFEFEF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}
.even-row {
	color: Black;
	background: #ffffff;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10px;
 font-weight : bold;
}
.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: #ff0000;
	background-color : #D2691E;
}
.uncompleted-cell {
	background: #000000;
	background-color:#006699
}