.toolTip {
	padding-left: 0px;
	padding-right: 2px;
	/*background: url(../../images/affBg.gif) no-repeat right;*/
	color: #ffffff;
	position: relative;
	z-index: 10000;
}
.toolTipWrapper {
	width: 175px;
	position: absolute;
	top: 0px;
	display: none;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
.toolTipTop {

}
.toolTipMid3 {
	display: inline;
	padding: 0px 0px 0px 0px;
	width: 175px;
	height: 10px;
	background: #ffffff url(../../images/bubbleMid3.gif) repeat;
}
.toolTipBtm {
	width: 175px;
	height: 6px;
	background: url(../../images/bubbleBtm.gif) no-repeat;
}
.toolTipContent{
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: #ffffff url(../../images/bubbleMid3.gif) repeat-y top;
}
