#bubble_tooltip{
	width:280px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../../images/ric/info_bubble_top_RIC.gif');
	background-repeat:no-repeat;
	height:16px;
	margin-left:6px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../../images/ric/info_bubble_middle_RIC.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;

	margin-left:6px;
	/*padding-left:7px;
	padding-right:7px;*/
	padding-left:20px;
	padding-right:40px;
	margin-bottom:2px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	margin-bottom: 6px;
/*		margin:0 15px 5px 20px;*/
		width:210px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../../images/ric/info_bubble_bottom_RIC.gif');
	background-repeat:no-repeat;
	height:40px;
	position:relative;
	top:-6px;
}
/*
#bubble_tooltip .bubble_middle_results{
	background-image: url('../../images/ric/info_bubble_middle_RIC.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;

	margin-left:6px;
	padding-left:20px;
	padding-right:40px;

}
#bubble_tooltip .bubble_middle_results span {
	position:relative;
	width:280px;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
*/
#bubble_tooltip_wide {
/*	width:510px; */
	width:500px;
	position:absolute;
	display:none;
}
#bubble_tooltip_wide  .bubble_top_wide {
	background-image: url('../../images/ric/info_bubble_top_too_wide_RIC.gif');
	background-repeat:no-repeat;
	height:16px;
	margin-left:6px;
}
#bubble_tooltip_wide  .bubble_middle_wide {
	background-image: url('../../images/ric/info_bubble_middle_too_wide_RIC.gif');
	background-repeat:repeat-y;	
/*	background-position:bottom left; */
	background-position:top left;
	
	margin-left:6px;
	padding-left:20px;
	padding-right:40px;
	/*padding-left:7px;
	padding-right:7px;*/
}
#bubble_tooltip_wide  .bubble_middle_wide  span{
	position:relative;
/*	top:-8px; */
    color: #666666; /* med grey */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-weight: bold;
	font-size:11px;
	line-height: 1.5em;
/*	margin-bottom: 6px; */
/*		margin:0 15px 5px 20px;*/
	width:460px;
}
#bubble_tooltip_wide  .bubble_bottom_wide {
	background-image: url('../../images/ric/info_bubble_bottom_too_wide_RIC.gif');
	background-repeat:no-repeat;
	height:40px;
	position:relative;
/*	top:-6px;	*/
}
