﻿ h1 {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        p {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        .infoflash
        {
			color:#0480B7;
			font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-style:normal;
font-variant:normal;
font-weight: bold;

        }
        .bubbleInfo {
            position: relative;
            display:block;
            /*top: 150px;
            left: 100px;*/
            /*width: 500px;*/
            
            
        }
        .trigger {
            /*position: absolute;*/
        }
     
        /* Bubble pop-up */

        .popup {
                position: absolute;
                display: none;
                z-index: 50;
                border-collapse: collapse;
                width:450px;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }

        .popup td#topleft { background-image: url(/images/coda/bubble-1.gif); }
        .popup td.top { background-image: url(/images/coda/bubble-2.gif); }
        .popup td#topright { background-image: url(/images/coda/bubble-3.gif); }
        .popup td.left { background-image: url(/images/coda/bubble-4.gif); }
        .popup td.right { background-image: url(/images/coda/bubble-5.gif); }
        .popup td#bottomleft { background-image: url(/images/coda/bubble-6.gif); }
        .popup td.bottom { background-image: url(/images/coda/bubble-7.gif); text-align: center;}
        .popup td.bottom img { display: block; margin: 0px 0px 0px 5px; float:right;}
        .popup td#bottomright { background-image: url(/images/coda/bubble-8.gif); }

        .popup 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;
                }

        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/coda/starburst.gif) no-repeat top right;
                height: 17px;
                }

        tr#release-notes td a {
                color: #333;
        }
        
        .clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
