@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: #FFF;
	color: #333;
	border: 2px solid #e20048;
	width: 250px;
	text-align: justify;
	padding: 7px;
	font-size: 0.95em;
}
.tooltipContent h1 {
	font-family: "Museo 700";
	font-size: 1em;
	color: #FFF;
	background-color: #E20048;
	margin: 0px;
	padding: 0px;
}
.tooltipContent h2 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
}

.tooltipContent  p{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.underlined {
	text-decoration: underline;
	color: #FF0664;
}
.tooltipContent h1.photoshop {
	background-color: #6BA2E4;
}
.tooltipContent h1.illustrator {
	background-color: #FFB300;
}

