﻿/*************** Search-Form *********************/
.SearchFormWrapper
{
	border: 1px solid rgb(150,150,150);
	display: block;		
	white-space: nowrap;
	font-size: 14px;
	height:17px;
	padding:0px 185px 0px 0px;
	margin:0;
	overflow:visible;
	
	
}

.SearchFormText
{
	border:0px solid white;
	padding: 0 0px 0 0px;
	margin:0;
	

}
.SearchFormButton
{
    
	vertical-align: top;
	margin-right:30px !important;
	padding-top: 0px !important;
	padding-bottom: 2px !important;
	border:0px solid rgb(150,150,150);
	background:rgb(150,150,150);
	
}


/**************** 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;
}
