.dataGrid
{
  width: 100%;
}

.dataGridHeaderStyle
{
  background-color: #eeeeee;
  font-weight: bold;
  color: #ffffff;
}

.dataGridItemStyle
{
  background-color: #c5e7c8; /*lightyellow;*/
}

.dataGridAltItemStyle
{
  background-color: aliceblue; /*#fddfbc;*/
}

.dataGridPagerStyle
{
  text-align: center;
  background-color: #eeeeee;
}

.qtyTextBox
{
  width: 30px;
}

.dataGridHyperLink
{
  color: #000000;
}

a.dataGridHyperLink:link {color: #000000;}
a.dataGridHyperLink:visited {color: #000000;}
a.dataGridHyperLink:hover { color: #000000; }

