﻿            
/* Iconize 0.5 */

/* extensions */
a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'], a[href$='.xlsx'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_xls.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0px;
	background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}

a[href$='form.html'], a[href$='form1.html'], a[href$='form2.html'], a[href$='form3.html'] , a[href$='form4.html']  { 
	padding: 5px 60px 5px 0px;
	background: transparent url(icons/icon_form.gif) no-repeat center right;
}

/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}
          