/* Tooltip styles */
a.tooltip{border-bottom: 1px #00456C dashed; color: #00456C; font-weight: bold; text-decoration: none; white-space: nowrap;}
a.tooltip:hover, a.tooltipOn{background: #FFE4AF; border-bottom: none; color: #000; font-weight: bold; text-decoration: none; white-space: nowrap;}
div#tooltipBox{background: #f4f4f4; border: 1px #ccc solid; display: none; padding: 10px 25px 15px 10px; position: absolute; width: 200px; z-index: 1000;}
* html div#tooltipBox{width: 235px;}
div#tooltipClose{position: absolute; right: 3px; top: 3px;}
div#tooltipText{line-height: 16px; margin-right: 3px; margin-top: 3px; text-align: left;}
div#tooltipCloseBtn a:hover{background: none; color: #125e3a;}
iframe#tooltipShadow{background: #666; border: 1px solid #000; display: none; filter: alpha(opacity=60); opacity: .6; position: absolute; width: 235px; z-index: 999;}
* html iframe#tooltipShadow{width: 233px;}