
/* CSS needed for the script */

#ajax_tooltipObj{



	z-index:1000000;



	text-align:left;



}



#ajax_tooltipObj div{



	position:relative;



}

#ajax_tooltipObj .ajax_tooltip_content{



	border:1px solid #b12904;	/* Border width */



	top:0px;



	position:absolute;



	width:202px;	/* Width of tooltip content */



	height:165px;	/* Height of tooltip content */



	background-color:#000;	/* Background color */



	padding:7px;	/* Space between border and content */



	font-size:11px;	/* Font size of content */

	

	color: #ffffff;



	overflow:auto;	/* Hide overflow content */



	z-index:1000001;



}
