/* Chicago Conservative.css                                          */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {
	font-size:small;
	font-family: verdana,arial,sans-serif;
	background-image : url(astrosurveyback2008.gif); background-repeat : no-repeat;
	background-color: #ffffff;
	margin-top: 220px;
	margin-left: 130px;
	width : 600px;
}
hr {color: gray;}

/* general style classes */
.section-heading {font-weight: bold; font-size: large;}
.question-heading {font-weight: bold;}
.question-text { font-size: small;}
.choice-text {font-size: small;}
.list-anchor {font-weight: bold;}
.text-block {font-weight: bold;}
.response-set {margin: 15pt 30pt 0pt 30pt;}
.submit-button {}

/* table row styles for scale-definition questions */
.category-row {  background-color: #FBFAE5; }
.anchor-row {
	background: #555555;
	color: white;
	font-size: smaller;
}
.choice-row {font-size: small; background-color: #FBFAE5;}
.coded-choice { }

/* table text styles for scale-definition questions */
.total-row {font-weight: bold; }
.odd-row {font-size: small;  }
.even-row {font-size: small; background: Silver; }
.topic-text {font-size: small;}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: green;}
.uncompleted-cell {background: red;}