 table.popupBubble tr td, table.popupBubble tr th {
padding:0px;
}
#popupContainer {
position:absolute;
left:0;
top:0;
display:none;
z-index: 20000;
width:238px;
}

p.popupLine {
float:left;
margin:0;
padding:0 0 5px;
border-bottom:1px solid #eaeaea;
background-color: #fff;
width: 200px;

}
#popupContent span.popupBubble_name {
float:left;

}
#popupContent span.popupBubble_value {
overflow:hidden;
float:left;
}

#popupContent {
background-color: #fff;
width: 200px;
min-height:20px;

}

.popupBubble .corner {width: 19px;height: 15px;}
.popupBubble .topLeft {background: url(images/blue/balloon_topLeft.png) no-repeat;}
.popupBubble .bottomLeft {background: url(images/blue/balloon_bottomLeft.png) no-repeat;}
.popupBubble .left {background: url(images/blue/balloon_left.png) repeat-y;}
.popupBubble .right {background: url(images/blue/balloon_right.png) repeat-y;}
.popupBubble .topRight {background: url(images/blue/balloon_topRight.png) no-repeat;}
.popupBubble .bottomRight {background: url(images/blue/balloon_bottomRight.png) no-repeat;}
.popupBubble .top {background: url(images/blue/balloon_top.png) repeat-x;}
.popupBubble .bottom {background: url(images/blue/balloon_bottom.png) repeat-x;text-align: center;}