/* Copyright 2002 - Active Matter, Inc. */
/* Classes used in survey manager */
.SUSurveyTitle
  {font-size: 13px; font-weight:bold; background-color: #ffffff;}
.SUQuestionText, .SUAnswerHistory, .SUAnswerExplanation,.SUComment
  {font-size: 13px; color: #000000; }
.SUFootnoteText, .SUHintText, .SUAnswerLabel
  {font-size: 11px; color: #000000;}
.SUAnswerText, .SUMatrixAnswerText
  {font-size: 13px; color: #000000;}
.SUCorrectAnswerText
  {font-size: 11px; color: Green; font-weight: bold;}
.SUGradeWeight, .SUQuestionGrade
  {font-size: 11px; color: Red; }
input.SUTextField
  {font-size: 13px; font-family: monospace, sans-serif; font-weight: 100;}
input.SUCalculatedFields 
  {background-color: #ccffff; text-align : right;}
input.SUCheckboxRadio, 
  {font-size: 13px; font-family: monospace, sans-serif; font-weight: 100;}
select.SUMultiSingleSelect
  {font-size: 11px; font-family: Verdana; font-weight: 100;}
.SUSection, .SUSectionHeader, .SUSectionFooter
  {background-color: #ffffff;}
/* Used for matrix */
.SUMatrixTable
  {border: thin solid gray;}
.SUMatrixHeader,.SUCommentLabel
  {font-weight: bold; color:#000000; background-color: #ffffff}
.SUMatrixLeft
  {font-weight: bold; color:#000000;}
.SUMatrixRow1
  {background-color: lightgrey;}
.SUMatrixRow2
  {background-color: #ffffff;}
.SUMatrixBlankCell
  {background-color: #b4b4b4}
.SUSummaryRow1, .SUSummaryRow2 /*Summary page */
  {background-color: #ffffff;}