/* Integro's common style definitions */

  body {
    background: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    size: portrait; }

  /* Anchors */
  a                 { text-decoration: none }
  a:link, a:visited { color: #00557d }
  a:active, a:focus, a:hover {
/*    border-top: 1px solid #3c9ad2; */
    color: #3c9ad2;
    text-decoration: underline; }

  img {
    border: none; }

  /* Block Elements */
  p {
    font-size: 11px;
    page-break-inside : avoid; }
  p.pageBreak {
    border-bottom: thin double Black;
    page-break-after: always;
    text-align: center; }

  /* Inline Elements */
  dfn {
    border-bottom: 1px dotted #A0522D;
    color: Maroon;
    font-style: normal;
    speak: normal; }

  /* Tables */
  table {
    background: transparent;
    border: none;
    empty-cells: show;
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    table-layout: auto; }

  table.copyBlock {
    background: #FFFFFF;
    border: 1px solid #000000;
    width: 80%; }

  table.container {
    width: 100%; }

  table.full {
    width: 100%;
    height: 90%; }

  /* General Classes */
  .centered { text-align: center }

  /* Text Classes */
  p.copyText {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: right; }
  
  .defaultColor { color: black }

  .label     { font-size: 14px }
  .header    { font-size: 14px; font-weight: bolder }
  .data      { font-size: 12px }
  .error     { font-size: 13px; color: #ff0000 }
  .vitalInfo { font-size: 15px; font-weight: bolder }
  .subnote   { font-size: 11px }
  .small     { font-size: 11px }
  
  /* Form Elements */
  input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; }
    
  select.goalEntry {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; }
    
  textarea.goalEntry {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 80%; }