@charset "utf-8";
.icon-blank{
	background:url('icons/blank.gif') no-repeat;
}
.icon-add{
	background:url('icons/edit_add.png') no-repeat;
}
.icon-edit{
	background:url('icons/pencil.png') no-repeat;
}
.icon-remove{
	background:url('icons/edit_remove.png') no-repeat;
}
.icon-save{
	background:url('icons/filesave.png') no-repeat;
}
.icon-cut{
	background:url('icons/cut.png') no-repeat;
}
.icon-ok{
	background:url('icons/ok.png') no-repeat;
}
.icon-no{
	background:url('icons/no.png') no-repeat;
}
.icon-cancel{
	background:url('icons/cancel.png') no-repeat;
}
.icon-reload{
	background:url('icons/reload.png') no-repeat;
}
.icon-search{
	background:url('icons/search.png') no-repeat;
}
.icon-print{
	background:url('icons/print.png') no-repeat;
}
.icon-help{
	background:url('icons/help.png') no-repeat;
}
.icon-undo{
	background:url('icons/undo.png') no-repeat;
}
.icon-redo{
	background:url('icons/redo.png') no-repeat;
}
.icon-back{
	background:url('icons/back.png') no-repeat;
}
.icon-down{
	background:url('icons/down.png') no-repeat;
}
.icon-right{
	background:url('icons/right.png') no-repeat;
}
.icon-up{
	background:url('icons/up.png') no-repeat;
}
.icon-sum{
	background:url('icons/sum.png') no-repeat;
}
.icon-tip{
	background:url('icons/tip.png') no-repeat;
}

.icon-mini-add{
	background:url('icons/mini_add.png') no-repeat 2px 2px;
}
.icon-mini-edit{
	background:url('icons/mini_edit.png') no-repeat 2px 2px;
}
.icon-mini-refresh{
	background:url('icons/mini_refresh.png') no-repeat 3px 2px;
}

.tree_folder{
	background:url('icons/tree_folder.png') no-repeat;
}

.icon-removeAll{
	background:url('icons/removeAll.png') no-repeat;
}
.icon-pubAll{
	background:url('icons/pubAll.png') no-repeat;
}
.icon-view-detail{
	background:url('icons/application_view_detail.png') no-repeat;
}

/*-------------  defined  --------------*/
.icon-gridView{
	background:url('icons/gridView.png') no-repeat;
}
.icon-listView{
	background:url('icons/listView.png') no-repeat;
}
.icon-updateApp{
	background:url('icons/updateApp.png') no-repeat;
}
.icon-testApp{
	background:url('icons/bug_magnify.png') no-repeat;
}
.icon-noico{
	background:url('icons/dimg.jpg') no-repeat;
}