/* Some useful global styles. */

.quotation { font-weight: bold; font-size: 120%; }


/* Special-case styles attaching icons to file-types, etc. */

a[href $='.pdf'] { padding-left: 18px; background: transparent url(/ot-images/icons/pdf-icon.gif) no-repeat center left; }
a[href $='.doc'] { padding-left: 18px; background: transparent url(/ot-images/icons/word-icon.gif) no-repeat center left; }
a[href $='.xls'] { padding-left: 18px; background: transparent url(/ot-images/icons/excel-icon.gif) no-repeat center left; }
a[href ^='mailto:'] { padding-left: 18px; background: transparent url(/ot-images/icons/mailto-icon.gif) no-repeat center left; }
a[href $='atom/'] { padding-left: 18px; background: transparent url(/ot-images/icons/feed-icon.png) no-repeat center left; }



