.first_image{
    background: url('../themes/images/default/grid/page-first.gif');
}

.previous_image{
    background: url('../themes/images/default/grid/page-prev.gif');
}

.next_image{
    background: url('../themes/images/default/grid/page-next.gif');
}

.last_image{
    background: url('../themes/images/default/grid/page-last.gif');
}

.reload_image{
    background: url('../themes/images/default/grid/refresh.gif');
}

.create_image{
    background: url('../img/icons/plus.png');
}

.save_image{
    background: url('../img/icons/disk.png');
}

.delete_image{
    background: url('../img/icons/remove2.png');
}

.receive_image{
    background: url('../img/icons/enter.png');
    background-repeat: no-repeat;
}

.authentication_image{
    background: url('../img/icons/key.png');
    background-repeat: no-repeat;
}

.extraction_image{
    background: url('../img/icons/cogs.png');
    background-repeat: no-repeat;
}

.log_image{
    background: url('../img/icons/screen.png');
    background-repeat: no-repeat;
}

.job_image{
    background: url('../img/icons/hammer.png');
    background-repeat: no-repeat;
}

.file_image{
    background: url('../img/icons/folder-open.png');
    background-repeat: no-repeat;
}

.download_image{
    background: url('../img/icons/download2.png');
    background-repeat: no-repeat;
}

.payment_dash_image{
    background: url('../img/icons/stats.png');
    background-repeat: no-repeat;
}

.payment_queries_image{
    background: url('../img/icons/stack.png');
    background-repeat: no-repeat;
}

.payment_system_image{
    background: url('../img/icons/credit.png');
    background-repeat: no-repeat;
}

.admin_image{
    background: url('../img/icons/user.png');
    background-repeat: no-repeat;
}

.integration_note_image{
    background: url('../img/icons/integration_note.png');
    background-repeat: no-repeat;
}

.action_column_size{
    height: 16px;
    width: 16px;
}

.manual_image{
    background: url('../img/icons/file-pdf.png');
}

.generate_image{
    background: url('../img/icons/cog.png');
}

.run_image{
    background: url('../img/icons/play.png');
}

.edit_image{
    background: url('../img/icons/pencil.png');
}

.lock_image{
    background: url('../img/icons/lock.png');
}
.unlock_image{
    background: url('../img/icons/unlocked.png');
}