#loading-mask {
  position: absolute;
  left:     0;
  top:      0;
  width:    100%;
  height:   100%;
  z-index:  20000;
  background-color: white;
}

#loading {
  position: absolute;
  left:     50%;
  top:      50%;
  padding:  2px;
  z-index:  20001;
  height:   auto;
  margin:   -35px 0 0 -30px;
}

#loading .loading-indicator {
  background: url(../images/loading.gif) no-repeat;
  color:      #555;
  font:       bold 13px tahoma,arial,helvetica;
  padding:    20px 67px;
  margin:     0;
  text-align: center;
  height:     auto;
}

#custom-slider {
    width:214px;
    padding-top:6px;    
}

#custom-slider .x-slider-thumb {
    background-image:url(../images/slider-thumb.gif);
}

.run-icon {
    background-image:url(../images/RunPic.png) !important;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}

#descPanel{
	padding: 0.4em;
	text-indent: 1em;
}

#descPanel p{
	margin-bottom: .5em;
}
