﻿/*************** Search-Form *********************/
.SearchFormWrapper
{
	border: 0px solid #808080;
	display: block;		
	white-space: nowrap;
	font-size: 16px;
	padding:1px 2px 0px 2px;
	margin:0;
	width:100%;
	
	
	
}

.SearchFormText
{
	border:solid 1px #000;
	padding: 0 1px 0 2px;
	margin:0;
	height:16px;
	font-size: 12px;
	color: #666;
}



.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: #D22;
}
.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;
	dcolor: Gray;
}
.SearchResultBranding
{
	text-align: left;
}
.SearchResultStatus
{
	text-align: right;
	background-color: #F55;
}
.SearchPager
{
	text-align: right;
	background-color: #F55;
	font-weight: normal;
}
.SearchPager a, .SearchPager span
{
	margin: 0 10px 0 0;
	font-weight: bold;
}
.SearchPager span
{
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
}
.NoResult
{
	margin: 10px;
}
