﻿.icon-add {
    /*background:url(/static/css/icons/add.gif) no-repeat;*/
    background: url(/static/css/icons/newcreate.png) no-repeat;
}

.icon-addnew {
    background: url(/static/css/icons/addnew.gif) no-repeat;
}

.icon-edit {
    /*background:url(/static/css/icons/edit.gif) no-repeat;*/
    background: url(/static/css/icons/newedit.png) no-repeat;
}

.icon-remove {
    /*background:url(/static/css/icons/remove.gif) no-repeat;*/
    background: url(/static/css/icons/newdelete.png) no-repeat;
}

.icon-save {
    background: url(/static/css/icons/save.gif) no-repeat;
}

.icon-close {
    background: url(/static/css/icons/cancel.gif) no-repeat;
}

.icon-cut {
    background: url(/static/css/icons/cut.png) no-repeat;
}

.icon-ok {
    background: url(/static/css/icons/ok.png) no-repeat;
}

.icon-no {
    background: url(/static/css/icons/no.png) no-repeat;
}

.icon-cancel {
    background: url(/static/css/icons/cancel.gif) no-repeat;
}

.icon-reload {
    background: url(/static/css/icons/reload.png) no-repeat;
}

.icon-search {
    background: url(/static/css/icons/search.gif) no-repeat;
}

.icon-print {
    background: url(/static/css/icons/print.gif) no-repeat;
}

.icon-help {
    background: url(/static/css/icons/help.gif) no-repeat;
}

.icon-undo {
    background: url(/static/css/icons/undo.gif) no-repeat;
}

.icon-redo {
    background: url(/static/css/icons/redo.gif) no-repeat;
}

.icon-tip {
    background: url(/static/css/icons/tip.png) no-repeat;
}

.icon-zoomin {
    background: url(/static/css/icons/zoomin.gif) no-repeat;
}

.icon-zoomout {
    background: url(/static/css/icons/zoomout.gif) no-repeat;
}

.icon-goto {
    /*background:url(/static/css/icons/goto.gif) no-repeat;*/
    background: url(/static/css/icons/newgoto.png) no-repeat;
}

.icon-date {
    background: url(/static/css/icons/date.gif) no-repeat;
}

.icon-filter {
    background: url(/static/css/icons/filter.gif) no-repeat;
}

.icon-find {
    background: url(/static/css/icons/find.png) no-repeat;
}

.icon-folder {
    background: url(/static/css/icons/folder.gif) no-repeat;
}

.icon-folderopen {
    background: url(/static/css/icons/folder-open.gif) no-repeat;
}

.icon-lock {
    background: url(/static/css/icons/lock.png) no-repeat;
}

.icon-unlock {
    background: url(/static/css/icons/unlock.gif) no-repeat;
}

.icon-new {
    background: url(/static/css/icons/new.gif) no-repeat;
}

.icon-node {
    background: url(/static/css/icons/node.png) no-repeat;
}

.icon-nowait {
    background: url(/static/css/icons/nowait.gif) no-repeat;
}

.icon-sort {
    background: url(/static/css/icons/sort.gif) no-repeat;
}

.icon-wait {
    background: url(/static/css/icons/wait.gif) no-repeat;
}

.gantt-recovery {
    background: url(/static/css/icons/recovery.gif) no-repeat;
}

.icon-upgrade {
    background: url(/static/css/icons/upgrade.gif) no-repeat;
    /*background:url(/static/css/icons/newupgrade.gif) no-repeat;*/
}

.icon-downgrade {
    background: url(/static/css/icons/downgrade.gif) no-repeat;
    /*background:url(/static/css/icons/newupgrade.gif) no-repeat;*/
}

.icon-download {
    background: url(/static/css/icons/download.gif) no-repeat;
}

.icon-upload {
    background: url(/static/css/icons/upload.gif) no-repeat;
}

.icon-user {
    background: url(/static/css/icons/user.png) no-repeat;
}

.icon-split {
    background: url(/static/css/icons/split.gif) no-repeat;
}

.icon-sameadd {
    background: url(/static/css/icons/newsameadd.png) no-repeat;
}

.icon-addfolder {
    background: url(/static/css/icons/addfolder.gif) no-repeat;
}

.icon-copy {
    background: url(/static/css/icons/newcopy.png) no-repeat;
}

.icon-pause {
    background: url(/static/css/icons/newpause.png) no-repeat;
}

.icon-end {
    background: url(/static/css/icons/newend.png) no-repeat;
}

.icon-done {
    background: url(/static/css/icons/newdone.png) no-repeat;
}

.icon-milestone {
    background: url(/static/css/icons/milestone.gif) no-repeat center center;
}

.icon-expand {
    /*background:url(/static/css/icons/expand.gif) no-repeat;*/
}

.icon-unstart {
    background: url(/static/css/icons/newunstart.png) no-repeat;
}

.icon-collapse {
    /*background:url(/static/css/icons/collapse.gif) no-repeat;*/
}

.gantt-launch {
    background: url(/static/css/icons/launch.png) no-repeat;
}

.icon-isNeedWf {
    background: url(/static/plusproject_java/WebContent/image/lock.png) no-repeat center center;
}