﻿/* Search box */
.searchInputPanel
{	
	display: inline;
}
#searchContainer
{
	padding: 6px 5px 0 5px;
	text-align: center;
}
#searchBox label
{
	font-size: 0.7em;
	font-weight: bold;
	color: #004279;
}
#searchBox .textInput
{
	border: solid 1px #004279;
	width: 280px;
	padding-left: 2px;
}
#searchBox .dropDownBox
{
	border: solid 1px #004279;
	width: 178px;
	background: #FBFECF;
}
#searchBox .searchButton
{
	width: 71px;
	height: 28px;
	border: none;
	vertical-align: middle;
	margin-top: -3px;
}

/* search suggest */
.CompletionListHighlightedItemCssClass
{
	padding: 0 5px;
	font-size: 0.7em;
	line-height: 2em;
	color: #fff;
	background: #ff9900;
}

.CompletionListItemCssClass
{
	font-size: 0.7em;
	line-height: 2em;
	padding: 0 5px;
}

.CompletionListCssClass
{
	margin: 0;
	padding: 0;
	list-style-type: none !important;
	border: solid 1px #ccc;	
	z-index: 1;
	background: #fff;
	cursor: pointer;
	text-align:left;
	height: 180px;
	overflow: auto;
}

/* ##########################################

Search results */

#searchContent
{
	line-height: 1em;
}
#searchContent h1
{
	display: block;
	color: #004279;
	font-size: 0.8em;
	padding: 5px;
	margin: 0 10px 0 5px;
	border-bottom: solid 1px #004279;
	line-height: 1.5em;
}
#searchContent p
{
	font-size: 0.75em;
	margin: 10px 0 5px 0;
	padding: 0;
}
#searchContent a
{
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}
#resultsList
{
	padding: 5px;
}
#secondLevel 
{
	padding: 0 5px 0 30px;
}
.keySearch 
{
	background-color: #E5EEF8;
}
.urlResult
{
	color: #008000;
}
#keyMatch
{
	background: #E9F2FF;
	padding: 5px;
}
#keyMatch h2
{
	font-size: 0.8em;
	color: #004279;
	margin: 0;
	margin-bottom: -10px;
	padding: 0;	
}
#keyMatch a
{
	color: #FF9900;
}
#quickLinks
{
	padding: 10px;
}
#quickLinksLeft
{
	/*if want 2 column layout */
}
#quickLinks a
{
	font-size: 0.75em;
	background: url(../Images/bg-arrow-white.gif) no-repeat;
	padding-left: 15px;
	font-weight: normal;
	line-height: 1.5em;
}
#searchContent .paging
{
	text-align: center;
	font-size: 0.7em;
}
#searchContent ul
{
	font-size: 0.8em;
	margin-top: 10px;
	list-style-type: square;
}
#info a
{
	color: #FF6600;
}
#info p
{
	background: url(../Images/bg-arrow-white.gif) no-repeat 0px 2px;
	padding-left: 15px;
}
