.searchcontrols
{
	float: right;
}
.searchcontrols .searchlabel
{
	font-size: 1.1em;
}
.searchcontrols .searchButton
{
	position: relative;
	top: 4px;	
}
#searchresults
{
}
.searchResult
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1em;	
}
.searchResult a
{
	font-size: 1.2em;
	font-weight: bold;
}
.searchResultAlt
{
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eeeeee;
}
.searchResultAlt a
{
	font-size: 1.2em;
	font-weight: bold;
}
.SearchHighlight
{
	background-color: #FCFC89;	
	font-weight: bold;
}
.pager
{
	font-size: 1.2em;
	font-weight: bold;
}
.currentpage
{
	font-weight: bold;
	border: solid 1px black;
	padding: 5px;
	margin-right: 4px;
}
.firstpage
{	
	font-weight: bold;
	background-color: #dddddd;
	margin-right: 4px;
	padding: 5px;
}
.previouspage
{
	font-weight: bold;
	background-color: #dddddd;
	margin-right: 4px;
	padding: 5px;
}
.page
{
	font-weight: bold;
	background-color: #dddddd;
	margin-right: 4px;
	padding: 5px;
}
.nextpage
{
	font-weight: bold;
	background-color: #dddddd;
	margin-right: 4px;
	padding: 5px;
}
.lastpage
{
	font-weight: bold;
	background-color: #dddddd;
	margin-right: 4px;
	padding: 5px;
}
