.tooltip { border-bottom: none; cursor: pointer; }
.tip-container .tip-top { width: 300px; height: 6px; z-index: 20; background: url("images/tipBackgroundTop.png"); }
.tip-container .tip-bottom { width: 300px; height: 6px; z-index: 20; background: url("images/tipBackgroundBottom.png"); }
.tip-container .tip { width: 300px; z-index: 10; background: url("images/tipBackground.png"); }
.tip-container .tip-title { font-weight: bold; font-size: 11px; margin: 0; color: white; padding: 0px 8px 4px;  }
.tip-container .tip-text { font-size: 11px; color: white; padding: 0px 8px; }