/* border must be zero width to keep scrolling table in alignment */
TABLE.dataTable
{
    border: #cecece 1px solid;
    background-color: white;
    font-family: sans-serif;
    font-size: small;
}

/* set the width of columns in the table */
TABLE.dataTable TR.evenrow
{
  background-color: #f2f2f2;
}

TABLE.dataTable TH.measurementUnit
{
    text-align: right;
}

TABLE.dataTable THEAD TH
{
    background: #C2D4F2; /* light blue */
    font-weight: bold;
    color: #333333;
}

TABLE.dataTable THEAD TH.title
{
}

TABLE.dataTable TBODY TH
{
    font-weight: normal;
    text-align: left;
    color: #666666;
}

TABLE.dataTable TFOOT TH
{
    color: #333333;
    text-align: left;
    font-weight: normal;
    font-size: xx-small;
}



/* set the width of columns in the table */
TABLE.dataTable TD
{
  TEXT-ALIGN: right;
  vertical-align: middle;
  color: #666666;
}

TABLE.dataTable TR.oddrow
{
  background: white;
}

.footnoteRef
{
  font-size: xx-small;
  color: #666666;
  letter-spacing: .4em;
}

TABLE.footnoteTable
{
  
  color: #666666;
}

TABLE.footnoteTable TD
{
  background: #C2D4F2;
  font-size: small;
  font-family: sans-serif;
  font-variant:small-caps;
  vertical-align: top;
}




