HTML
{
  font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
}

TH
{
  color: #000066;
}

/*
   If headings are row rather than column headings,
   they should be left aligned rather than centred.
*/
TABLE.rowHeadings TH
{
  text-align:left;
}

.error
{
  color: Red;
  font-weight: bold;
}

/*
  Detail results table for SFR/issue/event
*/
TABLE.sfrDetail
{
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer
{
  text-align: center;
}

.configWizardStep
{
  height: 500px;
  width: 600px;
  vertical-align: top;
}


@media print
{
  .screenOnly
  {
    display: none;
    visibility: hidden;
  }
}
