@charset "UTF-8";

/*** TIPSY ***/
.tipsy {
	font-size: 12px;
	padding: 5px;
	position: absolute;
	z-index: 100000;
}
.tipsy-inner {
	background-color: #383838;
	color:white;
	max-width:200px;
	padding: 6px 8px 6px 8px;
	text-align:center;	
	/*margin-left: 90px;*/
}
.tipsy-inner {
	-moz-border-radius:3px 3px 3px 3px;
}
.tipsy-arrow {
	background:url("../media/images/global/tipsy.gif") no-repeat scroll left top transparent;
	height:5px;
	position:absolute;
	width:9px;
}
.tipsy-n .tipsy-arrow {
	left:50%;
	margin-left:-4px;
	top:0;
}
.tipsy-nw .tipsy-arrow {
	left:10px;
	top:0;
}
.tipsy-ne .tipsy-arrow {
	right:10px;
	top:0;
}
.tipsy-s .tipsy-arrow {
	background-position:left bottom;
	bottom:0;
	left:50%;
	margin-left:-4px;
}
.tipsy-sw .tipsy-arrow {
	background-position:left bottom;
	bottom:0;
	/*left:110px;*/
	left: 20px;
}
.tipsy-se .tipsy-arrow {
	background-position:left bottom;
	bottom:0;
	right:10px;
}
.tipsy-e .tipsy-arrow {
	background-position:right top;
	height:9px;
	margin-top:-4px;
	right:0;
	top:50%;
	width:5px;
}
.tipsy-w .tipsy-arrow {
	height:9px;
	left:0;
	margin-top:-4px;
	top:50%;
	width:5px;
}
/*************/








