/* -------------------------------------------------------------- 
link-icons.css
* Icons for links based on protocol or file type.
See the Readme file in this folder for additional instructions.
-------------------------------------------------------------- */
/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon{background:none;padding:0;margin:0;}
/* Make sure the icons are not cut */
/*a[href^="http:"],a[href^="mailto:"],a[href^="http:"]:visited,*/
a[href$=".pdf"],a[href$=".doc"],a[href$=".xls"],a[href$=".rss"],
a[href$=".rdf"],a[href^="aim:"],a[href^="itpc:"]{padding:2px 22px 2px 0;margin:-2px 0;background-repeat:no-repeat;background-position:right center;}
/* External links 
a[href^="http:"]{background-image:url(http://www.lps.org/styles/link-icons/icons/external.png);}
a[href^="mailto:"]{background-image:url(http://www.lps.org/styles/link-icons/icons/email.png);}
a[href^="http:"]:visited{background-image:url(http://www.lps.org/styles/link-icons/icons/visited.png);}
*/
/* Files */
a[href$=".pdf"]{background-image:url(http://www.lps.org/styles/link-icons/icons/pdf.png);}
a[href$=".doc"]{background-image:url(http://www.lps.org/styles/link-icons/icons/doc.png);}
a[href$=".xls"]{background-image:url(http://www.lps.org/styles/link-icons/icons/xls.png);}
/* Misc */
a[href$=".rss"],
a[href$=".rdf"]{background-image:url(http://www.lps.org/styles/link-icons/icons/feed.png);}
a[href^="aim:"]{background-image:url(http://www.lps.org/styles/link-icons/icons/im.png);}
a[href^="itpc:"]{ background-image: url(http://www.lps.org/styles/link-icons/icons/podcast.png); }  
