<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#QuickLinkLabel {
	margin: 0 0.2em 0 0.2em;
	display: none;
}

#QuickLinkInput{
	background-image: url('QuickLink.png');
	background-repeat: no-repeat;
	padding-left: 16px;
}
  
#QuickLinkBox {
	text-align: right;
	display: inline block;
	float: right;
}

#QuickLinkResults {
	/* Spotlight style */
	position: absolute;
	width: 20em;
	right: 1em;
	margin-top: 2em;

	padding: 0.5em 0 0.5em 0;

	/* almost-white transparent background */
	background: #fafafa;
	border: 1px solid #ccc;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#QuickLinkResults p {
	font-style: italic;
}

#QuickLinkResults p,
#QuickLinkResults ul,
#QuickLinkResults li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none inside none;
}

#QuickLinkResults p,
#QuickLinkResults a {
	padding: 0.1em 0.5em 0.1em 0.5em;
}

#QuickLinkResults a {
	display: block;
	color: #0066CC;
}

#QuickLinkResults a:hover {
	text-decoration: none;	
	color: #0066CC;
}

#QuickLinkResults a.selected {
	background-color: #0066CC;
	color: white;
	text-decoration: none;
}
</pre></body></html>