table,caption,tbody,tfoot,thead,tr,th,td,p
	{
	border: 0pt none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	padding: 0pt;
}
/* Bubble pop-up */
.coda_bubble {
    position: relative;
    top: 0px;
    left: 0px;
    width:29px;
    text-align:left;
    float:left;
}
.popup {
    position: absolute;
    display: none;
    z-index: 495;
    border-collapse: collapse;
}

.popup td.corner {
    height: 6px;
    width: 4px;
    background-repeat: no-repeat;
}

.popup td.topleft { background-image: url(../_img/skins/grey/bubble-1.png); background-position: top left;}
.popup td.top { background-image: url(../_img/skins/grey/bubble-2.png); background-position: top center; background-repeat: repeat-x;}
.popup td.topright { background-image: url(../_img/skins/grey/bubble-3.png); background-position: top right;}
.popup td.left { background-image: url(../_img/skins/grey/bubble-4.png); background-position: top left; height: 13px;}
.popup td.right { background-image: url(../_img/skins/grey/bubble-5.png); background-position: top right;}
.popup td.bottomleft { background-image: url(../_img/skins/grey/bubble-6.png); background-position: top left;}
.popup td.bottom { background-image: url(../_img/skins/grey/bubble-7.png); text-align: center; background-position: top; background-repeat: repeat-x;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td.bottomright { background-image: url(../_img/skins/grey/bubble-8.png); background-position: top right;}

.popup table.popup-contents {
    font-size: 12px;
    line-height: 0em;
    background-color: #fff;
    color: #666;
    font-family: "Arial", "Verdana", "Lucida Sans", sans-serif;
    
}

table.popup-contents th {
    text-align: right;
    text-transform: lowercase;
}

.popup table.popup-contents p {
   text-align: center;
   line-height: 0px;
   color: #555555;
}
.popup td.bubble_content {
   text-align: center;
   background: #e2e2e2;
   font-family: "Arial",  sans-serif;
   font-size:12px;
   padding:0px;
   color: #555555;
   line-height: 18px;
   margin: 0;
   background-image: url(../_img/skins/grey/bubble-content.gif); background-position: top left;}
}
.trigger{
	font-family: "verdana", arial, sans-serif;
	font-size:12px;
}
