/* Identified DIVs */ #GraphicDiv { position: absolute; top: 0px; left: 0px; z-index: -1 ; visibility: inherit } #SurveyDiv { z-index:1; width: 640px; margin-top: 0px; margin-left: 0px; z-index: 1; background-color: #ffffff; border: 0px solid #ffffff; } #SurveyTable {width:640px; z-index:3; background-color: #ffffff; color: #000000; font-family: Arial,Helvetica; font-size: 12pt; font-weight: normal; font-style: normal; } #ProgressBarTable { } #ProgressBarOuterTable { background-color: black; border-collapse: collapse; border: thin 1 black; } #ProgressBarInnerTable { width: 200px; border-width: 0px; border-collapse: collapse; } #ProgressBarLeft { background-color: blue; } #ProgressBarRight { background-color: white; } #Copyright { width: 640px; color: gray; font-size: xx-small; text-align: center; font-family: Arial,Helvetica} #PrivacyStatement { width: 640px; font-size: xx-small; text-align: center; font-family: Arial,Helvetica} #Header, #Footer { } Body { background-color: #ffffff } /* Tables used in presenting different question types */ .CheckboxTable { } .GridTable { border-collapse:collapse; } .ScaleTable { border-collapse:collapse; } .RadioButtonTable { } .SpecifyBox { } .NumericInput { } .CheckboxCell { } .QuestionLabel { width:615px; } .QuestionNumber { width:25px; background-color: #ffffff; color: #000000; font-weight: bold; vertical-align: top; } /* Main fonts used for response text */ .CheckboxResponse, .RadioButtonResponse, .GridRowEven, .GridRowOdd, .GridColumnLabel, .MDGridColumnLabel, .MDGridRowLabel, .ScaleLabelLeft, .ScaleLabelRight, .Error { background-color: #ffffff; color: #000000; font-family: Arial,Helvetica; font-size: 12pt; font-weight: normal; font-style: normal; } /* Overrides of main font properties for even/odd colors for adjcent rows*/ .GridRowOdd { background-color: #eeeeee; } .GridRowEven { background-color: white; } .RadioButtonRowOdd { } .RadioButtonRowEven { } .CheckboxRowOdd { } .CheckboxRowEven { } /* multi-dimensional grid labels */ .MDGridColumnLabel, .MDGridRowLabel { font-weight: bold; } .MDGridTable { border: solid 0px black; } .MDGridCell { border-width: 0px; } .GridColumnLabel, .MDGridColumnLabel { text-align: center } .GridRowLabel { width: 200 } /* Error text for in-page errors */ .Error { color: red; } /* Font uses for progress bar text */ .ProgressBarLabel { font-family: Arial,Helvetica; font-size: 10pt; font-weight: bold;}