#bubble_tooltip{
       position:absolute;
       display:none;
       z-index:10000;
}
#bubble_tooltip .bubble_top
{
       float:left; 
       height:36px; 
       width:18px; 
       background-image: url('../images/bubble_left.gif');
       background-repeat:no-repeat;
       z-index:10000;       
}
#bubble_tooltip .bubble_middle
{
	float:left; 
	/* height:36px; */
	padding:2px;
	/* background-image: url('../images/bubble_mid.gif'); */
	/* background-repeat:repeat-x; */
	z-index:10000;
	background-color: #F5F5DC;
	border: 1px solid #000000;
}
#bubble_tooltip .bubble_middle span{
       position:relative;   
       font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
       font-size:12px;
       z-index:10000;
}
#bubble_tooltip .bubble_bottom{
       background-image: url('../images/bubble_right.gif');
       background-repeat:no-repeat;      
       height:36px;
       z-index:10000;
       width:18px;
       float:left;
}

#widebubble_tooltip{
	width:380px;
	position:absolute;
	display:none;
	z-index:10000;
}
#widebubble_tooltip .widebubble_top{
	/* background-image: url('../images/widebubble_top.gif'); */
	background-repeat:no-repeat;
	height:16px;
	z-index:10000;	
}
#widebubble_tooltip .widebubble_middle{
	/* background-image: url('../images/widebubble_middle.gif'); 
	background-repeat:repeat-y;	
	background-position:bottom left;*/
	padding:2px;
	z-index:10000;
	background-color: #F5F5DC;
	border: 1px solid #000000;
}
#widebubble_tooltip .widebubble_middle span{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	z-index:10000;	
}
#widebubble_tooltip .widebubble_bottom{
	/* background-image: url('../images/widebubble_bottomz.gif'); */
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
	z-index:10000;
}

