﻿.Grid 
{ 
  border: 1px solid #9495A2; 
}

.HeadingRow
{
text-align:center; 
}
.HeadingCell 
{ 
background-image : url(../images/grid_headerBg.gif);  
background-color: #D6D7E1; 
border: 1px solid gray; 
border-top-color: #E6E6E6; 
border-left-color: #E6E6E6; 
padding:5px;
cursor: pointer;
text-align:center;
}

.HeadingCellText
{
font-family: verdana; 
font-size: 11px; 
font-weight: bold; 
text-align:center;
color:Black;
}
.CellSupplier
{
font-size:xx-large;
text-align:center;
}
.CellSupplierSub
{
font-size:Small;
text-align:center;
}
.CellSupplierEntry
{
color:green;
font-size:Small;
text-align:center;
}
.CellSupplierUpdated
{
font-size: Small;
text-align:center; 
color:Silver; 
}
.CellPrice
{
color:Blue;
font-size: xx-large;
width:150px; 
}

.Row 
{ 
text-align:center;
}

.PriceRow
{ 
text-align:center;
height:80px;
}

.AlternatingRow 
{ 
text-align:center;
} 
.PriceAlternatingRow
{ 
text-align:center;
background-color:#D5D5D5;
height:80px;
}

.HoverRow
{
}

