/* ======================================================================== */
/* Name:			Search.css												*/
/* Author:			Derrick Went											*/
/* Date:			19 July 2006											*/
/* Description:		Standard stylesheet for Search Information				*/
/* Client:			SpecHead												*/
/* ======================================================================== */

/* ================= */
/* The Search Form   */
/* ================= */

.SearchForm
{
	padding: 0em;
	border: none;
}
.SearchFieldSet
{
	position: static;
	padding: 0em;
}
.SearchLegend
{
	display: none;
} 
.SearchErrorMessage
{
	display: block;
	color: red;
	position: static;
	line-height: 1.25em;
	height: 1.25em;
}
.SearchLabel
{
	clear: both;
	display: none;
	float: left;
	text-align: left;
} 
.SearchSelect
{
	display: inline;
	float: left;
	position: static;
	margin-top: 10px;
} 
.SearchText
{
	display: inline;
	float: left;
	position: static;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
} 
.SearchTips
{
	display: block;
	position: static;
	padding-top: .25em;
	padding-bottom: .25em;
} 
.SearchButton
{
	border-right: #dcdce9 1px solid;
	padding-right: 1em;
	border-top: #dcdce9 1px solid;
	display: inline;
	padding-left: 1em;
	background: url(../images/ButtonBackground.jpg) #fff repeat-x left bottom;
	float: none;
	padding-bottom: .5em;
	margin-left: 3px;
	border-left: #dcdce9 1px solid;
	width: 50px;
	color: blue;
	line-height: 2em;
	margin-right: 3px;
	padding-top: .5em;
	border-bottom: #dcdce9 1px solid;
	height: 2em;
	text-align: center;
	text-decoration: none;
}
.SearchResults
{
	padding-right: 2px;
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	position: static;
} 

.SearchTipsFieldSet
{
	border-right: blue 1px solid;
	padding-right: 0em;
	border-top: blue 1px solid;
	padding-left: 1em;
	padding-bottom: 1em;
	border-left: blue 1px solid;
	padding-top: 1em;
	border-bottom: blue 1px solid;
	position: static;
	margin: 0em;
}
.SearchTipsLegend
{
	border-right: blue 1px solid;
	padding-right: 2px;
	border-top: blue 1px solid;
	padding-left: 2px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 1px;
	border-left: blue 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: larger;
    COLOR: blue;
	padding-top: 1px;
	border-bottom: blue 1px solid;
} 
.SearchTips p
{
}
.SearchTips h1
{
	font-size: xx-small;
}
.SearchLocations
{
	display: block;
	padding-left: 5px;
	font-size: 11px;
	color: black;
	position: static;
	background-color: transparent;
}
.SearchLocation
{
}