.icon-blank{
	background:url('theme/blank.gif') no-repeat center center;
}
.icon-add{
	background:url('theme/edit_add.png') no-repeat center center;
}
.icon-edit{
	background:url('theme/pencil.png') no-repeat center center;
}
.icon-clear{
	background:url('theme/clear.png') no-repeat center center;
}
.icon-remove{
	background:url('theme/edit_remove.png') no-repeat center center;
}
.icon-save{
	background:url('theme/filesave.png') no-repeat center center;
}
.icon-cut{
	background:url('theme/cut.png') no-repeat center center;
}
.icon-ok{
	background:url('theme/ok.png') no-repeat center center;
}
.icon-no{
	background:url('theme/no.png') no-repeat center center;
}
.icon-cancel{
	background:url('theme/cancel.png') no-repeat center center;
}
.icon-reload{
	background:url('theme/reload.png') no-repeat center center;
}
.icon-search{
	background:url('theme/search.png') no-repeat center center;
}
.icon-print{
	background:url('theme/print.png') no-repeat center center;
}
.icon-help{
	background:url('theme/help.png') no-repeat center center;
}
.icon-undo{
	background:url('theme/undo.png') no-repeat center center;
}
.icon-redo{
	background:url('theme/redo.png') no-repeat center center;
}
.icon-back{
	background:url('theme/back.png') no-repeat center center;
}
.icon-sum{
	background:url('theme/sum.png') no-repeat center center;
}
.icon-tip{
	background:url('theme/tip.png') no-repeat center center;
}
.icon-filter{
	background:url('theme/filter.png') no-repeat center center;
}
.icon-man{
	background:url('theme/man.png') no-repeat center center;
}
.icon-lock{
	background:url('theme/lock.png') no-repeat center center;
}


.icon-mini-add{
	background:url('theme/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
	background:url('theme/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
	background:url('theme/mini_refresh.png') no-repeat center center;
}

.icon-large-picture{
	background:url('theme/large_picture.png') no-repeat center center;
}
.icon-large-clipart{
	background:url('theme/large_clipart.png') no-repeat center center;
}
.icon-large-shapes{
	background:url('theme/large_shapes.png') no-repeat center center;
}
.icon-large-smartart{
	background:url('theme/large_smartart.png') no-repeat center center;
}
.icon-large-chart{
	background:url('theme/large_chart.png') no-repeat center center;
}

.icon-up {
    background: url('theme/accordion_arrows.png') no-repeat 0 center;
}
.icon-down {
    background: url('theme/accordion_arrows.png') no-repeat -16px center;
}
.icon-menu {
    background: url('theme/menu.png') no-repeat 0 center;
}
