
        
        .bubbleInfo {
            position:relative;
			top:5px;
			left:4px;
			
        }
        .trigger {
         position: relative;
        margin:6px 0px 10px 10px;            
        }
     	
     	.trigger2 {
     		position:relative;
     	}
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }
        
      
        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(images/bubble-1.png); }
        .popup td.top { background-image: url(images/bubble-2.png); }
        .popup td#topright { background-image: url(images/bubble-3.png); }
        .popup td.left { background-image: url(images/bubble-4.png); }
        .popup td.right { background-image: url(images/bubble-5.png); }
        .popup td#bottomleft { background-image: url(images/bubble-6.png); }
        .popup td.bottom { background-image: url(images/bubble-7.png); text-align: center;}
        .popup td.bottom images { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(images/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }
/****LIBRINI****/

  .popup2 {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup2 td.corner {
        	height: 27px;
        	width: 19px;
        }

        .popup2 td#topleft { background-image: url(images/bubble-1.png); }
        .popup2 td.top { background-image: url(images/bubble-2.png); }
        .popup2 td#topright { background-image: url(images/bubble-3.png); }
        .popup2 td.left { background-image: url(images/bubble-4.png); }
        .popup2 td.right { background-image: url(images/bubble-5.png); }
        .popup2 td#bottomleft { background-image: url(images/bubble-6.png); }
        .popup2 td.bottom { background-image: url(images/bubble-7.png); text-align: center;}
        .popup2 td.bottom images { display: block; margin: 0 auto; }
        .popup2 td#bottomright { background-image: url(images/bubble-8.png); }

        .popup2 table.popup-contents {
        	font-size: 12px;
        	width: 150px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup2-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup2-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }

.flottante {
	float:left;
}

.bubbleInfo a:link,
.bubbleInfo a:visited {
	color:#393637;
	text-decoration: none;
}

.bubbleInfo a:hover {
	text-decoration: underline;
}
