﻿a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/cues/icon_pdf.gif) no-repeat center right;
}

a[class="popup"] {
	padding-right: 18px;
    background: transparent url(../images/cues/icon_popup.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/cues/icon_pdf.gif) no-repeat center right;
}

a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/cues/icon_pdf.gif) no-repeat center right;
}

a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/cues/icon_pdf.gif) no-repeat center right;
}


a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/cues/icon_pdf.gif) no-repeat center right;
}


a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(../images/cues/icon_mailto.gif) no-repeat center right;
   
}

a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(../images/cues/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(../images/cues/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(../images/cues/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(../images/cues/icon_external.gif) no-repeat center right;
}
