

#preload img
{
	height: 0;
	width: 0;
	border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
} 

.Tooltip
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: none;
	width: 305px;
	font: 10pt Arial;
	color: #000;
}

.TooltipLeft, .TooltipRight, .TooltipUpLeft, .TooltipUpRight
{
	display: none;
}

.TooltipBottomLeft, .TooltipBottomRight, .TooltipTopUpLeft, .TooltipTopUpRight
{
	font-size: 1px;
	height: 9px;
}

.TooltipContentLeft, .TooltipContentRight, .TooltipContentUpLeft, .TooltipContentUpRight
{
	width: 255px;
	vertical-align: top !important;
	text-align: left !important;
	white-space: normal !important;
	color: #000;
}

.TooltipBottomLeft
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/tooltipBottom_Left.gif) no-repeat bottom;
}

.TooltipBottomRight
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/tooltipBottom_Right.gif) no-repeat bottom;
}

.TooltipTopUpLeft
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/tooltipTop_UpLeft.gif) no-repeat;
}

.TooltipTopUpRight
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/tooltipTop_UpRight.gif) no-repeat;
}

.TooltipContentLeft
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/tooltipTop_Left.gif) no-repeat top;
	padding: 15px 10px 10px 40px !important;
}

.TooltipContentRight
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/tooltipTop_Right.gif) no-repeat top;
	padding: 15px 35px 10px 15px !important;
}

.TooltipContentUpLeft
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/tooltipBottom_UpLeft.gif) no-repeat bottom;
	padding: 5px 10px 15px 40px !important;
}

.TooltipContentUpRight
{
	background: url(/CfgAPImagesCentral/Images/Medias/Layout/tooltipBottom_UpRight.gif) no-repeat bottom;
	padding: 5px 35px 15px 15px !important;
}


