@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										{ position:relative; width:194px; height:180px; display:block; background:url(/img/treehouse_tooltip_bg.png) no-repeat top left; left:15px!important; top:15px!important;}
.tooltipContent .Tooltip-Content					{ padding:22px 20px 15px 25px;}
.Tooltip-Content .Toottip-Title						{ font:normal 18px/18px 'Trebuchet MS'; color:#fff; margin:0 0 7px 0;}
.Tooltip-Content .Tooltip-Text-Content				{ font:normal 11px/14px 'Trebuchet MS'; color:#fff; margin:0;}
.Tooltip-Content .Tooltip-Text-Content a,
.Tooltip-Content .Tooltip-Text-Content a:visited	{ color:#fff; text-decoration:none;}
.Tooltip-Content .Tooltip-Text-Content a:hover		{ color:#fff; text-decoration:underline;}
.tooltipContent .Tooltip-Link-Details				{ font:normal 11px/14px 'Trebuchet MS'; color:#fff; margin:0 30px 0 0; float:right; text-decoration:none; }
.tooltipContent .Tooltip-Link-Details:visited		{ color:#fff; }
.tooltipContent .Tooltip-Link-Details:hover			{ text-decoration:underline;}
.tooltipContent .Tooltip-Close-Button				{ bottom:13px; display:block; height:10px; left:21px; position:absolute; width:10px; background:url(/img/dot.png) repeat top left; }
