@charset "utf-8";
#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}


#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	width:1px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border-top:1px solid #009933;
	border-left:1px solid #009933;
	border-right:1px solid #006633;
	border-bottom:1px solid #006633;
	right:0px;	
	bottom:5px;
	position:absolute;
	width:220px;	
	height:220px;	
	background-color:#FFFFFF;
	color:#333333;	
	padding:0;	
	font-size:0.8em;	
	overflow:auto;	
	z-index:1000001;
}