/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}


#tiptip_content {
	font-size: 13px;
	color: #000;	/* AU */
	/* AU color: #fff;*/
	/* AU text-shadow: 0 0 2px #000;*/
	padding: 2px 8px;
	/*AU border: 1px solid rgba(255,255,255,0.25);*/
	border: 1px solid rgba(20, 0, 110, .8);					/* AU tip border color */
	/*AU background-color: rgb(25,25,25);*/
	/*AU background-color: rgba(25,25,25,0.92);*/
	background-color: rgba(236,236,236,0.9);	/* AU */

	/* AU background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));*/
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 10px 5px rgba(1, 0, 25, .8);
	   -moz-box-shadow: 0 0 10px 5px rgba(1, 0, 25, .8);
	        box-shadow: 0 0 10px 5px rgba(1, 0, 25, .8);
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	/*border-color: transparent;*/
	/*border-style: solid;*/
	/*border-width: 6px;*/
	border: 6px solid transparent;
	height: 0;
	width: 0;
}


#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color:  rgb(20, 0, 110);
	border-top-color: rgba(20, 0, 110, .8);				/* AU tip border color */
	/*border-top-color: rgba(255,255,255,0.35);*/
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color:  rgb(20, 0, 110);
	border-bottom-color: rgba(20, 0, 110, .8);				/* AU tip border color */
	/*AU border-bottom-color: rgba(255,255,255,0.35);*/
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color:  rgb(20, 0, 110);
	border-right-color: rgba(20, 0, 110, .8);				/* AU tip border color */
	/*border-right-color: rgba(255,255,255,0.35);*/
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color:  rgb(20, 0, 110);
	border-left-color: rgba(20, 0, 110, .8);				/* AU tip border color */
	/*border-left-color: rgba(255,255,255,0.35);*/
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color:  rgb(236,236,236);
	border-top-color: rgba(236,236,236,0.92);				/* arrow bg color */
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color:  rgb(236,236,236);
	border-bottom-color: rgba(236,236,236,0.92);			/* arrow bg color */
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color:  rgb(236,236,236);
	border-right-color: rgba(236,236,236,0.92);				/* arrow bg color */
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color:  rgb(236,236,236);
	border-left-color: rgba(236,236,236,0.92);				/* arrow bg color */
}

/* Webkit Hacks  */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
	/*#tiptip_content {*/
		/*padding: 5px 8px 5px 8px;*/
		/*background-color: rgba(45,45,45,0.88);*/
		/*background-color: rgba(0,236,236,0.9);	*//* AU */
	/*}*/
	/*#tiptip_holder.tip_bottom #tiptip_arrow_inner {*/
		/*border-bottom-color: rgba(45,45,45,0.88);*/
		/*border-bottom-color: rgba(236,236,236,0.9);	*//* AU */
	/*}*/
	/*#tiptip_holder.tip_top #tiptip_arrow_inner {*/
		/*border-top-color: rgba(20,20,20,0.92);*/
		/*border-top-color: rgba(236,236,236,0.9);	*//* AU */
	/*}*/
/*}*/