        * {
            margin: 0;
            padding: 0;
        }
        
        body {
	background-color: #A6A195;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        }
ul {
	list-style-type: none;
}
        
        h1 {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        p {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        .bubbleInfo {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 300px;
        }
		.Info {
	height: 180px;
	width: 280px;
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #F9EB54;
	padding: 10px;
        }
li {
	float: left;
}
        .trigger {
        }
     
        /* Bubble pop-up */

        .popup {
	display: none;
	z-index: 50;
	border-collapse: collapse;
	margin-left: 40px;
	margin-top: -100px;
	position: relative;
	height: 100px;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }

        .popup td#topleft { background-image: url(../images/bubble-1.gif); }
        .popup td.top { background-image: url(../images/bubble-2.gif); }
        .popup td#topright { background-image: url(../images/bubble-3.gif); }
        .popup td.left { background-image: url(../images/bubble-4.gif); }
        .popup td.right { background-image: url(../images/bubble-5.gif); }
        .popup td#bottomleft { background-image: url(../images/bubble-6.gif); }
        .popup td.bottom { background-image: url(../images/bubble-7.gif); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../images/bubble-8.gif); }

        .popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	background-image: url(../images/background.gif);
                }

        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;
                height: 17px;
                }

        tr#release-notes td a {
                color: #333;
        }
a {
	color: #000000;
}
.sfondocella {
	background-image: url(../images/background.gif);
}

