.tooltip_info
{
	position: absolute;
	width: 190px;
	height: 117px;
	display: none;
	text-align: left;
	font-size: 9px;
	z-index: 1;
	
}
.tooltip_info_top
{
	height: 12px;
	width: 250px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/content-styles/images/results/tooltip_bg_top.png');
}
.tooltip_info_top[class]
{
	background: url(../images/results/tooltip_bg_top.png) no-repeat top left;
}
.tooltip_info_bottom
{
	height: 18px;
	width: 250px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/content-styles/images/results/tooltip_bg_bottom.png');
}
.tooltip_info_bottom[class]
{
	background: url(../images/results/tooltip_bg_bottom.png) no-repeat top left;
}
.tooltip_info_mid
{
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	width: 190px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/content-styles/images/results/tooltip_bg_mid.png');
}
.tooltip_info_mid[class]
{
	background: url(../images/results/tooltip_bg_mid.png) repeat-y top left;
}
.tooltip_info img,
.tooltip_operator img
{
	position: absolute;
	top: 20px;
	left: 12px;
}
.tooltip_info h1,
.tooltip_operator h2
{
	font-size: 11px;
	font-weight: bold;
	color: #00245D;
	margin-bottom: 3px;
}
.tooltip_operator
{
	position: absolute;
	width: 190px;
	height: 129px;
	display: none;
	text-align: left;
	font-size: 9px;
}
.tooltip_operator_top
{
	height: 12px;
	width: 250px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/content-styles/images/results/tooltip_bg_top.png');
}
.tooltip_operator_top[class]
{
	background: url(../images/results/tooltip_bg_top.png) no-repeat top left;
}
.tooltip_operator_bottom
{
	height: 18px;
	width: 250px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/content-styles/images/results/tooltip_bg_bottom.png');
}
.tooltip_operator_bottom[class]
{
	background: url(../images/results/tooltip_bg_bottom.png) no-repeat top left;
}
.tooltip_operator_mid
{
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	width: 190px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/content-styles/images/results/tooltip_bg_mid.png');
}
.tooltip_operator_mid[class]
{
	background: url(../images/results/tooltip_bg_mid.png) repeat-y top left;
}
