div.indicator {
	}
div.indicator span.indicator-outer {
	display: block;
	float: left;
	width: 100px;
	background-color: rgb(255, 255, 255);
/*	box-shadow: 1px 1px 3px rgba(0,0,0,0.33);
*/	border: 1px solid rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	overflow: hidden;
	}
div.indicator div.indicator-inner {
	height: 12px;
	overflow: hidden;
	background-color: rgba(127,127,127,0.33);
	}
div.indicator span.indicator-percentage {
	display: none;
	font-family: tahoma;
	font-size: 11px;
	position: absolute;
	top: 4px;
	right: 8px;
	}


div.indicator-small {
	border: none;
	background: none;
	width: 150px;
	display: block;
	position: relative;
	margin-top: 2px;
	}
div.indicator-small span.indicator-outer {
	border: 1px solid rgb(140, 140, 140);
	width: 100px;
	display: block;
	background-color: rgb(245, 245, 245);
	-moz-user-focus: normal;
	-moz-border-bottom-colors: rgb(220, 223, 228) white;
	-moz-border-left-colors: rgb(133, 135, 140) rgb(167, 166, 170);
	-moz-border-top-colors: rgb(133, 135, 140) rgb(167, 166, 170);
	-moz-border-right-colors: rgb(220, 223, 228) white;
	border: 1px solid #666;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border-radius: 3px;
	overflow: hidden;
	}
div.indicator-small div.indicator-inner {
	height: 12px;
/*	background-image: url(../../images/indicator/bar3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	opacity: 0.8;*/
	}
div.indicator-small span.indicator-percentage,
div.indicator-small span.indicator-ratio {
	position: absolute;
	top: -1px;
	left: 110px;
	font-size: 0.8em;
	}
