@charset "UTF-8";

a[href^="http:"] {
display:inline-block;
padding-right:14px;
background:transparent url(images/icons/ExternalIcon.gif) center right no-repeat;
}
table a[href^="http:"] {
	margin-right: 15px;
}

a[href^="mailto:"] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/icons/MailTo.gif) center left no-repeat;
}
table a[href^="mailto:"] {
	margin-right: 15px;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/icons/PDFIcon.gif) center left no-repeat;
}
table a[href$='.pdf'] {
	margin-right: 15px;
}

a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/icons/ExcelIcon.gif) center left no-repeat;
}
table a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
	margin-right: 15px;
}

a[href$='.ppt'], a[href$='.pps'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/icons/PowerPointIcon.gif) center left no-repeat;
}
table a[href$='.ppt'], a[href$='.pps'] {
	margin-right: 15px;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/icons/WordDocIcon.gif) center left no-repeat;
}
table a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
	margin-right: 15px;
}

a[href$='.mov'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/icons/quicktime.gif) center left no-repeat;
}



#footer a[href^="http:"] {
display:inline-block;
padding-right:0px;
background-image: none;
}