@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);
}
body.planetbox
.tooltipContent
{
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	width: 300px;
	font-size: 16px;
	text-align: justify;
	background-color: transparent;
}
body.planetbox .tooltipContent h1   {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../boxes/pBoxpopUpBox/top_popup.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
	margin: 0;
	padding: 0;
}
body.planetbox .tooltipContent p   {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../boxes/pBoxpopUpBox/mid_popup.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px 10px;
}

body.planetbox .tooltipContent h2  {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../boxes/pBoxpopUpBox/bot_popup.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
body.why .tooltipContent {
	font-size: 14px;
	color: #000;
	background-color: transparent;
	width: 260px;
	text-align: left;
}
body.why .tooltipContent p {
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../boxes/whyBoxes/newWhyPopup/mid_why_popup.gif);
	background-repeat: repeat-y;
	padding: 5px 10px;
}
.why .tooltipContent p.bullet{
	padding: 5px 20px;


}
body.why .tooltipContent h3{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../boxes/whyBoxes/newWhyPopup/top_why_popup.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
}
body.why .tooltipContent h4 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../boxes/whyBoxes/newWhyPopup/bot_why_popup.gif);
	background-repeat: no-repeat;
}
