        .bubbleInfo {
            position: relative;
			width:546px;
		}
        .trigger {
            position: relative;
		
        }
     
        /* Bubble pop-up */

        .popup {
	position: absolute;
	display: none;
	z-index: 9999;
	border-collapse: collapse;
	width:335px;
        }

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

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

        .popup table.popup-contents, .popup p {
        	font-size: 11px;
        	line-height: 1.4em;
        	background-color: #fff;
        	color: #1a2538;
			margin-bottom:0px;
        	font-family: Arial, Helvetica, sans-serif;
        	}
		.popup p {
			margin-bottom:9px;
		}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}
table.popup-contents tr {
			background:#fff;
}
        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;
        }
        
ul.pop-list li {
	margin:0 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:8px 0px;
	line-height:18px;
}
