.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/edit_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-filter{
	background:url('icons/filter.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-checked {
    background: url('icons/checked.gif') no-repeat center center;
}

.icon-unchecked{
    background:url('icons/unchecked.gif') no-repeat center center;
}

.icon-hmenu-asc{
    background:url('icons/hmenu-asc.gif') no-repeat center center;
}

.icon-hmenu-desc{
    background:url('icons/hmenu-desc.gif') no-repeat center center;
}

.icon-columns{
    background:url('icons/columns.gif') no-repeat center center;
}

.icon-export-excel{
    background:url('icons/export_excel.png') no-repeat center center;
}
.icon-table-excel{
    background:url('icons/table-excel.png') no-repeat center center;
}
.icon-table-export{
    background:url('icons/table_export.png') no-repeat center center;
}
.icon-reload2{
    background:url('icons/reload_2.png') no-repeat center center;
}
.icon-reload3{
    background:url('icons/reload_3.png') no-repeat center center;
}
.icon-reload4{
    background:url('icons/reload_4.png') no-repeat center center;
}
.icon-form{
    background:url('icons/application_form.png') no-repeat center center;
}
.icon-moveup{
    background:url('icons/move_up.png') no-repeat center center;
}
.icon-movedown{
    background:url('icons/move_down.png') no-repeat center center;
}
.icon-collapse{
    background:url('icons/toggle_collapse.png') no-repeat center center;
}
.icon-expand{
    background:url('icons/toggle_expand.png') no-repeat center center;
}
.icon-lock{
    background:url('icons/lock.png') no-repeat center center;
}
.icon-unlock{
    background:url('icons/lock-unlock.png') no-repeat center center;
}



/*自定义ICON,框架升级,需要保留这部分*/
/*审核通过*/
.icon-audit{
	background:url('icons/sh.png') no-repeat center center;
}
/*审核通过禁用*/
.icon-disaudit{
	background:url('icons/sh_dis.png') no-repeat center center;
}
/*反审核*/
.icon-rebut{
	background:url('icons/fsh.jpg') no-repeat center center;
}
/*反审核禁用*/
.icon-disrebut{
	background:url('icons/fsh_dis.jpg') no-repeat center center;
}
/*修改禁用*/
.icon-disedit{
	background:url('icons/pencil_dis.png') no-repeat center center;
}
/*删除禁用*/
.icon-disremove{
	background:url('icons/edit_remove_dis.png') no-repeat center center;
}
/*查看*/
.icon-see{
	background:url('icons/see.png') no-repeat center center;
}
/*查看禁用*/
.icon-dissee{
	background:url('icons/see_dis.png') no-repeat center center;
}
/*设置*/
.icon-set{
	background:url('icons/sz.png') no-repeat center center;
}
/*设置禁用*/
.icon-disset{
	background:url('icons/sz_dis.png') no-repeat center center;
}
/*导出*/
.icon-export{
	background:url('icons/dc.png') no-repeat center center;
}
/*导入*/
.icon-import{
	background:url('icons/dr.png') no-repeat center center;
}
/*home图标*/
.icon-home{
	background:url('icons/home.png') no-repeat center center;
}
