/* ICON LINKS */
/* Use this class if a link gets an icon when it shouldn't. */
#content body a.noicon { background:none !important; padding:0 !important; margin:0 !important; }

/* Make sure the icons are not cut */
#content a[href^="mailto:"], #content a[href$=".pdf"], #content a[href$=".doc"], #content a[href$=".docx"], #content a[href$=".xls"], #content a[href$=".xlsx"], #content a[href$=".rss"], 
#content a[href$=".rdf"], #content a[href^="aim:"], #content a[href$='.rtf']  
#content a[href$='.mov'], #content a[href$='.wmv'], #content a[href$='.mp4'], #content a[href$='.avi'], #content a[href$='.mpg']{
	padding: 2px 22px 2px 0;
	background-repeat: no-repeat;
	background-position: right center;
}

/* External links */
#content a[href^="mailto:"]        { 
	background-image: url(http://www.isu.edu/images/icons/email.png); 
}
#content a[href *="www.youtube.com/watch?"] { 
	background-image: url(http://www.isu.edu/images/icons/youtube_16.png); 
	padding: 2px 22px 2px 0;
	background-repeat: no-repeat;
	background-position: right center;
}

#content a[href *="www.facebook.com/"] { 
	background-image: url(http://www.isu.edu/images/icons/facebook_16.png); 
	padding: 2px 22px 2px 0;
	background-repeat: no-repeat;
	background-position: right center;
}

#content a[href *="twitter.com/"] { 
	background-image: url(http://www.isu.edu/images/icons/twitter_16.png); 
	padding: 2px 22px 2px 0;
	background-repeat: no-repeat;
	background-position: right center;
}

#content a[href$='.mov'], #content a[href$='.wmv'], #content a[href$='.mp4'], #content a[href$='.avi'], #content a[href$='.mpg']  { 
	background-image: url(http://www.isu.edu/images/icons/film.png); 
}

a.external {
	background-image: url(http://www.isu.edu/images/icons/external.png);
	padding: 2px 14px 2px 0;
	background-repeat: no-repeat;
	background-position: right center;
}

/* Files */
#content a[href$=".pdf"]   { 
background-image: url(http://www.isu.edu/images/icons/pdf.png); 
}  
#content a[href$=".doc"], #content a[href$=".docx"]   { 
background-image: url(http://www.isu.edu/images/icons/doc.png); 
} 
#content a[href$='.rtf'] { 
background-image: url(http://www.isu.edu/images/icons/doc.png); 
}
#content a[href$=".xls"], #content a[href$=".xlsx"]   { 
background-image: url(http://www.isu.edu/images/icons/xls.png); 
}  
 
/* Misc */
#content a[href$=".rss"], #content a[href$=".rdf"]   { 
background-image: url(http://www.isu.edu/images/icons/feed.png); 
}

#content a[href^="aim:"]   { 
background-image: url(http://www.isu.edu/images/icons/im.png); 
}


/*#content a[href^="http:"]:visited, */
/*#content a[href^="http:"]:visited  { background-image: url(http://www.isu.edu/images/icons/visited.png); }*/
