@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: 250px;
}
.gold {color: #FF8B00;}

/* ............................................  */
/* Custom Classes added by Codify Design Studio  */

.sprytrigger {
	cursor:default;
}
.detailBox {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border: 1px solid #999;
}

.tooltipContent .content p {
	margin: 0px;
	padding: 8px 15px 1px 20px;
	color: #525252;
	font-size: 12px;
	font-family: Arial;
	background-image: url(../images/CodifyAssets/tooltip_250.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 16px;
}
.tooltipContent .bottom {
	margin: 0px;
	height: 8px;
	background-image: url(../images/CodifyAssets/tooltip_250.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
