@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;

  
}

.tooltipContent
{
	padding:14px 20px 14px 20px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; line-height:24px;
 
	color: #0FF;
	 text-align:justify;
    
	border-radius:2px;        
    box-shadow: 0 0 8px 4px #666;
	 -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
	  -o-hyphens: auto;
	  -epub-hyphens: auto;
}

