.TooltipTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6a7681;
	border-right-color: #6a7681;
	border-bottom-color: #6a7681;
	border-left-color: #6a7681;
	font-size: 3px;
	background-image: url(images/Tooltip_Box_BG.gif);
	background-repeat: repeat;
}
.TooltipRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6a7681;
	border-right-color: #6a7681;
	border-bottom-color: #6a7681;
	border-left-color: #6a7681;
	font-size: 5px;
	background-image: url(images/Tooltip_Box_BG.gif);
	background-repeat: repeat;
}
.TooltipMiddle
{
	background-image: url(images/Tooltip_Box_BG.gif);
	background-repeat: repeat;
	font-family: Tahoma, "Traditional Arabic" , Arial;
	font-size: 9px;
	color: #FFFFFF;
	text-align:center;
}
.TooltipLeft {
	background-image: url(images/Tooltip_Box_BG.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6a7681;
	border-right-color: #6a7681;
	border-bottom-color: #6a7681;
	border-left-color: #6a7681;
	font-size: 5px;
}
.TooltipBottom {
	font-size: 4px;
	background-image: url(images/Tooltip_Box_BG.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6a7681;
	border-right-color: #6a7681;
	border-bottom-color: #6a7681;
	border-left-color: #6a7681;
}
.TooltipBoxBottomRightCorner
{
	background-image:url(images/Tooltip_Box_BottomRightCorner.gif)
	}	
.TooltipBoxBottomLeftCorner
{
	background-image:url(images/Tooltip_Box_BottomLeftCorner.gif)
	}
.TooltipBoxTopLeftCorner
{
	background-image:url(images/Tooltip_Box_TopLeftCorner.gif)
	}
.TooltipBoxTopRightCorner
{
	background-image:url(images/Tooltip_Box_TopRightCorner.gif)
}