 TD,TR {
            margin: 0;
            padding: 0;
        }
        
        
        
        .bubbleInfo {
	position: relative;
	width: 140px;
	height: 33px;
        }
        .trigger {
	position: relative;
	border: 0;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
         	display: none;
        	z-index: 50;
			margin-left:20px;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(../../img_matite_09/bubble/bubble-1.gif); }
        .popup td.top { background-image: url(../../img_matite_09/bubble/bubble-2.gif); }
        .popup td#topright { background-image: url(../../img_matite_09/bubble/bubble-3.gif); }
        .popup td.left { background-image: url(../../img_matite_09/bubble/bubble-4.gif); }
        .popup td.right { background-image: url(../../img_matite_09/bubble/bubble-5.gif); }
        .popup td#bottomleft { background-image: url(../../img_matite_09/bubble/sx_angolo.gif); height:19px; }
        .popup td#bottomleft2 { background-image: url(../../img_matite_09/bubble/sx_angolo2.gif); height:19px; }
        .popup td.bottom { background-image: url(../../img_matite_09/bubble/bubble-7.gif); text-align: left;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../../img_matite_09/bubble/bubble-8.gif); }
        .popup td#bottomright2 { background-image: url(../../img_matite_09/bubble/dx_angolo.gif); }

        .popup table.popup-contents {
        	background-color: #fff;

			
        	}

        table.popup-contents th {
        	text-align: right;
			font-size:11px;
			font-weight:normal;
			font-style:italic;
			background-color:#FFF;

        	}

        table.popup-contents td {
        	text-align: left;
			background-color:#FFF;
        	}

       
        

