@charset "utf-8";

/* jQuery - Tipsy */
.tipsy { 
	padding: 5px;
	font-family: Tahoma;
	font-size: 8pt; 
	opacity: 0.8; 
	filter: alpha(opacity=80); 
	text-transform: uppercase;
	background-repeat: no-repeat;  
	background-image: url(/_Images/General/tipsy.gif); }
.tipsy-inner { 
	padding: 5px 8px; 
	background-color: #000; 
	color: #FFF; 
	max-width: 200px; 
	text-align: center;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
