.tipsy {
	padding: 5px 8px;
	font-size: 12px;
	position: absolute;
	z-index: 100000;
	font-family:"Helvetica", "Arial", sans-serif;
}
.tipsy-inner {
	padding:4px 11px;
	background-color: black;
	color: white;
	max-width: 150px;
	text-align: left;
	-moz-box-shadow: 1px 1px 5px #222;
	-webkit-box-shadow: 1px 1px 5px #222;
	box-shadow: 1px 1px 5px #222;
}
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-inner a{
	color: #fff;
}

.tipsy-arrow {
	position: absolute;
	background: url('../images/tipsy.gif') no-repeat top left;
	width: 9px;
	height: 5px;
}
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 24px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 24px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 13px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 13px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 3px; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 3px; width: 5px; height: 9px; }
