<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************************
* Services stylesheet
* Cactusoft Ltd - www.cactusoft.com
* Copyright © 1998 - 2009. All rights reserved.
* Build date: 19 July 2011 | Dean Carslake
*****************************************************/
/* file download block */
.dl-link a { display: block; padding: 5px 10px 10px 42px; border-top: solid 1px #ddd; margin: 0 10px 0 0; }
.dl-link .dl-link-name { line-height: 1.4em; padding: 0 0 0 0; display: block; font-size: 1.0em; color: #222; font-weight: bold; }
.dl-link.txt a { background: url(../templateimages/uploaded_txt.gif) no-repeat 0 8px; }
.dl-link.pdf a { background: url(../templateimages/uploaded_pdf.gif) no-repeat 0 8px; }
.dl-link.doc a,
.dl-link.docx a { background: url(../templateimages/uploaded_doc.gif) no-repeat 0 8px; }
.dl-link.pps a,
.dl-link.ppsx a { background: url(../templateimages/uploaded_pps.gif) no-repeat 0 8px; }
.dl-link a:hover { background-color: #f7f7f7; }
.dl-link .dl-link-originalfilename { line-height: 1.1em; padding: 0 0 0 0; display: block; font-size: 0.85em; color: #777; font-weight: normal; }
.dl-link .dl-link-filesize { line-height: 1.1em; padding: 0 0 0 0; display: block; font-size: 0.85em; color: #490; font-weight: normal; }</pre></body></html>