body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 110%;
}

#printHeader { display: none !important; }
#printFooter { display: none !important; }

#subnav {
    font-size: 12px;
    color: #0D095E;
    background-color:#DCE2EA;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

#subnav A:link {
    color: #0D095E;
    text-decoration: underline;
}
#subnav A:active {
    color: #0D095E;
    text-decoration: underline;
}
#subnav A:visited {
    color: #A367B1;
    text-decoration: underline;
}
#subnav A:hover {
    color: #2D65A8;
    text-decoration: underline;
}

#mainBody {
    width: 784px; 
    margin-left: auto;
    margin-right: auto;
}

#mainContent {
    width: 607px;
    padding-bottom: 10px;
    border: 1px solid #CCCCCC;
    margin-top: 0px;
    margin-left: 173px;
    padding-top: 0px;
    background-color: #FFFFFF;
}

#mainContentNoLeftColumn {
    width: 780px;
    padding-bottom: 10px;
    border: 1px solid #CCCCCC;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #FFFFFF;
}

#footer {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 11px;
    color: #666666;
    clear: both;
}

#footer A:link {
    color: #666666;
    text-decoration: none;
}
#footer A:active {
    color: #666666;
    text-decoration: none;
}
#footer A:visited {
    color: #A367B1;
    text-decoration: none;
}
#footer A:hover {
    color: #333333;
    text-decoration: underline;
}

#header {
    margin: 10px auto 0px auto;
    position: relative;
    padding-bottom: 2px;
    width: 780px;
    font-size: small;
    color: #CCCCCC;
    text-align: right;
    vertical-align: bottom;
}

#header p {
    margin: 0px 0px 0px 19px;
    padding-top: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCCCCC;
}

#header > p {
    margin: 0px 0px 0px 18px;
    padding-top: 21px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCCCCC;
}

img.logo {
    float: left;
    position: relative;
    clear: none;
}

#header a {
    color: #666666;
    text-decoration: none;
}

#header a:hover {
    color: #333333;
}

#tabs {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    font-size: 11px;
    text-align: right;
}

#tabs a {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin: 0px 2px 0px 4px;
    text-decoration: none;
    color: #888888;
    background-color: #F6F6F6;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

#tabs > a {
    display: -moz-inline-box;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
    padding: 4px 8px 4px 8px;
}

#tabs a:hover {
    color: #26246F;
    background-color: #DCE2EA;
}

#tabs a.currentSection {
    color: #26246F;
    background-color: #DCE2EA;
}

#welcome {
    color: #666666;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 10px;
}

#leftColumn {
    width: 165px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #AABFD6;
    margin-right: 8px;
    float: left;
}

/* Test Report styles */

table.reportHeader {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    }

