@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);
   width: 300px;
}

.tooltipContent
{
   background-color: #0a2c45;
   color: white;
   text-align: left;
   padding: 30px;
   font-size:10pt;
   border:outset 2px #aaa;
}

.tooltipContent h1
{
   color: #0080B0;
   font-size:12pt;
   margin: 0 auto;
   padding: 0;

}

.tooltipContent img
{ text-align: left; border-bottom: solid 16px #0a2c45; border-left: solid 0px #0a2c45; border-right: solid 30px #0a2c45; border-top: solid 4px #0a2c45; 
}

