@import url(summary_tables.css);


#content table
{
  background-color : #FFFFFF;
  
  border-color : black;
  
  border : 0px;
  border-top : 1px solid black;
  border-bottom : 1px solid black;

  line-height : 1.3em;
}

#content table td, #content table th
{
  border-color : black;

  padding : 0;
  padding-top : 3px !important;
  padding-bottom : 3px !important;

  border-top : 1px solid black;
  border-bottom : 1px solid black;
}

#content table th
{
  font-weight : normal;
  font-size : small;
  text-align : right;
}

col.agency-cell
{
  text-align : left;
}

col.data-cell
{
  width : 5.5em;
  text-align : right;
}

#content table tr.related-title td
{
  border-bottom-width : 0 !important;
}

#content table tr.related td
{
  border-top-width : 0 !important;
}




/* Generic tables */

#content table.generic
{
}

#content table.generic th
{
  text-align : left;

  padding : 0 0 0 0;
}

#content table.generic td
{
  border-width : 0;

  padding : 0 0 0 0;
}
