	/*	Tool Tips		*/
	#bubble_tooltip{
		width:313px;
		position:absolute;
		display:none;
		visibility:hidden;
		z-index:2000;
	}
	#bubble_tooltip .bubble_top{
		background-image: url('img/top_curve.png');
		background-repeat:no-repeat;
		width:313px;
		height:10px;	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url('img/top_box.gif');
		background-repeat:repeat-y;	
		background-position:top left;
		padding: 30px 15px 0px 15px;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-8px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url('img/box_bottom.png');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		width:313px;
		height:45px;
		position:relative;
		top:-6px;
	}
