@CHARSET "UTF-8";
#dhtmltooltip{
   color: #b7c2cb; 
	/*color: white;*/
	font: bold 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	position: absolute;
	left: -300px;
	/* width: 73px; puvodni hodnota pro zaoblene okraje */
	width: auto;
	/*width: 220px;*/
	/*border: 1px solid black;*/
	/*padding: 4px 10px 0 10px; puvodni hodnota pro zaoblene okraje **/
  padding: 6px 10px 0 10px;
	background-color: #f8f8f8;
	/*background-color: #7e7171;*/
	visibility: hidden;
	z-index: 100;
	/* height: 21px; puvodni hodnota pro zaoblene okraje */
	height: 25px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmltooltipup {
	position: absolute;
	left: -300px;
	height: 4px;
	/* width: 93px; puvodni hodnota pro zaoblene okraje */
  width: auto;
	z-index: 102;
	background: url(titulek_up.png) no-repeat top left;
	/*background: url(titulek_up.gif) no-repeat top left;*/
	/*background: url(up_side.png) no-repeat top left;*/
}

#dhtmltooltipdown {
	position: absolute;
	left: -300px;
	height: 4px;
	/* width: 93px; puvodni hodnota pro zaoblene okraje */
  width: auto;
	z-index: 103;
	background: url(titulek_down.png) no-repeat top left;
	/*background: url(titulek_down.gif) no-repeat top left;*/
	/*background: url(down_side.png) no-repeat top left;*/
}

#dhtmlpointer{
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	width: 25px;
	height: 16px;
	/*background: url(arrowup.png) no-repeat top left; - pokud je aktivni, zobrazuje se u bubliny sipka*/
	/*background-color: red;*/
}
