

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
	width:157px;
}
#ajax_tooltipObj div{
	position:relative;
	
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:1px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:3px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:170px;	/* Width of tooltip content */
	/*height:200px;	 Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:1em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

#ajax_tooltipObj .ajax_tooltip_calButtonDiv
{
  position:absolute;
  left:169px;
  top:10px;
  text-align: center;
  background-color:#FFF;
  font-size:0.8em;
  height:15px;
  z-index:10000000;
}





#ajax_tooltipObj .ajax_tooltip_top
{
	width:157px;
	height: 34px;
	background-image:url('../images/baloon_top.png');
	background-repeat:no-repeat;
	float:left;
	z-index:1000001;
}

#ajax_tooltipObj .ajax_tooltip_bottom
{
	width:157px;
	height:9px;
	background-image:url('../images/baloon_bottom.png');
	background-repeat:no-repeat;
	float:left;
	z-index:1000001;
}

#ajax_tooltipObj .ajax_tooltip_middle
{
	width:136px;
	background-image:url('../images/baloon_middle.png');
	background-repeat:repeat-y;
	float:left;
	z-index:1000001;
	padding-left:9px;
	padding-right:12px;
	overflow:hidden;
	font-size:0.8em;
}

#ajax_tooltipObj .ajax_tooltip_close
{
	width:157px;
	height:15px;
	background-image:url('../images/baloon_middle.png');
	background-repeat:repeat-y;
	float:left;
	text-align:center;
	z-index:1000001;
}



.calEmtyDiv
{
	width:157px;
	height:1px;
	float:left;
	text-align:left;
	
}


.calHeader
{
	width:157px;
	float:left;
	text-align:left;
	
}

.calHeader strong
{
	font-weight:bold;	
}

.calTitle
{
	margin-top:5px;
	width:147px;
	float:left;
	text-align:left;
	color:#4f4f4f;
}

.calTitle h1
{
	font-size: 11px;
	margin-bottom: 7px;
	font-weight:bold;
}

.calDescription
{
	width:138px;
	float:left;
	text-align: left;
	color:#4f4f4f;
}


/*   za drugiot tooltip */
.jq_tooltipObj{
	z-index:1000000;
	text-align:left;
	width:157px;
}
.jq_tooltipObj div{
	position:relative;
	
}


.tooltip{
	display:none;
	width:157px;
	z-index:10000;
}


.jq_tooltip_top
{
	width:157px;
	height: 9px;
	background-image:url('../images/tt_top.png');
	background-repeat:no-repeat;
	float:left;
	z-index:10000;
}

.jq_tooltip_bottom
{
	width:157px;
	height:34px;
	background-image:url('../images/tt_bottom.png');
	background-repeat:no-repeat;
	float:left;
	z-index:10000;
}

.jq_tooltip_middle
{
	width:136px;
	background-image:url('../images/baloon_middle.png');
	background-repeat:repeat-y;
	float:left;
	z-index:10000;
	padding-left:9px;
	padding-right:12px;
	overflow:hidden;
	font-size:0.8em;
}
