@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
{
	/*width: 240px; */
	width: 180px;


	background-color:#E6FCFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Optima, 'Calisto MT', 'Californian FB',Arial, Helvetica, sans-serif; /* added 22-may-2012 */
	font-size: 14px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border: 2px solid #27486D;
	-webkit-box-shadow: inset 0px 0px 20px 12px rgba(17, 114, 113, .2);
	-moz-box-shadow: inset 0px 0px 20px 12px rgba(17, 114, 113, .2);
	box-shadow: inset 0px 0px 20px 12px rgba(17, 114, 113, .2);
}


.tooltipContent h5
{
	font-size:14px;
	color:#333;
	text-align: center; /* added 8-jun-2012*/

}
/* added following to get rid of fuzzy synopsis 16-may-2012 */

.tooltipContent h6
{
	/*font-size:12px;  changed 1-jun-2012*/
	font-size:14px; 
	color:#333;
	padding-bottom:10px;
	padding-top:3px;
	background-image: url(../../img/divider.gif);
	background-repeat: no-repeat;
	/*background-position: left bottom; */
	background-position: center bottom;
	text-align: center;
}

.tooltipContent p
{
	padding-top: 5px;
	font-size:12px;
	line-height:15px;
	color:#333;
	padding-bottom: 8px; /* added 11-jun-2012 */ /* added 11-jun-2012 */
	
	
}
