/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* sd */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	width:0px;
	height: 0px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
background: url("/i/q/layout/ajaxback.gif") top left no-repeat;
	left: -100px;	/* Same as border thickness */
	top:18px;
	position:absolute;
	width:492px;	/* Width of tooltip content */
	height:300px;	/* Height of tooltip content */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:100;
}
