﻿
/* --- search form --- */
#searchform {
	margin: 0px;
	padding: 0px;
}
#searchform fieldset {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#searchform input { margin-left: 1em; }
#searchform .searchbutton {
	margin-top: 1em;
	padding: 5px;
	background-color: #69a7e0;
	text-align: right;
}

/* --- search results --- */
#searchresults { margin-top: 2em; }

/* #searchresults #searchdesc .keywords { font-weight: bold; } ---PDH ---  added blue font colour to match site*/
#searchresults #searchdesc .keywords {
	font-weight: bold;
	color: #69a7e0;
	}

#searchresults ol {
	margin: 2em 0px;
	padding: 0px;
	list-style-type: none;
}
#searchresults li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background-image: url(../../../images/common/blue-dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#searchresults li .resultheading { font-weight: bold;}
#searchresults li .resultintro { margin-top: 0.5em; }
#searchresults li .resultintro strong { background-color: #ffff80; }
#searchresults li .resultlink { margin-top: 0.5em; }
/*#searchresults li a { color: black; } --- PDH --- Changed to blue of site*/
#searchresults li a { color: #69a7e0; }

#searchresults form { margin: 0px; padding: 0px; }
#searchresults #resultsbuttons {
	padding: 5px;
	background-color: #69a7e0;
	text-align: right;
}
#searchresults #resultsbuttons .moveUp { display: none; }
#searchresults #resultsbuttons #searchBack { float: left; }
#searchresults #resultsbuttons #searchNext {}
#searchresults #resultsbuttons #searchbuttonsfooter { display: none; }