/* @override 
	http://localhost:8888/admin-propa/za-propa/lib/css/jquery.tooltip.css
*/



#tooltip.image {
	position: absolute;
	z-index: 3000;

	padding: 0;
	border:0;
}
#tooltip.image .body{
	background: url(../img/themes/blue/tooltip-arrow-up.png) no-repeat top;
	height:28px;
	position: relative;
	left: -50%;
	max-width: 300px;


}
#tooltip.image .ctnr{
	position: relative;
	top: 5px;
	background: url(../img/themes/blue/bg-tooltip.gif) repeat-x bottom #2a96c2;
	color: #fff;
	padding: 2px 14px;
}




#tooltip.right {
	position: absolute;
	z-index: 3000;

	padding: 0;
	border:0;
}
#tooltip.right .body{
	background: url(../img/themes/blue/tooltip-arrow-left.png) no-repeat left 7px;
	height:28px;
	position: relative;
	max-width: 300px;


}
#tooltip.right .ctnr{
	position: relative;
	left: 5px;
	background: url(../img/themes/blue/bg-tooltip.gif) repeat-x bottom #2a96c2;
	color: #fff;
	padding: 2px 14px;
}

