﻿
.tooltipContainer
{
	position: absolute;
	overflow: hidden;
}
.tooltipTop{
	background:url(../Images/Content/tooltip_top.gif) no-repeat left top;
	width:127px;
	height:7px;
	overflow:hidden;
	position:relative;
	
}

.tooltipBody{
	background:url(../Images/Content/tooltip_bottom.gif) no-repeat right bottom;
	width:127px;
	text-align:left;
	position:relative;
}

.tooltipContent{
	padding:0 10px 16px;
	line-height:14px;
}

*:first-child+html .tooltipTop{
	background:url(../Images/Content/tooltip_top.gif) no-repeat left top;
	_background-position:-2px 0px;
}

*:first-child+html .tooltipBody{
	background: transparent url(../Images/Content/tooltip_bottom.gif) no-repeat right bottom;
}

* html .tooltipTop
{
	_width:122px;
	_height:10px;
	background: transparent url(../Images/Content/tooltip_top.gif) no-repeat left top;
	_background-position:-3px 0px
	
}

* html .tooltipBody{
	background: url(../Images/Content/tooltip_bottom.gif) no-repeat right bottom;
	_width:122px;
	
	_background-position-x:-3px;
	
}