/* USE:    <link rel="stylesheet" type="text/css" href="/css/hyperlink.css" />    

  IE has to have the following DOCTYPE or else the images do not show, Firefox is fine
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"	"http://www.w3.org/TR/xhtml1/DTA/xhtml1-transitional.dtd">

*/

a[href ^= 'mailto']{
  padding-left:22px;
	background:  url(/css/images/mail_icon.gif) no-repeat scroll left top;
}   

a[href$='.pdf'] { 
	padding-left: 22px;
	background: transparent url(/css/images/pdf_icon.gif) no-repeat scroll left top;;
}


a[href$='.doc'] { 
	padding-left: 18px;
	background: transparent url(/css/images/icon_doc.gif) no-repeat scroll left top;
}

a[href$='.xls'] { 
	padding-left: 18px;
	background: transparent url(/css/images/icon_xls.gif) no-repeat scroll left top;
}


