/*
  filename: ams_hist.css
  author: Andrew Crowe
  date: 26 Jun 2008
  description: Style sheet for historical data table
  changelog: 
*/

.DataGrid
{
  margin: 0;
  padding: 1px 1px 1px 1px;
  border: 1 solid black;
  width: 100%;
  background-color: black;
}
.DataGrid caption
{
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.DataGrid td
{
  font-size: 9px;
  padding: 0.25em;

}
.DataGrid a
{
  color: #3A7D9C;
  text-decoration: none;
}
.DataGrid a:link
{
  color: #3A7D9C;
  text-decoration: none;
}
.DataGrid a:visited
{
  color: #3A7D9C;
}
.DataGrid a:hover
{
  color: #79ACC4;
  text-decoration: none;
}
.DataGrid a:active
{
}
.DGHeader, td.header
{
  font-weight: bold;
  font-size: 0.8em;
  color: White;
  background-color: #598CC6;
}
.DGHeader td
{
  color: White;
}
.DGHeader a
{
  color: White;
  text-decoration: none;
}
.DGHeader a:link
{
  color: White;
  text-decoration: none;
}
.DGHeader a:visited
{
  color: White;
}
.DGHeader a:hover
{
  color: White;
  text-decoration: underline;
}
.DGHeader a:active
{
}
.DGItem
{
  background-color: #FFFFFF;
}
.DGItemAlt, td.alternating
{
  background-color: #e6e6e6;
}
.DGSelectedItem
{
  font-weight: bold;
  color: Red;
  background-color: #CE5D5A;
}
.DGEditItem
{
}
.DGFooter td
{
  font-weight: bold;
  color: White;
  background-color: #925648;
}

table.exportTableData
  {
  background: #eee repeat-x 0 0;
  clear: both;
  margin: 1em 0 1em 1em;
  margin-top: 1em !important;
  border: 1px solid #000;
  width: 484px;
  }

table.exportTableData td 
  {
  font-size: 9pt;
  padding: 0 0.8em; 
  background: #eee repeat-x 0 0;
  border: none;
  border-width: 1px 1px 1px 1px;
  }

table.exportTableData th 
  { 
  padding: 0.5em; 
  background: #eee repeat-x 0 0;
  color: #333; 
  border: none;
  text-align: left;
  }
 
.hist-count { display: block; padding-top: 1em; } 