/* TipTip CSS - Version 1.2 */

#tiptip_holder, #tiptip_holder_calendar {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top, #tiptip_holder_calendar.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom, #tiptip_holder_calendar.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right, #tiptip_holder_calendar.tip_right {
	padding-bottom: 5px;
}

#tiptip_holder.tip_left, #tiptip_holder_calendar.tip_left {
	padding-bottom: 5px;
}

#tiptip_content {
	font-size: 12px;
	line-height:15px;
	color: #333;
	padding: 8px 10px;
	background-color: #ffecb1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 0px 5px 0px #ccc;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(255,236,177);
	border-top-color: rgba(255,236,177,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
	/* padding: 8px 10px 4px 11px; */
	background-color: #ffecb1;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		-border-bottom-color: rgba(45,45,45,0.88);
		border-bottom-color: #ffecb1;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		-border-top-color: rgba(20,20,20,0.92);
		border-top-color: #ffecb1;
	}
}

#tiptip_content h4 {
	font-size:11px;
	font-weight:bold;
	}
	
#tiptip_content .articleToolTip h4 {
	color:#fff;
	font-size:13px;
	padding:0;
	}	
.articleToolTip p {
	color:#fff;
	font-size:11px;
	padding-bottom:5px;
	}	




/* ** classes for calender tooltip ** */
#tiptip_holder_calendar {
	display: none;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 99999;
}
#tiptip_content_calendar {
	background-color: #FBFEE3;
	padding: 10px 12px;
	font-size: 12px;
	color: #676665;
	line-height: 15px;
	border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
}

#tiptip_arrow_calendar, #tiptip_arrow_inner_calendar {
	position: absolute;
	width: 12px;
	height: 6px;
}
#tiptip_arrow_inner_calendar {
	background:url(/GFX/Site/icons/cal_arr.gif) 0 0 no-repeat;
	margin-top:-1px	
	} 