#bubble_ypsilon{
	width:180px;
	position:absolute;
	display:none;
	cursor:hand;
}
#bubble_ypsilon .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:9px;	
}
#bubble_ypsilon .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
.ypsilon_ballon_contents{

	font-family: Arial;
	font-size:12px;
	line-height:15px;
	padding:3px;	
}
#bubble_ypsilon .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	height:35px;	
}
#bubble_tooltip_title{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:1px;	

}

.ypsilon_ballon_title{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:1px;

}

.ypsilon_ballon_link{ 
	height:20px;
	text-align:right; 
	padding-right:8px;	
}

.ypsilon_ballon_link a{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#0066FF;
	text-decoration:underline;
}

.ypsilon_ballon_link a:hover{
	text-decoration:none;
}

