#spotlightSearchTool {
	position: absolute;
	width: auto;	
	top: 20px;
	right: 10px;
	padding: 0px;
	width: 20px;
	z-index: 5100;
}

#spotlightSearchForm {
	position: absolute;
	right: 30px;
	top: 3px;
	z-index: 5100;
}

#spotlightSearchForm input
{
	background-color: #203020;
	color: white;
	border: 1px solid #485C60;
}

#spotlightSearchTool img {
	float: right;
	margin: 3px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	z-index: 5100;
}

#spotlightSearchTool td.icon {
	width: 20px;
}

#spotlightSearchResults {
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 5000;
	background-color: #203020;
	color: white;
	opacity: 0.9;
	min-width: 200px;
	max-width: 300px;
}

#spotlightSearchResults_container img {
	width: 16px;
	height: 16px;
}

#spotlightSearchResults div
{
	background-color: black;
	padding: 4px;
}

#spotlightSearchResults table
{
	min-width: 200px;
	width: 100%;
}

#spotlightSearchResults tr.search1
{
	background-color: #304030;
}

#spotlightSearchResults td
{
	padding: 2px;
}

#spotlightSearchResults tr:hover
{
	background-color: black;
	cursor: pointer;
}
