@charset "utf-8";
/*	Contains default stylistic elements that can be overridden by a template file.
	DO NOT EDIT THIS FILE
	Used to keep all bg images etc that have relative file paths.
	Attributes: background-url, image width, image height
	*/
#searchResults #nextSERP { /** search-results.css **/
	background:url(/images/next.gif) no-repeat;
}
#searchResults #prevSERP {
	background:url(/images/previous.gif) no-repeat;
}
#searchResults INPUT[type=button] {
	width:21px;
	height:20px;
}
#searchResults #resultSet .searchResult .camera {
	background:url(/images/camera3.gif) no-repeat;
	width:16px;
	height:12px;
}
#messageBox { /** messagebox.css **/
	background: transparent url(/images/myloading.gif) no-repeat;
	width:260px;
	height:260px;
}
#search input[type=submit] {  /** Searchbox.css **/
	background:url(/images/search-button.gif) no-repeat;
	width:66px;
	height:20px;
}
/**	Google Maps Zoom Control **/

#map_canvas #customZoomControl {
	background: url(/images/zoom-contro-bgl.gif) no-repeat;
	width:21px;
	height:83px;
	}
	#map_canvas #customZoomControl .chosenZoom {
		background: url(/images/zoom-hover.gif) no-repeat;
	}
#map_canvas #polygonControl {
	background:url(/images/polygon.gif) no-repeat;
	width:21px;
	height:16px;
}
#map_canvas #customMapTypeControl {
	background: url(/images/map-type-control.gif) no-repeat;
	width:256px;
	height:25px;
}

