/* Admin - WP External Links Plugin */
.tooltip-help { text-decoration: none; }

/* Tipsy Plugin */
.tipsy {
	padding: 5px;
	/*
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
	*/
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	color: white;
	max-width: 200px;
	text-align: center;
	text-shadow: 0 -1px 0 #333;
/*	background-position: top right;*/
	border-top:1px solid #808080;
	border-botom:1px solid #6d6d6d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#777;
	background-image:-ms-linear-gradient(bottom,#6d6d6d,#808080);
	background-image:-moz-linear-gradient(bottom,#6d6d6d,#808080);
	background-image:-o-linear-gradient(bottom,#6d6d6d,#808080);
	background-image:-webkit-gradient(linear,left bottom,left top,from(#6d6d6d),to(#808080));
	background-image:-webkit-linear-gradient(bottom,#6d6d6d,#808080);
	background-image:linear-gradient(bottom,#6d6d6d,#808080);
}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: center bottom; }
