@charset "utf-8";
/* CSS Document */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
	float:left;
}

#ajax_tooltipObj div{
	position:relative;
}


#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url(../images/arrow.gif);
	width:25px;
	position:absolute;
	right:100px;
	top:92px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:20px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #ccc;	/* Border width */
	right:0;	/* Same as border thickness */
	top:110px;
	position:absolute;
	width:148px;	/* Width of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow: visible;	/* Hide overflow content */
	z-index:1000001;
	font-size: 10px;
	color:#666666;
}