@charset "utf-8";
/* CSS Document */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCCCCC;
	background-color: #FFFBA2;
	font-size: 11px;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 200px;
	overflow: visible;
}
#tooltip  h3   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0;
	display: block;
	position: relative;
	height: auto;
	width: auto;
	line-height: 22px;
	background-color: #FFFBA2;
	background-image: none;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background-image: url(../images/shadow.png);
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	padding-top: 5em;
	height: 100px;
	background-image: url(../images/shadow.png);
}
#tooltip div.url {
	color: #0000FF;
	padding-top: 10px;
}
#tooltip   div.body   {
	padding-top: 5px;
}