table.reportHeader td {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    padding: 0.25em; 
    margin: 0.25em;
  }
  
  td.box {
      border: 1px solid black;
      background-color: none;
  }
  
  table.reportHeader td.box {
      font-family: Times New Roman, Times, serif;
  }
  
  
  table.reportSection {
    position: relative;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
  }
  
  table.testHighlights {
      border-collapse: collapse;
  }
  
  table.testHighlights td.rowHeading {
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 9px;
      text-align: left;
      border: 1px solid black;
      padding: 0.25em;
      width: 85px;
  }
  
  table.testHighlights td.columnHeading {
      border: none;
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
  }
  
  table.testHighlights td.result {
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 12px;
      height: 25px;
      width: 50px;
      text-align: center;
      border: 1px solid black;
  }
  
  table.testHighlights td.cutoff {
      text-align: center;
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 11px;
      width: 45px;
      border: 1px solid black;
  }
  
  table.testHighlights td.range {
      text-align: center;
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 10px;
      width: 40px;
      border: 1px solid black;
  }
  
  table.geneticHighlights {
      border-collapse: collapse;
  }
  
  table.geneticHighlights td.rowHeading {
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 12px;
      text-align: left;
      border: 1px solid black;
      padding: 0.25em;
  }
  
  table.geneticHighlights td.columnHeading {
      border: none;
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 9px;
      font-weight: bold;
      text-align: center;
  }
  
  table.geneticHighlights td.result {
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 12px;
      height: 1.5em;
      width: 8em;
      text-align: center;
      border: 1px solid black;
  }
  
  p.tableFooter {
      margin-top: 0px;
      margin-left: 82px;
      font-family: Arial, Verdana, sans-serif;
      font-size: 9px;
  }
  
  td.green {
      font-weight: bold;
      background-color: #A9F976;
  }
  
  td.red {
      font-weight: bold;
      color: #FFFFFF;
      background-color: #F32C2C;
  }
  
  td.yellow {
      font-weight: bold;
      background-color: #FFFF00;
  }
  
  table.lipidData {
    border-collapse: collapse;
  }
  
  table.lipidData td {
    border: 1px solid black;
  }
    
  table.lipidData td.label {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 10px;
    text-align: center;
  }
  table.lipidData td.value {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 13px;
    text-align: center;
  }
    
  td.sectionTitle {
    color: #0080ff;
    font-size: 12px;
    font-family: Tahoma, Verdana, sans-serif;
    width: 80px;
    border: none;
    padding-right: 0.25em;
    padding-top: 0.25em;
  }
  
  p.reportSectionHeader {
      text-align: center;
      font-family: Tahoma, Verdana, sans-serif;
      font-size: 14px;
      font-weight: bold;
  }
  
  td.graphTitle {
    font-size: 28px;
    font-family: times new roman, serif;
    font-weight: bold;
  }
  
  td.graphPercentages {
    color: #0080ff;
    font-size: 12px;
    font-family: Tahoma, Verdana, sans-serif;
  }
  
  TD.subclassTitle {
    font-size: 16px;
    font-family: Times New Roman, serif;
    font-weight: bold;
  }
  .summaryHeading{
    text-align:center;
    margin: 5px 6px 4px 6px;
    padding: 0 5px 5px 2px;
    color: #0080ff;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid black;
  }
  div.summaryBox{
    border: 1px solid black;
    width: 205px;
    margin-top: 8px;
    padding: 5px;
    font-family: Arial;
    font-size: 10px;
  }
  
  ul.summaryList {
    padding-left: 1em;
    list-style-type: disc;
  }
  
  ol.summaryList {
    padding-left: 2em;
  }
  
  .summaryListItem{
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    padding: 0px;
    margin: 0px;
    background-image: none;
  }
  .summaryDisclaimer{
    font-family: Times New Roman, Times;
    font-size: 9px;
  }
  .summaryFooter{
    font-family: Arial;
    font-size: 9px;
  }
  
  div.sectionBreak {
    width: 750px;
    clear: both;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
 }
 
 table.amendmentTable {
     border: 1px solid black;
     border-collapse: collapse;
 }
 
 td.amendmentCell {
    font-family: helvetica, serif;
    font-size: 11px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    text-align: center;
 }
 
 td.amendmentRowHeading {
    font-family: helvetica, serif;
    font-size: 11px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding-left: 1em;
    text-align: left;
 }
 
 td.amendmentColumnHeader {
    font-family: helvetica, serif;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
 }
 
 p.geneticsDetailReportHeader {
     font-family: Arial;
     font-size: 14px;
     font-weight: bold;
 }
 
 table.geneticTestContainer {
     border: none;
 }  
 
 table.geneticTestContainer td.box {
    border: 1px solid black;
    padding: 0.5em;
 }
  
 table.geneticTestContainer td.box p {
     margin-bottom: 0px;
     margin-top: 0px;
     font-size: 13px;
     font-family: Tahoma;
     font-weight: bold;
  }
  
  table.geneticTestDetail {
      border: none;
      border-collapse: collapse;
  }
  
  table.geneticTestDetail td {
      border: 1px solid black;
      padding: 3px;
  }
  
  table.geneticTestDetail td.columnHeading {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: none;
  }
  
 table.geneticTestDetail td.rowHeading {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
  }

 table.geneticTestDetail td.result {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  
 table.geneticTestDetail td.polymorphism {
    font-family: Arial Narrow;
    font-size: 12px;
    font-style: italic;
    text-align: center;
  }
  
  p.guidanceStatementHeader {
      font-family: Arial;
      font-size: 12px;
  }
  .guidanceStatement {
      font-family: Tahoma;
      font-size: 11px;
      margin-left: 1em;
  }

  #amendmentBackground {
      position: absolute;
      margin-left: 30px;
      font-family: Arial;
      font-size: 48px;
      line-height: 1.5em;
      color: #FF9999;
      z-index: 5;
  }

