.dgHeader
{
  font-size: 8pt;
  font-weight: bolder;
  background: #BACAE6;
  color: #0164AC;
  border-style: none;
}
.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;  
}
.dgTitle
{
  font-weight: 600;
  font-size: 11pt;
  color: #71aacf;
  height: 40px;
  font-style: italic;  
  vertical-align: bottom;
}
.dgDateAvailable
{
  font-weight: 600;
  color: chocolate;
}
.dgNavControls
{
  font-size: 7pt;
  color: Gray;
}

.dgCell
{
  font-size: 7pt;     
}

.textbookImage
{
  background-position: center center;
  background-image: url(/images/common/bookstack-small.jpg);
  background-repeat: no-repeat;
}