﻿/*************** Search-Form *********************/
.SearchFormWrapper
{
	width: 180px;
	display: block;
	white-space: nowrap;
	font-size: 1.0em;
	padding: 1px 0px 0px 0px;
	margin: 0 0 0 24px;
	text-align: center;
}

.SearchFormText
{
	border: 1px solid #FBBA00;
	padding: 0 1px 0 2px;
	margin: 0;
}
.SearchFormButton
{
	vertical-align: middle;
	margin-right: 2px !important;
	padding-top: 1px !important;
	border: solid 1px red;
}


/**************** Search-Page *********************/
.SearchScopes
{
	text-align: center;
	white-space: nowrap;
}
.SearchScopes label
{
	margin-right: 4px;
}
.SearchControlHolder
{
	margin: 20px 0 10px 0;
	text-align: center;
}
.SearchSuggestions
{
}
.SearchSuggestions a
{
	font-weight: normal !important;
	text-decoration: underline !important;
}
.SearchSuggestionCount
{
	font-size: 0.9em;
	margin-left: 5px;
	color: Gray;
}
.SearchQueryCorrected
{
	font-style: italic;
	font-weight: bold !important;
}
.SearchResult
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.SearchResultSeparator
{
	margin-bottom: 10px;
}
.SearchHighlight
{
	font-weight: bold;
	background-color: #FFFF66;
}
.SearchResultTitle
{
	display: block;
	font-weight: bold !important;
}
.SearchResultDescription
{
	font-size: 0.9em;
	display: block;
}
.SearchResultUrl
{
	font-size: 0.9em;
	display: block;
	color: Green;
}
.SearchResultSize
{
	font-size: 0.9em;
	color: Gray;
}
.SearchResultBranding
{
	text-align: left;
}
.SearchResultStatus
{
	text-align: right;
	background-color: #FFFF99;
}
.SearchPager
{
	text-align: right;
	background-color: #FFFF99;
}
.SearchPager a, .SearchPager span
{
	margin: 0 10px 0 0;
}
.SearchPager span
{
	font-weight: bold;
	font-size: 1.4em;
}
.NoResult
{
	margin: 10px;
}
