@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent {
	background-color: #E2D9A3;
	border:3px solid #1c1a1b;
	color: #1c1a1b;
	width: 275px;
	padding: 20px;
}

.tooltipContent {
	display:block;
	margin: 0 auto;
}

.tooltipContent p {
	font-size: .75em;
	color: #1c1a1b;
	font-variant:small-caps
	line-height:1.75;
}
	
#sprytrigger1 .companies {
	text-decoration:underline;
	font-style:italic;
}

