@charset "UTF-8";

a[href^="http:"] {
display:inline-block;
padding-right:12px;
margin-right: 3px;
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;
margin-left: 3px;
line-height:18px;
padding-right: 2px !important;
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;
margin-left: 3px;
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;
margin-left: 3px;
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;
margin-left: 3px;
margin-right: 0px !important;
padding-right: 2px !important;
line-height:18px;
background:transparent url(images/icons/WordDocIcon.gif) center left no-repeat;
}
table a[href$='.doc'], table a[href$='.rtf'], table a[href$='.txt'], table a[href$='.wps'] {
	margin-right: 15px;
}
/*take out icons for accordian on documents page*/
div.accordion_child table.documents tbody tr td h4 a[href$='.doc'], div.accordion_child table.documents tbody tr td h4 a[href$='.rtf'], div.accordion_child table.documents tbody tr td h4 a[href$='.txt'], div.accordion_child table.documents tbody tr td h4 a[href$='.wps'], div.accordion_child table.documents tbody tr td h4 a[href$='.rtf'], div.accordion_child table.documents tbody tr td h4 a[href$='.docx'], div.accordion_child table.documents tbody tr td h4 a[href$='.ppt'], div.accordion_child table.documents tbody tr td h4 a[href$='.pps'], div.accordion_child table.documents tbody tr td h4 a[href$='.xls'], div.accordion_child table.documents tbody tr td h4 a[href$='.csv'] {
	background-image: none !important;
}