/* CSS Document idemand.css*/
#modulonOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AAA;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 10000;
  display:none;
}
#modulonProcessing{
  position: fixed;
  top: 30%;
  left: 50%;
  display:table-cell;
  vertical-align:middle;
/*  margin-top:-1em;*/ /* this is half of the height*/
  margin-left:-10em; /* this is half of width*/
  font:bold 1.8em/1.0em Arial,sans-serif;
  width: 20em;
  text-align:center;
  padding:0.7em 0.5em;
  background-color:#FFF;
  border:1px solid #000;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-box-shadow:    3px 3px 5px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
  box-shadow:         3px 3px 5px 0px rgba(0,0,0,0.1); 
  z-index: 10001;
  display:none;
}

.uRegion.col_1 {
  width:97%;
  margin:0 0 12px 1%;
  min-height:80px;}

.uRegion.col_2 {
  width:48%;
  margin:0 0 12px 1%;
  min-height:80px;
  clear:none;
  float:left}

.uRegion.col_2.col_start {
  clear:both}

.uRegion.col_3 {
  width:32%;
  margin:0 0 12px 1%;
  min-height:240px;
  clear:none;
  float:left}

.uRegion.col_3.col_start {
  clear:both}

div.uImagesList ul li a{
  min-width: 200px;}

.navActions img.navIcon.blank {
background-position: -0px -150px;
}