﻿/*************** Search-Form *********************/
.SearchFormWrapper
{
	display: block;		
	white-space: nowrap;
	font-size: 13px;
	padding:0px 0px 0px 0px;
	margin:14px 0 0 1px;
	
	
}

.SearchFormText
{
	border:0px solid white;
	padding: 0 1px 0 2px;
	margin:0;
	

}
.SearchFormButton
{
	vertical-align: top;
	margin-right:2px !important;
	padding-bottom: 1px !important;
}


/**************** 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: #f27f8c;
}
.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: #9A9A9A;
}
.SearchPager
{
	text-align: right;
	background-color: #9A9A9A;
}
.SearchPager a, .SearchPager span
{
	margin: 0 10px 0 0;
}
.SearchPager span
{
	font-weight: bold;
	font-size: 1.4em;
}
.NoResult
{
	margin: 10px;
}
