/* CSS Document */

.bubbleInfo {
    position: relative;
	z-index:100;
}
.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	/*background-color:#FF6600;*/
	z-index:101;
}
.popup table{
	width:300px;
}


.popup a:link, .popup a:active, .popup a:visited{
color: #000033;
}

.popup a:hover, .popup a:focus{
color:#daad3a; 
}

.bbl_tl{ background-image:url(../images/bubble/tl.gif); background-repeat:no-repeat; width:15px; height:13px; }
.bbl_t{ background-image:url(../images/bubble/t.gif); background-repeat:repeat-x; height:13px; }
.bbl_tr{ background-image:url(../images/bubble/tr.gif); background-repeat:no-repeat; width:14px; height:13px; }
.bbl_l{ background-image:url(../images/bubble/l.gif); background-repeat:repeat-y; }
.bbl_r{ background-image:url(../images/bubble/r.gif); background-repeat:repeat-y; }
.bbl_bl{ background-image:url(../images/bubble/bl.gif); background-repeat:no-repeat; width:15px; height:35px; }
.bbl_b{ background-image:url(../images/bubble/b.gif); background-repeat:repeat-x; height:35px; overflow:visible; }
.bbl_br{ background-image:url(../images/bubble/br.gif); background-repeat:no-repeat; width:14px; height:35px; }
.bbl_content{ padding:10px; background-color:#FFFFFF; }
.bbl_point{ position:absolute; z-index:100; margin-left:130px; width:35px; height:35px; background-image:url(../images/bubble/point.gif); background-repeat:no-repeat; }