@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: url(../images/white_800x1600.png) no-repeat left top;
	width: 300px;
}

.toolTipTrigger {
	background: #FFC url(../images/question.png) no-repeat right bottom;
	cursor: pointer;
	padding-right: 21px;
}*/



/* 
  -- Base styles --
*/

.tooltip {
 position:relative;
 margin:0px auto;
 min-width:8em;
 width:250px;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#666666;
 z-index:9999;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under tooltip */
 	text-align: left;
	font-size: 0.90em;
}

.tooltip .content,
.tooltip .top,
.tooltip .bottom,
.tooltip .bottom div 
{
background: url(../images/white_800x1600.png) no-repeat top right;  
_background-image:url(../images/white_800x1600.png); 
}

.tooltip .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 20px 0px 0px;
}

.tooltip .top {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.tooltip .bottom {
 /* bottom */
position:relative;
background-position:bottom right;
min-width:100%;
}

.tooltip .bottom,
.tooltip .bottom div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.tooltip .bottom div {
 position:relative;
 width:12px;
 margin-left:-12px;
 background-position:bottom left;
}

.tooltip .term,
.tooltip p{
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 0px 0.5em 0px;
	font-size: 12px;
}

.tooltip p{ 
clear: left;
 }

.tooltip .term {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#007abd;
	padding-top: 15px;
	margin-bottom:10px;
	border-bottom:2px #007abd solid;
}

.tooltip h2 {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0065BD;
	margin:0px;
}
.gloss{
	border-bottom: 2px solid;
	font-weight:bold;
	color: #007abd;
	cursor: pointer;
	}
.spryTT{
	border-bottom: 2px solid;
	font-weight:bold;
	color: #007abd;
	cursor: pointer;
	}
/*CSS for tooltips*/
