@CHARSET "UTF-8";

/* icons */
.ul-icon-add {
    background: url("icon24/abstract/plus_blue.png") no-repeat 5px center;
}
.ul-icon-edit {
    background: url("icon24/office/pencil_magenta.png") no-repeat 5px center;
}
.ul-icon-delete {
    background: url("icon24/filesystem/file_yellow_trashcan.png") no-repeat 5px center;
}
.ul-icon-view {
    background: url("icon24/text/align_text_left.png") no-repeat 5px center;
}
.ul-icon-search {
    background: url("icon24/objects/magnifier.png") no-repeat 5px center;
}
.ul-icon-refresh {
    background: url("icon24/actions/refresh.png") no-repeat 5px center;
}
.ul-icon-print {
    background: url("icon24/actions/print.png") no-repeat 5px center;
}
.ul-icon-import {
    background: url("icon24/actions/import.png") no-repeat 5px center;
}
.ul-icon-export {
    background: url("icon24/actions/export.png") no-repeat 5px center;
}
.ul-icon-approval {
    background: url("icon24/office/pencil_green.png") no-repeat 5px center;
}
.ul-icon-undoblue {
    background: url("icon24/actions/undo_blue.png") no-repeat 5px center;
}
.ul-icon-undogreen {
    background: url("icon24/actions/undo_green.png") no-repeat 5px center;
}
.ul-icon-tagblue {
    background: url("icon24/objects/tag_blue.png") no-repeat 5px center;
}
.ul-icon-tagcyan {
    background: url("icon24/objects/tag_cyan.png") no-repeat 5px center;
}
.ul-icon-submit {
    background: url("icon24/abstract/yes.png") no-repeat 5px center;
}
.ul-icon-save {
    background: url("icon24/computers/floppy_35inch_blue.png") no-repeat 5px center;
}
.ul-icon-cancel {
    background: url("icon24/abstract/no.png") no-repeat 5px center;
}
.ul-icon-paste {
     background: url("icon24/actions/paste.png") no-repeat 5px center;
}

