﻿/* Search Box Header */
#sf_searchBoxHeader {
    border: none;
    border-collapse: collapse;
    float: right;
    margin:0;
    padding: 0 5px 0 0;
    position: relative;
    right: 0;
    text-align: right;
    top: 30px;
    vertical-align: middle;
    width: 300px;
}
/* Search Box Results Page */
fieldset.sf_searchBox {
	border: 0;
	margin: 0 0 0 30%;
	padding: 0;
	height: 30px;
}
.sf_searchBox {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sf_searchBox input {
	border: 0;
	float: left;
	margin: 0;
	padding: 4px 0 0 5px;
}
.sf_searchText {
	background: transparent url(images/buttons/box_search.png) no-repeat scroll left top;
	border: none;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 254px;
}
.sf_searchSubmit {
	background: transparent url(images/buttons/btn_search.png) no-repeat scroll left top;
	border: none;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 25px;
}
.sf_searchSubmitHeader {
	background: transparent url(images/buttons/search.gif) no-repeat scroll 0 0;
	border: none;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin: 0 0 0 5px;
	padding: 1px 0 4px 0;
	text-align: center;
	width: 57px;
}
.sf_searchSubmitHeader:hover {
	background: transparent url(images/buttons/search.gif) no-repeat scroll 0 -19px;
	text-decoration: underline !important;
}
/* Search Results */
.searchResults {
	margin-bottom: 0;
	width: 100%;
}
.searchResultsLink {
	font-weight: bold;
	padding: 3px 0;
}
.searchResultsDesc {
	padding: 5px 0;
}
.searchResultsURL {
	margin-bottom: 0;
	padding: 5px 0 10px 0;
}
/* Pager */
ol.sf_pager {
	clear: both;
	float: left;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ol.sf_pager li {
	float: left;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
}
ol.sf_pager li a {
	display: block;
	padding: 3px 5px;
}

