/**
* Adds file-type icons to links with special classess
* (classes added via jQuery in /js/global.js)
*/

/* File-Type Icons */
.PDF
{
     background: url(/images/icons/page_white_acrobat.png) 3px 0 no-repeat;
     padding: 0 0 3px 22px;
}

.DOC
{
     background:url(/images/icons/page_white_word.png) top left no-repeat;
     padding: 0 0 2px 22px;
}

.XLS
{
     background:url(/images/icons/page_white_excel.png) top left no-repeat;
     padding: 0 0 2px 22px;
}

.PPT
{
     background:url(/images/icons/page_white_powerpoint.png) top left no-repeat;
     padding: 0 0 2px 22px;
}

.Image
{
     background:url(/images/icons/picture.png) top left no-repeat;
     padding: 0 0 2px 22px;
}

.ExternalLink
{
     background:url(/images/icons/world_link.png) top left no-repeat;
     padding: 0 0 2px 22px;
}

.Mail
{
     background:url(/images/icons/email_edit.png) top left no-repeat;
     padding: 0 0 2px 22px;
}
