.icon-read {
    background: url("icons/read.png") no-repeat center center;
}
.icon-readall {
    background: url("icons/readall.png") no-repeat center center;
}
.icon-blank {
    background: url("icons/blank.gif") no-repeat center center;
}
.icon-add {
    background: url("icons/edit_add.png") no-repeat center center;
}
.icon-edit {
    background: url("icons/pencil.png") no-repeat center center;
}
.icon-remove {
    background: url("icons/remove.png") no-repeat center center;
}
.icon-save {
    background: url("icons/filesave.png") no-repeat center center;
}
.icon-cut {
    background: url("icons/cut.png") no-repeat center center;
}
.icon-ok {
    background: url("icons/ok.png") no-repeat center center;
}
.icon-no {
    background: url("icons/no.png") no-repeat center center;
}
.icon-cancel {
    background: url("icons/cancel.png") no-repeat center center;
}
.icon-reload {
    background: url("icons/reload.png") no-repeat center center;
}
.icon-search {
    background: url("icons/search.png") no-repeat center center;
}
.icon-print {
    background: url("icons/print.png") no-repeat center center;
}
.icon-help {
    background: url("icons/help.png") no-repeat center center;
}
.icon-undo {
    background: url("icons/undo.png") no-repeat center center;
}
.icon-redo {
    background: url("icons/redo.png") no-repeat center center;
}
.icon-back {
    background: url("icons/back.png") no-repeat center center;
}
.icon-sum {
    background: url("icons/sum.png") no-repeat center center;
}
.icon-tip {
    background: url("icons/tip.png") no-repeat center center;
}
.icon-date {
    background: url("icons/date.png") no-repeat center center;
}

.icon-mini-add {
    background: url("icons/mini_add.png") no-repeat center center;
}
.icon-mini-edit {
    background: url("icons/mini_edit.png") no-repeat center center;
}
.icon-mini-refresh {
    background: url("icons/mini_refresh.png") no-repeat center center;
}
.icon-copy {
    background: url("icons/copy.png") no-repeat center center;
}
.icon-delete {
    background: url(icons/delete.png) no-repeat left center;
}
.icon-submit {
    background: url(icons/submit.png) no-repeat left center;
}

.icon-goods {
    background: url(icons/goods.png) no-repeat left center;
}

.icon-logistics {
    background: url(icons/logistics.png) no-repeat left center;
}

.icon-gathering {
    background: url(icons/gathering.png) no-repeat left center;
}

.icon-audit {
    background: url(icons/audit.png) no-repeat left center;
}

.icon-refuse {
    background: url(icons/refuse.png) no-repeat left center;
}

.icon-payment {
    background: url(icons/payment.png) no-repeat left center;
}
.icon-setting {
    background: url(icons/setting.png) no-repeat left center;
}
.icon-lock {
    background: url(icons/lock.png) no-repeat left center;
}

.icon-unlock {
    background: url(icons/unlock.png) no-repeat left center;
}

.icon-split {
    background: url(icons/split.png) no-repeat left center;
}

.icon-user {
    background: url(icons/user.png) no-repeat left center;
}

.icon-downgrade {
    background: url(icons/downgrade.png) no-repeat left center;
}

.icon-upgrade {
    background: url(icons/upgrade.png) no-repeat left center;
}
.icon-filter-add {
    background: url(icons/filter_add.png) no-repeat left center;
}
.icon-filter-remove {
    background: url(icons/filter_remove.png) no-repeat left center;
}
.icon-equal {
    background: url(icons/equal.png) no-repeat left center;
}
.icon-in {
    background: url(icons/in.png) no-repeat left center;
}
.icon-percent {
    background: url(icons/percent.png) no-repeat left center;
}
.icon-startwith {
    background: url(icons/startwith.png) no-repeat left center;
}
.icon-greaterthan {
    background: url(icons/greaterthan.png) no-repeat left center;
}
.icon-lessthan {
    background: url(icons/lessthan.png) no-repeat left center;
}
.icon-batch {
    background: url(icons/batch.png) no-repeat left center;
}
.icon-switch {
    background: url(icons/switch.png) no-repeat left center;
}

.icon-switch_ok {
    background: url(icons/switch_ok.png) no-repeat left center;
}
.icon-download {
    background: url(icons/download.png) no-repeat left center;
}
.icon-setting {
    background: url(icons/setting.png) no-repeat left center;
}
.icon-start {
    background: url(icons/start.png) no-repeat left center;
}
.icon-stop {
    background: url(icons/stop.png) no-repeat left center;
}
.selectQuery {
    background: url("icons/search.png") no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.schedule {
    margin-top: 15px;
    cursor: pointer;
}
.schedule-start {
    background: url("icons/start.png") no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.schedule-stop {
    background: url("icons/stop.png") no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.icon-chargeoff {
    background: url("icons/chargeoff.png") no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-position-y: 4px;
}

.schedule-run {
    background: url("icons/downgrade.png") no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}
