/**
 * CSS for Savvis branded five star widget
 */

div.fivestar-widget {
  margin-top: 0.5em;  
}

.fivestar-savvis div.fivestar-widget .star,
.fivestar-savvis div.fivestar-widget-static .star {
  height: 25px;
  width: 25px;
}

div.fivestar-widget div.on a,
div.fivestar-widget div.hover a, 
div.rating div a:hover,
div.fivestar-widget-static .star span.on {
  background-position: 0 -26px; /* RTL */
}

/* Static View-only Star Version */
.fivestar-savvis div.fivestar-widget-static .star,
.fivestar-savvis div.fivestar-widget-static .star span.off, 
.fivestar-savvis div.fivestar-widget .star,
.fivestar-savvis div.fivestar-widget .star a,
.fivestar-savvis div.fivestar-widget div.hover a,
.fivestar-savvis div.rating div a:hover,
.fivestar-savvis div.fivestar-widget-static .star span.on {
  background-image: url(savvis-star.png);
}

/* Javascript Star Version */
.fivestar-savvis div.fivestar-widget .cancel,
.fivestar-savvis div.fivestar-widget .cancel a {
  background-image: none;
  display:none;
}
