/* Tooltip Core: Do Not Edit! */

#tooltip
{
	/*position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;*/
}

#tooltip div
{
    /*margin: 0;*/
}


/* Tooltip Styling: Editable */

#tooltip.pretty
{
    position: absolute;
    z-index: 3000;
    
	border: none;
	width: 260px;
	padding:20px;
	height: 155px;
	opacity: 0.85;
	background: url('/images/shadow.png');
	
	left: 120px;
}
#tooltip.pretty strong
{
	font-size: 12px;
	font-weight: bold;
}
#tooltip.pretty div
{
    position: absolute;
    top: 15px;
    width: 260px;
    text-align: left;
    font-size: 12px;
	font-weight: normal;
}


