/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox {
	margin-top: 1em;
	font-size: 85.7%;
}
.starbox .default {
	float: left;
	margin-right: 12px;
	background: #cccccc;
}
.starbox .default .colorbar { background: #1e90ff; }
.starbox .default .hover .colorbar { background: #ffcc1c; }

.starbox .dotted { background: url(default_dotted_background.gif) top left repeat-x; }
.starbox .dotted .colorbar { background: #000000; }

.starbox .indicator {
	color: #666666;
	line-height: 20px;
}
