/* -------- popup napoveda -------------------------*/
.tooltip_button, .tooltip-close
{
  border:none;
  background-color:yellow;
  padding:0px;
  margin:0px;
  font-size:80%;
  width:16px;
  height:16px;
  background:url('/pix/tooltips/popup-helpico.gif') no-repeat top left transparent;
  cursor:pointer;
}

.tooltip-close
{
  float:right;
  width:16px;
  height:16px;
  margin:-3px -3px 0px 0px;
  background-image:url('/pix/tooltips/popup-closeico.gif');
}

div.tooltip
{
  margin:0px 0px 0px 0px;
  position:absolute;
  background:white;
  width:220px;
  padding:10px;
  height:auto;
  text-align:justify;
  display:none;
  z-index:6;
  font:10px/13px Verdana;
  border-top:1px solid orange;
  border-bottom:1px solid orange;
  background:url('/pix/tooltips/tooltipbg.png') repeat-y top left transparent;
}

div.tooltip h4
{
  margin:0px 0px 2px 0px;
  padding:0px 0px 8px 0px;
  font-size:125%;
  width:100%;
  border-bottom:1px solid orange;
}
