.printIcon {
  background-image: url('/media/tango/16x16/actions/document-print.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}
.undoIcon {
  background-image: url('/media/tango/16x16/actions/edit-undo.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.trashIcon {
  background-image: url('/media/tango/16x16/places/user-trash.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.newDocIcon {
  background-image: url('/media/tango/16x16/actions/document-new.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.newContactIcon {
  background-image: url('/media/tango/16x16/actions/contact-new.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.newFolderIcon {
  background-image: url('/media/tango/16x16/actions/folder-new.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.docOpenIcon {
  background-image: url('/media/tango/16x16/actions/document-open.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.editFindIcon {
  background-image: url('/media/tango/16x16/actions/edit-find.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.updateIcon {
  background-image: url('/media/tango/16x16/actions/edit-redo.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.newEventIcon {
  background-image: url('/media/tango/16x16/actions/appointment-new.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}


.eventIcon {
  background-image: url('/media/tango/scalable/actions/appointment-new.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
/*
  width: 16px;
  height: 16px;
  text-align: center;
*/
}

.locationIcon {
  background-image: url('/media/img/74-location.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  text-align: center;
  background-position:center center;  
}