 .bubbleInfo {
            position: relative;
			left:2px;
        }
        .trigger {
            position: relative;
        }
     
        /* Bubble pop-up */

        .popup {
			width:220px;
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(../img/tip/bubble-1.png); }
        .popup td.top { background-image: url(../img/tip/bubble-2.png); }
        .popup td#topright { background-image: url(../img/tip/bubble-3.png); }
        .popup td.left { background-image: url(../img/tip/bubble-4.png); }
        .popup td.right { background-image: url(../img/tip/bubble-5.png); }
        .popup td#bottomleft { background-image: url(../img/tip/bubble-6.png); }
        .popup td.bottom { background-image: url(../img/tip/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../img/tip/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 11px;
        	line-height: 1.1em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        }

        table.popup-contents td {
        	text-align: left;
        }

        tr#release-notes td a {
			height:25px;
			padding:2px 0 2px 25px;
			background: url(../img/pdf.gif) no-repeat top left;
        	color: #333;
        }


