/* ================================================================ 
		Copyright 2006 GIN Systems Inc. All rights reserved
=================================================================== */
.balloonlink:hover {display: block; }
.balloonlink .lbballoon { display: none; z-index:80000; font-family: verdana, sans-serif; }
.balloonlink:hover .lbballoon { visibility:visible;font-size:.9em; border:1px solid #c9d5e2; border-width:1 1px; 
display: block;
padding:10px 10px 10px 10px;
color:#0e1e7d; 
position: absolute; 
background:#ebf1f0 url(../images/buttons/icon_ov.gif) no-repeat bottom center ; 
height: 150px; 
width: 300px}

