/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/
#container .starbox a{
	color:#545454;
	text-decoration:none;
}

#container .starbox a:hover{
	color:#545454;
	text-decoration:none;
}

.starbox .stars { background: #cccccc; float:left; display:inline; margin:0 10px 0 0; }
.starbox .rated .stars { background: #dcdcdc;}
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #ffcb4f; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #ffcb4f; }
.starbox .rated .hover .colorbar { background: #ffcb4f; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { float:left; display:inline;margin:3px 0 0 0; font-family:"Trebuchet MS"; font-size:11px; color:#545454; }
#rating_word_change,#rating_word_signin { float:left; display:inline;margin:8px 0 0 0; font-family:"Trebuchet MS"; font-size:11px; color:#545454; }

.starbox .indicator a, #rating_word_change a, #rating_word_signin a{ color:#545454; background-color:#FFF; text-decoration:underline;font-size:11px; }
.starbox .indicator a:hover, #rating_word_change a:hover, #rating_word_signin a:hover{ color:#545454; background-color:#FFF; text-decoration:none;font-size:11px; }

#top_rated_company .starbox .indicator {
	clear:both;
	margin:3px 0 0 0; font-family:"Trebuchet MS"; font-size:11px; color:#545454;
}

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url(../images/starbox/background_dotted.gif) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right;}



