﻿@media all
{
  div.Notes
  {
    font-size: smaller;
  }
  
  table.ViewFaqEntry
  {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid silver;
    border-collapse:collapse
  }
  
  table.ViewFaqEntry td.Question
  {
    font-weight: bold;
  }
  
  table.ViewFaqEntry td.Answer
  {
    padding-left: 50px;
  }

  div.FaqSections
  {
    margin: 0px;
    border: 0px;
  }
  
  table.FaqSection
  {
    margin-top: 10px;
    width: 100%;
    border: 1px solid silver;
    table-layout: fixed;
  }
  
  table.FaqSection tr.SectionName td
  {
    padding: 1px 3px;
  }
  
  table.FaqSection tr.SectionName
  {
    background-color: #e7eaf2;
  }
  
  table.FaqSection tr.SectionName td.Checkbox
  {
    width: 25px;
    vertical-align: top;
  }
  
  table.FaqSection tr.SectionName td.SectionName
  {
    font-weight: bold;
  }
  
  table.FaqSection tr.FaqEntries
  {
  }
  
  table.FaqSection tr.FaqEntries table.FaqEntry
  {
    width: 100%;
    table-layout: fixed;
  }
  
  table.FaqSection tr.FaqEntries table.FaqEntry td
  {
    padding: 1px 3px;
  }
  
  table.FaqSection tr.FaqEntries table.FaqEntry td.Checkbox
  {
    width: 25px;
    vertical-align: top;
  }
  
  table.FaqSection tr.FaqEntries table.FaqEntry td.Question
  {
  }
}

