.x-grid3-row .x-grid3-cell
{
    height:40px;
}

/* IE doesn't add padding to heights, adjust values */
.ext-ie .x-grid3-row .x-grid3-cell
{
    height:44px;
}

.icon-delete
{
    background: transparent url(images/delete.png) no-repeat center center !important;
}

.icon-deleteall
{
    background: transparent url(images/deleteall.png) no-repeat center center !important;
}

.icon-prev
{
    background: url(../../images/arrow_left.png) no-repeat center center !important;
}

.icon-next
{
    background: url(../../images/arrow_right.png) no-repeat center center !important;
}
