/*
	File: arc90_extlink.css
	About: This plugin makes external links show up with a special icon after the link. Using this icon the link can be opened in a new window or by using the original link in the existing window.
  Logahead Version: logahead UNU edition by Klaus Schlichter
	Licence: Creative Commons Attribution 2.5 http://creativecommons.org/licenses/by/2.5/
  Edit: This plugin is based on
  External Link v1.0.5
  (c) Arc90, Inc. 
  http://www.arc90.com
  http://lab.arc90.com
*/

.arc90_extlinkIMG {
  background: transparent url(extLink_img.gif) no-repeat top right;
  margin-left: 2px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  padding-left: 12px;
}