/* apply the relevant class to the link that you like to have an icon displayed */
.pdf {
background:url(/facstaff/assets/images/small_PDF.gif) center right no-repeat;
padding:0 15px 0 0;
white-space:nowrap;
}

.wrd {
background:url(/facstaff/assets/images/small_WORD.gif) center right no-repeat;
padding:0 15px 0 0;
white-space:nowrap;
}


.exl {
background:url(/facstaff/assets/images/small_EXL.gif) center right no-repeat;
padding:0 15px 0 0;
white-space:nowrap;
}


.link {
background:url(images/pdf-icon.gif) center right no-repeat;
padding:0 16px 0 0;
white-space:nowrap;
}

/* Title Images */
.titleRed
{
padding-left: 60px; 
background-image: url(/facstaff/assets/images/cornerRed.png); 
width: 342px; 
height: 50px;
padding-top: 16px; 
background-repeat: no-repeat; 
color:#8C0000;
}

.titleBlack
{
padding-left: 60px; 
background-image: url(/facstaff/assets/images/cornerBlack.png); 
width: 342px; 
height: 50px;
padding-top: 16px; 
background-repeat: no-repeat; 
color:#8C0000;
}

.titleYellow
{
padding-left: 60px; 
background-image: url(/facstaff/assets/images/cornerYellow.png); 
width: 342px; 
height: 50px;
padding-top: 16px; 
background-repeat: no-repeat; 
color:#8C0000;
}
