/*	Hyperlink formatting - 2015 03 06 */
/* Start of hyperlink Formatting */
/* from http://www.kryogenix.org/days/2002/08/30/external */

/*div.Post a[href^="http:"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/external_link.png) right center no-repeat;
        padding-right: 15px;} */

div.content a[href$=".pdf"] {		
        background: url(/sites/all/themes/jameshutton/images/icons/hyperlink_pdf.gif) right center no-repeat !important;
        padding-right: 15px;}
		
div.content a[class="no-icon-pdf"] {		
        background: none !important;
        padding-right: 0px;
		}
		
		
div.content a[href$=".PDF"] {		
        background: url(/sites/all/themes/jameshutton/images/icons/hyperlink_pdf.gif) right center no-repeat !important;
        padding-right: 15px;}
        
/* Add " (PDF)" text after links that go to PDFs */
/*div.content a[href$=".pdf"]:after { content: " (PDF)"; } */

/*div.Post a[href$=".doc"] {		
        background: url(/sites/intranet.hutton.ac.uk/files/images/hyperlink_word.gif) right center no-repeat;
        padding-right: 15px;}

div.Post a[href$=".doc"]:after { content: " (MS Word)"; }

div.Post a[href$=".dot"] {		
        background: url(/sites/intranet.hutton.ac.uk/files/images/hyperlink_word.gif) right center no-repeat;
        padding-right: 15px;}

div.Post a[href$=".xls"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/hyperlink_excel.gif) right center no-repeat;
        padding-right: 15px;}

div.Post a[href$=".xlt"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/hyperlink_excel.gif) right center no-repeat;
        padding-right: 15px;}

div.Post a[href$=".ppt"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/hyperlink_powerpoint.gif) right center no-repeat;
        padding-right: 15px;}
		
div.Post a[href$="rss.xml"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/hyperlink_newsfeed.png) right center no-repeat;
        padding-right: 16px;} */

/* Office 2007 icons added 16th March 2010*/
/* Word 2007 File Type Extension

    * docx - Word 2007 XML Document
    * docm - Word 2007 XML Macro-Enabled Document
    * dotx - Word 2007 XML Template
    * dotm - Word 2007 XML Macro-Enabled Template
*/
/* div.Post a[href$=".docx"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/office2007_docm.png) right center no-repeat;
        padding-right: 16px;}
div.Post a[href$=".docx"]:after { content: " (MS Word)"; }

div.Post a[href$=".docm"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/office2007_docm.png) right center no-repeat;
        padding-right: 16px;}
       
div.Post a[href$=".doct"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/office2007_doct.png) right center no-repeat;
        padding-right: 16px;} */

/* Excel 2007 File Type Extension

    * xlsx - Excel 2007 XML Workbook
    * xlsm - Excel 2007 XML Macro-Enabled Workbook
    * xltx - Excel 2007 XML Template
    * xltm - Excel 2007 XML Macro-Enabled Template
    * xlsb - Excel 2007 binary workbook (BIFF12)
    * xlam - Excel 2007 XML Macro-Enabled Add-In
*/
/* div.Post a[href$=".xlsx"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/office2007_xlsx.png) right center no-repeat;
        padding-right: 16px;}
div.Post a[href$=".xlsx"]:after { content: " (MS Excel)"; }

div.Post a[href$=".xltx"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/office2007_xlst.png) right center no-repeat;
        padding-right: 16px;} */

/* PowerPoint 2007 File Type Extension

    * pptx - PowerPoint 2007 XML Presentation
    * pptm - PowerPoint 2007 Macro-Enabled XML Presentation
    * potx - PowerPoint 2007 XML Template
    * potm - PowerPoint 2007 Macro-Enabled XML Template
    * ppam - PowerPoint 2007 Macro-Enabled XML Add-In
    * ppsx - PowerPoint 2007 XML Show
    * ppsm - PowerPoint 2007 Macro-Enabled XML Show
*/
/* div.Post a[href$=".pptx"] {
        background: url(/sites/intranet.hutton.ac.uk/files/images/office2007_pptx.png) right center no-repeat;
        padding-right: 16px;}

.meta {display: none;} */
