/* 
-----------------------------------
-----------------------------------
Site:       www.aucklandcity.govt.nz
Section: serach pages
CSS author: Pauline Standen
Updated:    11 March 2009
Updated by: 
-----------------------------------
-----------------------------------
*/

/* 
-----------------------------------
search
-----------------------------------
*/

#searchTerm{
	display: block;
	padding: 12px 20px;
	background-color: #e7f1fa;
	font-size: 100%;
	font-weight: bold;
}

#searchTerm form {
	display: inline;
	margin: 0 30px;
}


#searchSort{
	text-align: right;
	float: right;
	width: 33%;
}
#searchTypo{
	margin: 10px 3px;
	float: left;
	width: 65%;
	color: #f00;
}
#searchTypo a{
	font-style: italic;
	font-weight: bold;
}

div.searchPriority{
	clear: both;
	display: block;
	background-color: #ecf2ef;
	margin: 6px 0;
	height: 80px;
	padding: 6px;
}
div.searchPriority img{
	float: right;
	display: inline;
	border: 0;
	padding: 0 6px;
}
div.searchResult{
	margin: 6px 6px 12px 6px;
	width: 100%;
}
div.searchSummary{
	float: left;
	width: 40%;
	margin: 6px 3px;
	font-weight: bold;
}
div.searchPaging{
	float: left;
	width: 55%;
	text-align: right;
}
div.searchPaging img{
	padding: 0 10px;
}
a.searchFullLink {
	font-size: 85%;
	color: #a1afb6;
	text-decoration: none;
}
a:hover.searchFullLink {
	text-decoration: underline;
	color: #a1afb6;
}

a.searchResultLink {
	font-size: 105%;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.searchResultLink {
	text-decoration: none;
	font-weight: bold;
}

#searchButton{
	padding:0;
	margin-left: 4px;
	height:22px;
	width:2em;
	font-size:0.9em;
}
#search3{
	/*position:absolute;
	top:112px;
	width:1000px;
	height: 22px;
	padding: 0;
	margin: 0;
	float: left;
	border: 1px solid red;
	text-align: right;*/
	height:2.1em;
	width:174px;
	margin:0;
	padding:0;
	color: #FFFFFF;
	float: left;
	border-top:1px solid #FFFFFF; 
	border-bottom:1px solid #FFFFFF; 
	background-image:url(/home/images/topNavBG.jpg);
	background-color:#0066b0;
	background-repeat:repeat;
}