<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************************
* Charity stylesheet
* Cactusoft Ltd - www.cactusoft.com
* Copyright © 1998 - 2009. All rights reserved.
* Build date: 16 Oct 2009 | Dean Carslake
*****************************************************/

/* Results table header */
#thTitle {width: 80%;}

.extraCols #thTitle {width: 65%;}

.jobDesc {
	clear: both;
	padding: 0;
	margin: 0;
}

/** Tabbed content side menu **/
.side-menu {
	margin: 1.5em 0;
}
.side-menu-header {
	font-weight: normal;
	font-size: 2em;
	margin-top: .8em;
}
.side-menu-list {
	margin: 1em 0;
	font-weight: bold;
}
.side-menu-list &gt; li {
	margin: 1em 0;
}

.side-menu-list a {
	color: #666;
}
.side-menu-list .active, .side-menu-list a:hover {
	color: #829700;
}

/*** New Gallery ***/
#new-gallery ul {
	margin: 0 0 20px;
}
#new-gallery .thumb {
	float: left;
	margin: 3px;
	width: 90px;
	height: 60px;
	overflow: hidden;
	border: solid 1px #F1F1F1;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: .9;
}
#new-gallery .thumb a, #new-gallery .thumb a img {
	display: block;
	margin: 0 auto;
}
#new-gallery .thumb:hover, #new-gallery .active {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	border: solid 1px #829700;
}
#new-gallery .main-image {
	width: 400px;
	height: 280px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	border: none;
}
#new-gallery .main-image:hover {
	border: none;
}
#new-gallery .main-image img {
	display: block;
	margin: 0 auto;
}

.gallery-location {
	float: left;
	font-size: 1em;
	padding: 8px 0 12px 23px;
	background: url(/images/icon-location.gif) no-repeat left top;
}

.new-heading {
	font-size: 1.6em;
	color: #555;
}

/* 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>