
        
        .bubbleInfo {
            position: relative;
            top: 0px;
            left: 0px;
            width: 150px;
        }
        .trigger {
            
        }
     
        /* 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_tooltip/bubble-1.png); }
        .popup td.top { background-image: url(images/bubble_tooltip/bubble-2.png); }
        .popup td#topright { background-image: url(images/bubble_tooltip/bubble-3.png); }
        .popup td.left { background-image: url(images/bubble_tooltip/bubble-4.png); }
        .popup td.right { background-image: url(images/bubble_tooltip/bubble-5.png); }
        .popup td#bottomleft { background-image: url(images/bubble_tooltip/bubble-6.png); }
        .popup td.bottom { background-image: url(images/bubble_tooltip/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(images/bubble_tooltip/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background: #fff url(images/textura.jpg);
        	color: #f8f7ef;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
		color: #cda14e;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr.release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(images/bubble_tooltip/starburst.png) no-repeat 40px 3px;
        	height: 17px;
        	}

        tr.release-notes td a {
        	color: #f8f7ef;
		text-decoration: underline;
        }

	tr.release-notes td a:hover {
        	color: #cda14e;
		text-decoration: underline;
        }