.codabubble table, 
.codabubble caption, 
.codabubble tbody, 
.codabubble tfoot, 
.codabubble thead, 
.codabubble tr, 
.codabubble th, 
.codabubble td
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

/* Bubble Trigger */
.coda_bubble {
   cursor: help;
   top: 0px;
   left: 0px;
   position: relative;
   display: inline;
   z-index: 99;
}

/*
.coda_bubble span
{
   z-index: 999;
}
*/

/* Bubble pop-up */
.codabubble {
    cursor: help;
    position: absolute;
    display: none;
    z-index: 98;
    border-collapse: collapse;
}

.codabubble td.bubble_corner {
    height: 15px;
    width: 19px;
}

.codabubble td.bubble_left, .codabubble td.bubble_right
{

   width: 19px;
   background-repeat: repeat-y;
}

.codabubble td.bubble_topleft { background-image: url(images/skins/classic/bubble-1.png); }
.codabubble td.bubble_top { background-image: url(images/skins/classic/bubble-2.png); }
.codabubble td.bubble_topright { background-image: url(images/skins/classic/bubble-3.png); }
.codabubble td.bubble_left { background-image: url(images/skins/classic/bubble-4.png); }
.codabubble td.bubble_right { background-image: url(images/skins/classic/bubble-5.png); }
.codabubble td.bubble_bottomleft { background-image: url(images/skins/classic/bubble-6.png); }
.codabubble td.bubble_bottom { background-image: url(images/skins/classic/bubble-7.png); text-align: left; }
.codabubble td.bubble_bottom div { background-image: url(images/skins/classic/bubble-tail2.png); display: block; margin: 0; width: 30px; height: 29px; }
.codabubble td.bubble_bottomright { background-image: url(images/skins/classic/bubble-8.png); }



.codabubble 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;
}

.codabubble td.bubble_content {
   background: white;
   font-family: "Trebuchet MS",  sans-serif;
   font-size: 11px;
   padding: 0px;
}
