/* Extent Joomla 3.x */
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.jlex-progress {
  background-color: #fff;
  border: 1px solid #005580;
  float: none;
  height: 15px;
  margin: 3px 0 10px;
}

.jlex-progress .jlex-inner {
  background-color: #08c;
  height: 100%;
  width: 0;
}

._loading {
  background: transparent url("images/loading.gif") no-repeat scroll center center;
  padding: 20px;
}