      .bubbleInfo {
	position: relative;
	width: 500px;
	height: 12px;
        }
        .trigger {
	position: absolute;
	font-weight: bold;
	padding: 5px;
	text-decoration: underline;
	color: #1773BC;
        }
     
        /* Bubble pop-up */

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

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

        .popup table.popup-contents {
                font-size: 1.1em;
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
				text-shadow: #EEEEEE 1px 1px ;
                }

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

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

        tr.release-notes th {
                text-align: left;
                text-indent: -9999px;
                background: url(../images/tooltip/starburst.gif) no-repeat top right;
                height: 17px;
                }

        tr.release-notes td a {
                color: #333;
        }
		.popup-contents .searchform textarea {
	height: 142px;
	width: 353px;
	font-size: 12px;
		}
