/* Validated by the W3C CSS Validation service. */

/* block-level and inline elements */
body {
	background: White;
	font-size: 12pt;
}
table { font-size:12pt; }
hr {
	color: White;
	background: White;
	background-color: White;
}
h1 {
	font-weight: bold;
	font-family: Arial;
	font-size: 16pt;
	color: #000066;
}
a {
	color: Black;
}

/* general style classes */
.response-set { margin: 15pt 30pt 0pt 30pt; }
.submit-button { }
.section-heading { font-weight:bold; font-size:12pt; color:#000066; }
.question-heading {font-weight:bold; color:#000066; }
.question-text { }
.choice-text { }
.perseus-link { font-size:8pt; color:#000066; }
.list-anchor { font-weight:bold; }
.text-block { }

/* table row styles for scale-definition questions */
.category-row { font-weight:bold; background-color:#000066; color:White; }
.anchor-row { font-weight:bold; background-color:#000066; color:White; }
.choice-row { font-weight:bold; background-color:#000066; color:White; }
.coded-choice { }

/* table text styles for scale-definition questions */
.total-row { font-weight:bold; background-color:#000066; color:White; }
.odd-row { }
.even-row { }
.topic-text { }

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell { background-color:#000066; }
.uncompleted-cell { background-color:White; }
.progress-labels{ background-color: #F0F0F0; color: #BABABA; font: bold 9px Tahoma, sans-serif; }
.progress-labels td { border: solid 2px #D0D0D0; }
.progress-text { font-size:.8em; margin-top:5px; }

/* Live Results */
.QuestionHeading { font-weight: bold; }
.QuestionText { }
.ReportElement { font-family: Arial, sans-serif; font-size: 12pt; padding: 15px 0px; width: 98%; }
.ReportQuestion { font-family: arial, sans-serif; font-size: 12pt; }
.ReportTable { border: solid 1px #C0C0C0; font-family: Arial, sans-serif; font-size: 10pt; }
.ReportTable td { border: solid 1px #C0C0C0; }
.ReportScale { background-color: #F0F0F0; border: solid 2px #D0D0D0; color: #BABABA; font: bold 9px Tahoma, sans-serif; }
.ReportScale td { border: solid 2px #D0D0D0; }
.ReportBar { border: solid 1px #C0C0C0; height: 18px; line-height: 18px; }
.ReportBar td { border: solid 1px #C0C0C0; height: 18px; line-height: 18px; }
.ReportItemRow { background-color: #FFFFFF; }
.ReportAltItemRow { background-color: #F8F8F8; }
.FreqBar { background:#8888FF; border:solid 1px #4B54C5 !important; }
.ReportHeaderRow { background-color: #E1ECFF; color: #3C4184; font-size: 8pt; height: 24px; }
.ReportFooterRow { background-color: #E1ECFF; color: #3C4184; font-size: 8pt; height: 24px; }
.ReportTotal { font-size: 9pt; font-weight: bold; }
.ReportRowLabel { color: #808080; }