/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software. ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */
a.permanentLink {
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
}
.actionBar a.permanentLink {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/permalink/icon-permalink-blue.png");
}
.actionMenuBar a.permanentLink {
  width: 27px;
  height: 27px;
  background-image: url("../images/permalink/icon-permalink-big-white.png");
}
