@charset "utf-8";
/* CSS Document */
html,body{overflow:hidden}
 *{margin:0;padding:0;border:0;font:11px Arial, Helvetica, sans-serif ;color:#6c7270}

    strong,b{font-weight:bold}
    body{padding:10px;padding-top:0px}
    #left{width:493px;float:left;border-right:1px solid #444;height:414px;overflow:visible;background:url(ajax.gif) no-repeat center}
        #headline{margin:5px 0 6px 0}
        .flash{display:none;height:360px}
    #right{width:285px;float:left;padding-left:10px}
    .c{clear:both}



        .bubbleInfo {
            position: relative;
            top: 00px;
            left: 000px;
            width: 40px;
        }
        .trigger {
            position: absolute;
            height:28px;width:23px;
        }
		 /* Bubble pop-up */
		
        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
            width:100px;border:1px solid #999;background:white;
        }




        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
            width:95px;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: center;
        	}

        table.popup-contents td {
        	text-align: center;
        	}

        tr#release-notes th {
        	text-align: center;
        	text-indent: -9999px;
        	background: url(starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }
		.popup *{text-align:center}

