.icon-add
{
    background: url('icons/add.png') no-repeat center center;
}
.icon-update
{
    background: url('icons/update.png') no-repeat center center;
}
.icon-delete
{
    background: url('icons/delete.png') no-repeat center center;
}
.icon-view
{
    background: url('icons/view.png') no-repeat center center;
}
.icon-state
{
    background: url('icons/state.png') no-repeat center center;
}
.icon-restate
{
    background: url('icons/restate.png') no-repeat center center;
}
.icon-save
{
    background: url('icons/save.png') no-repeat center center;
}
.icon-print
{
    background: url('icons/print.png') no-repeat center center;
}
.icon-import
{
    background: url('icons/import.png') no-repeat center center;
}
.icon-export
{
    background: url('icons/export.png') no-repeat center center;
}
.icon-journal
{
    background: url('icons/journal.png') no-repeat center center;
}
.icon-collect
{
    background: url('icons/collect.png') no-repeat center center;
}
.icon-enabled
{
    background: url('icons/enabled.png') no-repeat center center;
}
.icon-disabled
{
    background: url('icons/disabled.png') no-repeat center center;
}
.icon-query
{
    background: url('icons/query.png') no-repeat center center;
}
.icon-search
{
    background: url('icons/search.png') no-repeat center center;
}
.icon-copy
{
    background: url('icons/copy.png') no-repeat center center;
}
.icon-remove
{
    background: url('icons/remove.png') no-repeat center center;
}
.icon-tick
{
    background: url('icons/tick.png') no-repeat center center;
}
.icon-clear
{
    background: url('icons/clear.png') no-repeat center center;
}
.icon-write
{
    background: url('icons/write.png') no-repeat center center;
}
.icon-date
{
    background: url('icons/date.png') no-repeat center center;
}
.icon-puton
{
    background: url('icons/puton.png') no-repeat center center;
}
.icon-putoff
{
    background: url('icons/putoff.png') no-repeat center center;
}
.icon-recharge
{
    background: url('icons/recharge.png') no-repeat center center;
}
.icon-withdraw
{
    background: url('icons/withdraw.png') no-repeat center center;
}
.icon-refresh
{
    background: url('icons/refresh.png') no-repeat center center;
}
.icon-rule
{
    background: url('icons/rule.png') no-repeat center center;
}
.icon-user
{
    background: url('icons/user.png') no-repeat center center;
}
.icon-password
{
    background: url('icons/password.png') no-repeat center center;
}
.icon-reset
{
    background: url('icons/reset.png') no-repeat center center;
}
.icon-selectall
{
    background: url('icons/selectall.png') no-repeat center center;
}
.icon-inventorystart
{
    background: url('icons/inventorystart.png') no-repeat center center;
}
.icon-inventoryend
{
    background: url('icons/inventoryend.png') no-repeat center center;
}
.icon-backpage
{
    background: url('../themes/default/images/pagination_icons.png') no-repeat -16px center;
}
.icon-nextpage
{
    background: url('../themes/default/images/pagination_icons.png') no-repeat -32px center;
}
