
a {
   color: #0000AA;
}
a[href ^="http://"] {
   color: #0066BB;
    background: url(../images/linkImageInjection/external.png) center right no-repeat;
    padding-right: 13px;
}
a[href ^="gopher://"] {
   color: #0066BB;
    background: url(../images/linkImageInjection/external.png) center right no-repeat;
    padding-right: 13px;
}
a[href ^="https://"] {
   color: #0066BB;
    background: url(../images/linkImageInjection/lock_icon.gif) center right no-repeat;
    padding-right: 16px;
}
a[href ^="mailto:"] {
   color: #0066BB;
    background: url(../images/linkImageInjection/mail_icon.gif) center right no-repeat;
    padding-right: 18px;
}
a[href ^="news://"] {
   color: #0066BB;
    background: url(../images/linkImageInjection/news_icon.png) center right no-repeat;
    padding-right: 18px;
}
a[href ^="ftp://"] {
   color: #0066BB;
    background: url(../images/linkImageInjection/file_icon.gif) center right no-repeat;
    padding-right: 18px;
}
a[href ^="irc://"] {
   color: #0066BB;
    background: url(../images/linkImageInjection/discussionitem_icon.gif) center right no-repeat;
    padding-right: 18px;
}
a[href $=".ogg"], a[href $=".OGG"],
a[href $=".mid"], a[href $=".MID"],
a[href $=".midi"], a[href $=".MIDI"],
a[href $=".mp3"], a[href $=".MP3"],
a[href $=".wav"], a[href $=".WAV"],
a[href $=".wma"], a[href $=".WMA"] {
    background: url("../images/linkImageInjection/audio.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".ogm"], a[href $=".OGM"],
a[href $=".avi"], a[href $=".AVI"],
a[href $=".mpeg"], a[href $=".MPEG"],
a[href $=".mpg"], a[href $=".MPG"] {
    background: url("../images/linkImageInjection/video.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url("../images/linkImageInjection/document.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".zip"], a[href $=".ZIP"],
a[href $=".rar"], a[href $=".RAR"],
a[href $=".exe"], a[href $=".EXE"],
a[href $=".msi"], a[href $=".MSI"],
a[href $=".dmg"], a[href $=".DMG"],
a[href $=".gz"], a[href $=".GZ"],
a[href *=".gzip"], a[href *=".GZIP"] {
    background: url("../images/linkImageInjection/download.png") center left no-repeat;
    padding-left: 19px;
}

a.no-link-image
{
	background: none;
	padding: 0;
}
