.FooterStyle {
  background-color: #eaeaea;
}

.RowStyle {
}    
  
.AlternatingRowStyle {
}
  
.SelectedRowStyle {
    background-color: #ccccff; /*grey blue*/
}

.FooterStyleShopping {
    background: #fff url('../images/ShoppingListBackground.gif') repeat-x center;
}

.EditRowStyle {
    background-color: #ccccff; /*grey blue*/
}

.PagerStyle {
    background: #fff url('../images/GridHeaderBackground.gif') repeat-x center;
    text-align: center;
    height:17px;
    font-size:12px;
}

.HeaderStyle {
    background: #fff url('../images/GreyShadeWhiteTop16h.gif') repeat-x center;
    font-weight: bold;
    padding-left: 2px;
    border-top: 1px solid #dfdfdf;
}

.HeaderPlain
{
    height: 20px;
    vertical-align: bottom;
    border-bottom: solid 1px #eaeaea;
    font-weight: bold;
}

.HeaderStyleMini {
    font-weight: bold;
}

.EmptyRowStyle 
{
    background-color: #eaeaea;
}