[class^="status-indicator"],
[class*="status-indicator"] {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  *margin-right: .3em;
  background-image: url("../images/CuCube_Buttons_Transparent.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

#status-indicator-small {
	height: 14px;
	width: 14px;
	margin: 2px 4px 0 0;
}

.status-indicator-small {
    height: 14px;
    width: 14px;
    margin: 2px 4px 0 0;
}

.status-indicator-small-green {
	background-position: -483px -264px;
}

.status-indicator-small-green-cpu {
	background-position: -483px -264px;
}

.status-indicator-small-yellow {
	background-position: -506px -264px;
}

.status-indicator-small-yellow-cpu {
	background-position: -506px -264px;
}

.status-indicator-small-red {
	background-position: -528px -264px;
}

#status-indicator-large {
	width: 130px;
	height: 130px;
	margin-top: 4px;
	float: left;
}

.status-indicator-large-green {
	background-position: -48px -264px;
}

.status-indicator-large-yellow {
	background-position: -191px -264px;
}

.status-indicator-large-red {
	background-position: -333px -264px;
}