﻿a.external
{
    background: #fff url("/images/icons/external_link_icon.gif") center right no-repeat; 
    padding-right: 20px; 
    border: 0px; 
    min-height: 18px; 
    display:inline-block;
    text-decoration: underline;
    font-size: 14pt;
}

a.pdf
{
    background: url("/images/icons/pdficon_small.png") center right no-repeat; 
    padding-right: 18px; 
    text-align:center;
    border: 0px; 
    min-height: 16px;
    display:inline-block;
    text-decoration: underline;
    font-size: 10pt;
}

a.xls
{
    background: #fff url("/images/icons/Excel-16.png") center right no-repeat; 
    padding-right: 18px; 
    border: 0px; 
    min-height: 16px; 
    display:inline-block;
}

a.new
{
    background: #fff url("/images/icons/new.png") center right no-repeat; 
    padding-right: 18px; 
    border: 0px; 
    min-height: 16px; 
    display:inline-block;
}
a.email
{
    background: #fff url("/images/icons/email.png") center right no-repeat; 
    padding-right: 18px; 
    border: 0px; 
    min-height: 16px;
    display:inline-block;
}
a.secure
{
    background: #fff url("/images/icons/icon_padlock.gif") center right no-repeat; 
    padding-right: 18px; 
    border: 0px; 
    min-height: 16px;
    display:inline-block;
}