.dgTitle
{
  font-weight: 600;
  font-size: 11pt;
  color: #696969;
}
.dgHeader   /* first tr of grid */
{
  font-weight: bolder;
  background: #e5e5e5;
  color: #696969;
}
.dgHeader a
{
  font-weight: bolder;
  color: #248CBF;  
}
.dgHeaderLight
{
  font-size: 8pt;
  background: #BACAE6;
  color: #0164AC;
  border-style: none;
}
.dgGlobal
{
  font-size: 8pt;        
  border-color: Lavender;  
  border-style: solid;
  border-width: 1px;
  background-color: White;
  font-family: Arial, Sans-Serif;      
}
.dgItem
{
  background-color: white; 
}
.dgItemAlternate
{
  background-color: whitesmoke;  
}
.dgDateAvailable
{
  font-weight: 600;
  color: chocolate;
}
.dgNavControls
{
  font-size: 7pt;
  color: Gray;
}
.dgItem td
{
  font-family: arial;
  font-size: 7.5pt;
}
.dgItemAlternate td
{
  font-family: arial;
  font-size: 7.5pt;
}

