/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/


.starbox .indicator { clear: both; }

/* shot starbox */
.starbox .black .stars,
.starbox .black .hover .stars,
.starbox .black .rated .stars, 
.starbox .black .rated .hover .stars { background: #2f2f2f;  }
.starbox .black .colorbar {background: #ffffff;}
.starbox .black .hover .colorbar,
.starbox .black .rated .colorbar, 
.starbox .black .rated .hover .colorbar { background: #fff; }
.starbox .black .ghost { background: #666666; }


/* movie starbox */
.starbox .white .stars,
.starbox .white .hover .stars,
.starbox .white .rated .stars, 
.starbox .white .rated .hover .stars { background: #d5d5d5;  }
.starbox .white .colorbar {background: #CC0000;}
.starbox .white .hover .colorbar,
.starbox .white .rated .colorbar, 
.starbox .white .rated .hover .colorbar { background: #CC0000; }
.starbox .white .ghost { background: #666666; }


/* queue starbox */
.starbox .red .stars,
.starbox .red .hover .stars,
.starbox .red .rated .stars, 
.starbox .red .rated .hover .stars { background: #9b4d4d;  }
.starbox .red .colorbar {background: #ffffff;}
.starbox .red .hover .colorbar,
.starbox .red .rated .colorbar, 
.starbox .red .rated .hover .colorbar { background: #fff; }
.starbox .red .ghost { background: #9b4d4d; }
