
/*Modification for the Grid.ShoppingList.css*/


.RadGrid_ShoppingList .rgEditForm a
{
    color: none;
}

.RadGrid_ShoppingList .rgSelectedRow
{
    background: #ffc479 0 -3900px repeat-x url('Images/ShoppingList/sprite.gif');
}

* + html .RadGrid_ShoppingList .rgSelectedRow .rgSorted, * html .RadGrid_ShoppingList .rgSelectedRow .rgSorted
{
    background-color: #ffc479;
}

.RadGrid_ShoppingList .rgActiveRow, .RadGrid_ShoppingList .rgHoveredRow
{
    background: #ffe7c9 0 -2900px repeat-x url('Images/ShoppingList/sprite.gif');
}


* + html .RadGrid_ShoppingList .rgHoveredRow .rgSorted, * html .RadGrid_ShoppingList .rgHoveredRow .rgSorted
{
    background-color: #ffe7c9;
}

.RadGrid_ShoppingList .rgSelectedRow td, .RadGrid_ShoppingList .rgSelectedRow td.rgSorted
{
    border-bottom-color: #ffac43;
}

.RadGrid_ShoppingList .rgActiveRow td.rgSorted, .RadGrid_ShoppingList .rgHoveredRow td.rgSorted
{
    border-bottom-color: #ffac43;
}

.rgGroupHeader .HeaderPanel a, .rgGroupHeader .HeaderPanel div
{
    color: #E97B25;
}

.RadGrid_ShoppingList th.ItemNameHeaderImage
{
    background-image: url('Images/ShoppingList/item_name_spring1.png');
}

.RadGrid_ShoppingList th.QuantityHeaderImage
{
    background-image: url('Images/ShoppingList/quantity_spring1.png');
}

.groupIconRecipe
{
    background-image: url('Images/ShoppingList/recipe_icon.png');
}


.groupIconArticle
{
    background-image: url('Images/ShoppingList/article_icon.png');
}

/*Modification for the Grid.ShoppingList.css Ends*/



.RadGrid_ShoppingList .rgStatus div
{
    background: transparent center center no-repeat url('Common/loading_small.gif');
}

.RadGrid_ShoppingList .rgPager .rgPagerButton
{
    background: #c2e5a6 repeat-x 0 -1550px url('Images/ShoppingList/sprite.gif');
}


.RadGrid_ShoppingList .rgNumPart a:hover, .RadGrid_ShoppingList .rgNumPart a:hover span, .RadGrid_ShoppingList .rgNumPart a.rgCurrentPage, .RadGrid_ShoppingList .rgNumPart a.rgCurrentPage span
{
    background: no-repeat url('Images/ShoppingList/sprite.gif');
}

.GridReorderTop_ShoppingList, .GridReorderBottom_ShoppingList
{
    background: 0 0 no-repeat url('Images/ShoppingList/sprite.gif');
}


.RadGrid_ShoppingList .rgGroupPanel
{
    background: #676657 0 -1900px repeat-x url('Images/ShoppingList/sprite.gif');
}

.RadGrid_ShoppingList .rgGroupItem
{
    background: #e0e2cb 0 -6500px repeat-x url('Images/ShoppingList/sprite.gif');
}


.RadGrid_ShoppingList .rgCommandRow
{
    background: #72725f 0 -2099px repeat-x url('Images/ShoppingList/sprite.gif');
    color: #fff;
}

.RadGrid_ShoppingList .rgExpXLS, .RadGrid_ShoppingList .rgExpDOC, .RadGrid_ShoppingList .rgExpPDF, .RadGrid_ShoppingList .rgExpCSV
{
    background-image: url('../Common/Images/export.gif');
}




