/*Estilização de links. Crédito: Ben Henschel*/
/*EXTERNO*/
a[href^="http:"] {background: url(links/externalLink.gif) no-repeat right top; padding-right:10px;}
/*INTERNOS*/
a[href^="http://www.sitedabaixada.com.br"], a[href^="http://sitedabaixada.com.br"],
a[href^="http://sitedabaixada.com"], a[href^="http://www.sitedabaixada.com"],
a[href^="http://nilopolisonline.com"], a[href^="http://www.nilopolisonline.com"],
a[href^="http://baixadafluminense.com"], a[href^="http://www.baixadafluminense.com"],
a[href^="http://baixadafluminense.net"], a[href^="http://www.baixadafluminense.net"],
a[href^="http://www.classificadosbaixada.com.br"], a[href^="http://classificadosbaixada.com.br"],
a[href^="http://baixadafluminense.tv"], a[href^="http://www.baixadafluminense.tv"],
a[href^="http://baixadafluminense.org"], a[href^="http://www.baixadafluminense.org"],
a[href^="http://empregos.sitedabaixada.com.br"],
a[href^="http://esportes.sitedabaixada.com.br"],
a[href^="http://blogs.sitedabaixada.com.br"],
a[href^="http://cultura.sitedabaixada.com.br"],
a[href^="http://noticias.sitedabaixada.com.br"],
a[href^="http://nilopolisonline.sitedabaixada.com.br"],
a[href^="http://balada.sitedabaixada.com.br"],
a[href^="http://olhardigital.sitedabaixada.com.br"],
a[href^="http://olhardigital.fot.br"], a[href^="http://www.olhardigital.fot.br"],
a[href^="http://boletimbaixada.com.br"], a[href^="http://www.boletimbaixada.com.br"],
a[href^="http://vozdosmunicipios.com.br"], a[href^="http://www.vozdosmunicipios.com.br"],
a[href^="http://farm4.static.flickr.com"], a[href^="http://farm5.static.flickr.com"],
a[href^="http://flickr.com"], a[href^="http://www.flickr.com"],
a[href^="http://baixadafluminense.info"], a[href^="http://www.baixadafluminense.info"],
a[href^="http://www.sophia.ag"],
a[href^="http://ad.sophia.ag"]
{background-image:none !important;padding-right:0px;}

/*Use on external links that are images or have background colors/borders...when ever you dont want an icon to appear*/
.exempt {background-image:none !important; padding:0px;}

/*This method does not work for IE6 or IE7 (big surpise) you can add the class .external to a few of your important external links so they work in IE6/7 if you wish. IE will just ignore these rules so there are now worries.*/
.external {background: url(links/externalLink.gif) no-repeat right top; padding-right:10px;}

/* LINK PARA EMAIL - adds small email icon to all mailto links*/
a[href^="mailto:"] {background: url(links/email_link.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*AIM Links - adds small IM icon to all aim:goim?screenname=username links*/
a[href^="aim:"] {background: url(links/group.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*PDF Links - adds a small PDF icon to all PDF links*/
a[href$=".pdf"] {background: url(links/page_pdf.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*DOC Links - adds a small word doc icon to all word document links*/
a[href$=".doc"] {background: url(links/page_word.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*RSS Links - adds a small Feed icon to all RSS feed links*/
a[href$=".rss"], a[href$=".rdf"] {background: url(links/feed.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}


