.icon:not(.context-menu-item) {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 2px;
	vertical-align: middle;
}
.icon-add {
	background: url(../images/icons/plus.png) no-repeat;
}
.icon-calendar {
	background: url(../images/icons/calendar.jpg) no-repeat;
}
.icon-delete {
	background: url(../images/icons/trash.png) no-repeat;
}
.icon-download {
	background: url(../images/icons/download.png) no-repeat;
}
.icon-error {
	background: url(../images/icons/error.png) no-repeat;
}
.icon-home {
	background: url(../images/icons/home.png) no-repeat;
}
.icon-image {
	background: url(../images/icons/image.png) no-repeat;
}
.icon-info {
	background: url(../images/icons/alert.png) no-repeat;
}
.icon-lock {
	background: url(../images/icons/lock.png) no-repeat;
}
.icon-password {
	background: url(../images/icons/key.png) no-repeat;
}
.icon-people {
	background: url(../images/icons/users.png) no-repeat;
}
.icon-rss {
	background: url(../images/icons/rss.png) no-repeat;
}
.icon-scan {
	background: url(../images/icons/barcode.png) no-repeat;
}
.icon-stop {
	background: url(../images/icons/no_entry.png) no-repeat;
}
.icon-success {
	background: url(../images/icons/check.png) no-repeat;
}
.icon-tag {
	background: url(../images/icons/tag.png) no-repeat;
}
.icon-update {
	background: url(../images/icons/pencil.png) no-repeat;
}
.icon-upload {
	background: url(../images/icons/upload.png) no-repeat;
}
.icon-view {
	background: url(../images/icons/search.png) no-repeat;
}
