.stornoButton {
   background-image: url(../pics/cart_cancel.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.bookingButton {
	background-image: url(../pics/cart.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 22px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.detailsEventButton {
	background-image: url(../pics/showDetails.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.chooseButton{
   background-image: url(../pics/cart.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 22px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.detailsButton{
   background-image: url(../pics/details.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.exportButton{
   background-image: url(../pics/xmlExport.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.exportButtonDone{
   background-image: url(../pics/xmlExportDone.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.pdfButton{
   background-image: url(../pics/pdfExport.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.deleteButton{
   background-image: url(../pics/remove.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.editButton{
   background-image: url(../pics/edit.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.lockButton{
   background-image: url(../pics/user_unlock.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.unlockButton{
   background-image: url(../pics/user_lock.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.cancelButton{
   background-image: url(../pics/cancel_small.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   background-color: #ffffff;
   height: 24px;
   width: 24px;
   cursor: pointer;
   cursor: hand;
}

.closeButtonSmall{
   background-image: url(../pics/cancel_small.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   background-color: #ffffff;
   height: 24px;
   width: 24px;
   cursor: pointer;
   cursor: hand;
}

.editPasswordButton{
   background-image: url(../pics/edit_password.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: #ffffff;
   cursor: pointer;
   cursor: hand;
}

.dokLinkAddButton{
   background-image: url(../pics/add.png);
   background-repeat: no-repeat;
   border: 0px solid #FFFFFF;
   height: 24px;
   width: 24px;
   background-color: transparent;
   cursor: pointer;
   cursor: hand;
}
