<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : icons
    Created on : Jun 16, 2013, 8:22:37 PM
    Author     : james
    Description:
        Purpose of the stylesheet follows.
*/

.icon-remove{	background:url('ecui/images/edit_remove.png') no-repeat center center;}

.icon-blank{
	background:url('ecui/images/blank.gif') no-repeat center center;
}
.icon-add{
	background:url('ecui/images/edit_add.png') no-repeat center center;
}
.icon-edit{
	background:url('ecui/images/pencil.png') no-repeat center center;
}

.icon-save{
	background:url('ecui/images/filesave.png') no-repeat center center;
}
.icon-cut{
	background:url('ecui/images/cut.png') no-repeat center center;
}
.icon-ok{
	background:url('ecui/images/ok.png') no-repeat center center;
}
.icon-no{
	background:url('ecui/images/no.png') no-repeat center center;
}
.icon-cancel{
	background:url('ecui/images/cancel.png') no-repeat center center;
}
.icon-reload{
	background:url('ecui/images/reload.png') no-repeat center center;
}
.icon-search{
	background:url('ecui/images/search.png') no-repeat center center;
}
.icon-print{
	background:url('ecui/images/print.png') no-repeat center center;
}
.icon-help{
	background:url('ecui/images/help.png') no-repeat center center;
}
.icon-undo{
	background:url('ecui/images/undo.png') no-repeat center center;
}
.icon-redo{
	background:url('ecui/images/redo.png') no-repeat center center;
}
.icon-back{
	background:url('ecui/images/back.png') no-repeat center center;
}
.icon-sum{
	background:url('ecui/images/sum.png') no-repeat center center;
}
.icon-tip{
	background:url('ecui/images/tip.png') no-repeat center center;
}

.icon-mini-add{
	background:url('ecui/images/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
	background:url('ecui/images/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
	background:url('ecui/images/mini_refresh.png') no-repeat center center;
}

.icon-micro-refresh{
	background:url('ecui/images/micro_refresh.png') no-repeat center center;
}

.icon-project{
    background:url('ecui/images/file16.png') no-repeat center center;
}

.icon-passwordreset{
    background:url('ecui/images/passwordreset.png') no-repeat center center;
}

.icon-upload{
    background:url('custom/0098-upload.png') no-repeat center center;
}

.icon-download{
    background:url('custom/0097-download.png') no-repeat center center;
}

.icon-suspend{
    background:url('ecui/images/Pause-16.png') no-repeat center center;
}

.icon-exit2{
    background:url('ecui/images/exit-16.png') no-repeat center center;
}

.icon-posting{
background:url('ecui/images/Posting16.png') no-repeat center center;

}

.icon-chart_customisation{
background:url('ecui/images/customised24.png') no-repeat center center;
}

.icon-suggestion{
    background:url('images/suggestion.png') no-repeat center center;
}

.icon-filter{
    background:url('ecui/images/filter_xs.png') no-repeat center center;
}

.icon-camera{
    background:url('ecui/images/photo-camera.png') no-repeat center center;
}

.icon-tool{
    background:url('ecui/images/tool.png') no-repeat center center;
}

.icon-wrentch{
    background:url('ecui/images/wrentch.png') no-repeat center center;
}

.icon-magicpengreen{
    background:url('ecui/images/magicpen.png') no-repeat center center;
}

</pre></body></html>