/* Custom Player Tip CSS */

.tipsy { 
  padding: 5px; 
  font-family: verdana, arial; 
  font-size: 11px;
  opacity: 0.99; 
  filter: alpha(opacity=80); 
  background-repeat: no-repeat;  
  background-image: url(tipsy.gif); 
  margin-left: 4px;
}
.tipsy-inner { 
  padding: 3px 8px 4px 8px; 
  background-color: #666666; 
  color: white; 
  max-width: 250px; 
  width: 250px;
  text-align: left; 
}
.tipsy-inner { -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; padding-left: 4px; 
}
#container table tr td {
	text-align: center;
}
