﻿@media all
{
  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;
    cursor: pointer;
  }
  
  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
  {
  }
}
