		 * {
            margin: 0;
            padding: 0;
        }
        
        h1 {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        p {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        .bubbleInfo {
            position: relative;
            
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popupX {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        
        }
	
		 .popup {
        	position: absolute;
        	width:160px;
        	height:170px;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        	background:url(../ImagesX/Bubble.png);
        
        }

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

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

        .popup table.popup-contents {
        	font-size: 12px;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

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

        table.popup-contents td {
        	text-align: left;
        	}

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

        tr#release-notes td a {
        	color: #333;
        }
        
        table{
        	font-size:12px;	
        }
        
        .xBubble{
        position:absolute;
        width:160px;
        height:170px;
        background:url(ImagesX/Bubble.png);	
        }
        
        .bubbleText{
        position:absolute;
        width:140px;
        height:140px;
        left:10px;
        top:10px;	
        }
        
        .bubbleTitle{
        position:absolute;
        width:60px;
        height:140px;
        text-align:right;
        font-size:12px;
		color:rgb(160,160,160);	
		font-weight:bold;
		line-height:23px;
        }
        
       	.bubbleSpace{
        position:absolute;
        left:60px;
        width:5px;
        height:100%;
       	}
       	
       	.bubbleDescription{
        position:absolute;
        width:85px;
        height:140px;
		left:65px;
		font-size:11px;	
		color:rgb(140,140,140);
		line-height:23px;
		}
		
		ul{
		list-style:none;	
		}
