.Grid 
{ 
  border: 1px solid #9495A2; 
}
.HeadingCell 
{ 
background-image : url(../images/grid_headerBg.gif);  
border: 1px solid gray; 
border-top-color: #E6E6E6; 
border-left-color: #E6E6E6; 
cursor: pointer;
}

.HeadingCellText
{
font-size:x-small;  
font-weight: bold; 
}

.RowPriceGrid
{
height:100px;
}
.CellSupplier
{
font-size:large;  
vertical-align:top;
}
.CellSupplierSub
{
font-size: Small;
font-weight:bold;      
vertical-align:top;
}
.CellSupplierUpdated
{
font-size: x-small; 
vertical-align:top;
}
.CellSupplierEntry
{
color:white;
font-size:Small;
vertical-align:top;
}
.CellPrice
{
font-size:large;
width:90px; 
vertical-align:top;
}


.CellSupplierOther
{
font-size:large;  
vertical-align:top;
}
.CellSupplierOtherSub
{
font-size: Small;
font-weight:bold;      
}
.CellSupplierOtherUpdated
{
font-size:x-small; 
}
.CellSupplierOtherEntry
{
color:white;
font-size:Small;
}
.CellPriceOther
{
font-size:large;
width:90px; 
vertical-align:top;
}

.Row 
{ 
vertical-align:top;
height:80px; 
}
.AlternatingRow 
{ 
vertical-align:top;
background-color:#D5D5D5;
height:80px;
} 
.HoverRow
{
}

