﻿
/* Bubble pop-up */

	.bubbleInfo_coda {
	position: relative; 
        }
        .trigger {
/*        position: absolute; */
    	
	}
        .popup_coda {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        	width: 250px;
        }
 
        .popup_coda td.corner_coda {
        	height: 15px;
        	width: 19px;
        }
 
        .popup_coda td#topleft { background-image: url('../images/coda/bubble-1.png'); }
        .popup_coda td.top_coda { background-image: url('../images/coda/bubble-2.png'); }
        .popup_coda td#topright { background-image: url('../images/coda/bubble-3.png'); }
        .popup_coda td.left_coda { background-image: url('../images/coda/bubble-4.png'); }
        .popup_coda td.right_coda { background-image: url('../images/coda/bubble-5.png'); }
        .popup_coda td#bottomleft { background-image: url('../images/coda/bubble-6.png'); }
        .popup_coda td.bottom_coda { background-image: url('../images/coda/bubble-7.png'); text-align: center;}
        .popup_coda td.bottom_coda img { display: block; margin: 0 auto; }
        .popup_coda td#bottomright { background-image: url('../images/coda/bubble-8.png'); }
 
        .popup_coda table.popup-contents_coda {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}
 
        table.popup-contents_coda th {
        	text-align: right;
        	text-transform: lowercase;
        	}
 
        table.popup-contents_coda td {
        	text-align: left;
        	}
 
        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url('../images/coda/starburst.gif') no-repeat top right;
        	height: 17px;
        	}
 
        tr#release-notes td a {
        	color: #333;
        }