#bubble_tooltip{
	width:147px;
	position:absolute;
	/*display:none;*/
	
}
#bubble_tooltip .bubble_top{
	background-image: url(../Images/tooltop.gif);
	background-repeat:no-repeat;
	height:11px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url(../Images/tooltopmiddle.gif);
	background-repeat:repeat-y;
	background-position:left bottom;
	padding-left:20px;
	padding-right:7px;
	padding-top: 12px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../Images/tooltopmiddlebottom.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	height:36px;
	position:relative;
	top:-6px;
	margin-top: 5px;
}

#bubble_tooltip2{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip2 .bubble_top{
	background-image: url(../Images/tooltop2.gif);
	background-repeat:no-repeat;
	height:11px;	
}
#bubble_tooltip2 .bubble_middle{
	background-image: url(../Images/tooltopmiddle2.gif);
	background-repeat:repeat-y;
	background-position:left bottom;
	padding-left:20px;
	padding-right:7px;
	padding-top: 12px;
}
#bubble_tooltip2 .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:12px;
	color: #000000;
}
#bubble_tooltip2 .bubble_bottom{
	background-image: url(../Images/tooltopmiddlebottom2.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	height:36px;
	position:relative;
	top:-6px;
	margin-top: 5px;
}

#bubble_tooltip3{
	width:147px;
	position:absolute;
	display:none;
	z-index:1000;
}
#bubble_tooltip3 .bubble_top{
	background-image: url(../images/tooltop3.gif);
	background-repeat:no-repeat;
	height:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
}
#bubble_tooltip3 .bubble_middle{
	background-image: url(../images/tooltopmiddle3.gif);
	background-repeat:repeat-y;
	background-position:left bottom;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
}
#bubble_tooltip3 .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:12px;
	color: #000000;
}
#bubble_tooltip3 .bubble_bottom{
	background-image: url(../images/tooltopmiddlebottom3.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	height:36px;
	position:relative;
	top:-6px;
	margin-top: 5px;
}
