@charset "utf-8";
/* Visual Cues for links - Attribute Selectors */

/* PDF Links */
a[href$=".pdf"], a[href$=".PDF"] {
	background: url(/images/linkcues/acrobat.png) no-repeat bottom right;
	padding: 1px 20px 0px 0px;
	zoom:1;
}
/* Word Links */
a[href$=".doc"], a[href$=".docx"] {
	background: url(/images/linkcues/word.png) no-repeat bottom right;
	padding: 3px 20px 0px 0px;
	zoom:1;
}
/* Excel Links */
a[href$=".xls"], a[href$=".xlsx"] {
	background: url(/images/linkcues/excel.png) no-repeat bottom right;
	padding: 3px 20px 0px 0px;
	zoom:1;
}
/* Powerpoint Links */
a[href$=".ppt"], a[href$=".pptx"] {
	background: url(/images/linkcues/powerpoint.png) no-repeat bottom right;
	padding: 3px 20px 0px 0px;
	zoom:1;
}
/* Mailto Links */
a[href ^="mailto:"] {
	background: url(/images/linkcues/email.png) no-repeat bottom right;
	padding: 2px 15px 0px 0px;
	zoom:1;
}
/* Flickr Links */
a[href ^="http://www.flickr.com"], a[href ^="http://flickr.com"] {
	background: url(/images/linkcues/flickr.png) no-repeat bottom right;
	padding: 2px 15px 0px 0px;
	zoom:1;
}
/* Zip Links */
a[href$=".zip"] {
	background: url(/images/linkcues/compress.png) no-repeat bottom right;
	padding: 2px 15px 0px 0px;
	zoom:1;
}
/* Facebook Links */
/*a[href ^="http://www.facebook.com"], a[href ^="http://facebook.com"] {
	background: url(/images/linkcues/facebook.png) no-repeat bottom right;
	padding: 2px 20px 0px 0px;
	zoom:1;
}*/
/* New Window Links */
/*a[target$="_blank"] {
	background: url(/images/linkcues/external.gif) no-repeat bottom right;
	padding: 2px 15px 0px 0px;
	zoom:1;
}*/
