/* -------- popup napoveda -------------------------*/
.tooltip_button, .tooltip-close
{
  border:none;
  background-color:yellow;
  padding:0px;
  margin:0px;
  font-size:80%;
  width:16px;
  height:16px;
  background:url('pics/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('pics/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:1;
  font:10px/13px Verdana;
  border-top:1px solid orange;
  border-bottom:1px solid orange;
  background:url('pics/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;
}

div.tooltip a, div.tooltip a:hover 
{
  color: #537bb9;
  text-decoration: none;
  border: none;
  cursor:pointer;
}
