
/* ---------- Tooltips ---------- */

.tooltips dl {
	position: relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

/* Definition list styles */
.tooltips dl {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	display: none;
	color: #fff;
	margin-left: -20px;
	padding: 10px;
	border: 2px solid #d7d7d7;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background: #fff url(common/images/bkg_toolTip.jpg) repeat-x 0 0;
	z-index: 100;
}

.tooltips dl.above {
	margin-top: -10px;
}

.tooltips dl.below {
	margin-top: 25px;
}

/* Definition terms style */
.tooltips dt {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #00A1DE;
	border-bottom: 1px solid #999;
}

.tooltips dt .close {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 14px;
	width: 14px;
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	background: url(/common/images/gfx_tooltip_close.png) no-repeat 0 0;
}

/* Definition styles */
.tooltips dd {
	margin: 0;
	padding: 0;
	color: #666;
}

.tooltips dd a {
	color: #00A1DE;
}

.tooltips dd a:hover {
	color: #00478C;
}

.tooltips dd .direction-indicator {
	position: absolute;
	top: -10px;
	left: 30px;
	bottom: auto;
	display: block;
	width: 21px;
	height: 10px;
	background: url(/common/images/gfx_tooltip_arrow.png) no-repeat;
}

.tooltips .above dd .direction-indicator {
	top: auto;
	bottom: -10px;
	background-position: 0 100%;
}

.term-definition {
	margin-bottom:5px;
	display:block;
}

