.icon_shortcut_blank {
  background: transparent no-repeat 0px 0px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}

.icon_shortcut_blank_mouseover {
  background: transparent no-repeat -50px 0px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}

.icon_shortcut_blank_disabled {
  background: transparent no-repeat -150px 0px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}

.icon_shortcut_admin {
  background: transparent no-repeat 0px -38px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}

.icon_shortcut_admin_mouseover {
  background: transparent no-repeat -50px -38px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}

.icon_shortcut_admin_disabled {
  background: transparent no-repeat -150px -38px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}

.icon_shortcut_preferences {
  background: transparent no-repeat 0px -76px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}

.icon_shortcut_preferences_mouseover {
  background: transparent no-repeat -50px -76px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}

.icon_shortcut_preferences_disabled {
  background: transparent no-repeat -150px -76px;
  background-image: url('../images/sprite-shortcut-icons.png');
  width: 50px;
  height: 15px;
  cursor: pointer;
}
