@charset "UTF-8";

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip { position: absolute; z-index: 1010;  filter:alpha(opacity:0.1); }

.tooltipContent { background-color: #D8D8D8; color:#000; top: 220px; left: 80px; }

.HTMLPanelLoading { height:30px; background: url(images/loader.gif) no-repeat center; }

.HTMLPanelLoadingContent { display: none; }

.trigger { height:25px; width:auto; padding-left:10px; padding-top:10px; text-decoration:none; margin-top:1px; cursor:pointer; }

#tooltip { width:auto; border: 1px solid black; padding:10px; }
