/*****************************************************************************/
/* Icons		                                                             */
/*****************************************************************************/

.calendarIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/calendar.gif) center center no-repeat !important;
	overflow: hidden;
}

.addIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/add.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.deleteIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/delete.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
	cursor: pointer;
}

.documentIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/document.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.editIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/edit.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
	cursor: pointer;
}

.backIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/back.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.abortIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/abort.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.imageIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/image.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.lockIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/lock.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.okIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/ok.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.printIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/print.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.saveIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/save.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.primaryIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/primary.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
}

.releaseIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/release.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
	cursor: pointer;
}

.settingsIcon {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/settings.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
	cursor: pointer;
}

.shoppingCartIcon, .confirmBox_shoppingCart {
	width: 18px;
	height: 16px;
	display: block;
	background: url(../img/icons/shoppingCart.png) center center no-repeat !important;
	background: none;
	overflow: hidden;
	cursor: pointer;
}

.confirmBox_shoppingCart {
	height: 18px;
}

.logoutIcon {
	width: 19px;
	height: 15px;
	display: block;
	background: url(../img/icons/logout.gif) center center no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.confirmBox_shoppingCart {
	height: 16px;
	float: left;
	margin-right: 5px;
}

.token {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../img/icons/token.gif) center center no-repeat !important;
	overflow: hidden;
}

.token_xs {
	width: 10px;
	height: 10px;
	font-size: 0pt;
	margin-top: 3px;
	margin-left: 3px;
	background: url(../img/icons/token_xs.gif) no-repeat;
	float: right;
}