.up * {
            margin: 0;
            padding: 0;
        }
        
        
        body {
            padding: 10px;
        }
        
        h1 {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        p {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        .o {
				margin:-8px;margin-bottom:-25px;width:52px;border:0px solid white; height:32px;cursor:pointer;
				*cursor:hand;
				}
				
        .uno {
				margin:0px;margin-bottom:-18px;*margin-bottom:-9px;text-align:center;width:52px;
				border:0px solid white; height:32px;cursor:pointer;*cursor:hand;
				}
				
        .un {
				*margin-bottom:12px;*cursor:hand;
				}
        
        .bubbleInfo, .binfo, .bclick {
            position: relative;
        }  /*     
				 .binfo {
            display:none;
        }*/
        .trigger, .o {
          /*  position: absolute;*/
        }
     
        /* Bubble pop-up */

        .up {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        	width:280px;
        }        
				
        .up td.corner {
        	height: 15px;
        	width: 19px;
        }

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

        .up table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}
        	
        	.up .profil {
					padding:10px;
					background:white;
					color:black;
					width:200px;
					font-weight:normal;
					}
        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(../img/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }
        
