/* Start of CMSMS style sheet 'External - Mark external Links' */
/*
usage: 

extlink href="http://external.site.com" title="A site about widgets" linktext="Cool Widgets"


*/

a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}
a.external {
  padding: 0 12px 0 0
}


/* a[href ^="http:"], */
a.external:link {

  padding: 0 12px 0 0;
  background: url(/php/cmsmadesimple/uploads/images/external/External.gif) no-repeat 100% 0;


}

a.external:visited {
  color: #609;
  background: url(/php/cmsmadesimple/uploads/images/external/External.gif) no-repeat 100% -100px;
}
a.external:hover {
  color: #f00;
  background: url(/php/cmsmadesimple/uploads/images/external/External.gif) no-repeat 100% -200px;
}



/* End of 'External - Mark external Links' */

