/**** zip:/home/stage74/pfix/pfixorder/projects/servletconf/tomcat/shared/lib/de.schlund.pfixschlund.order-modules+stageassistent+2.1.6.jar!/style/main.css */
#stageassistent {
  font-family: Arial, Helvetica, Verdana, "sans serif";
  position: absolute; 
  right: 10px;
  top: 10px;
  text-align: left;
  width: 213px;
  z-index: 1001;
  background: url(bg.gif) no-repeat;
}

#stageassistent a,
#stageassistent_min a {
  color: #0E0F6D; 
}

#stageassistent a img,
#stageassistent_min a img {
  border: 0 none;
}

#stageassistent_min {
  position: absolute; 
  right: 10px;
  top: 10px;
  width: 139px;
  height: 26px;
  z-index: 1001;
  background: url(min.gif) no-repeat;
}

#stageassistent .content {
  padding: 25px 10px 5px 10px;
  margin: 0;
}

#stageassistent .sa_variant_chooser {
  text-align: center;
  padding-bottom: 5px;
  font-size: 12px;
  overflow: hidden;
}

#stageassistent .sa_variant_chooser div.dropdown {
  width: 150px;
  margin: 0 auto;
}

#stageassistent .sa_variant_chooser strong {
  font-weight: bold;
}

#stageassistent .sa_variant_chooser select {
  float: left; 
  width: 105px;
  margin: 0; 
  color: #0E0F6D; 
  font-size: 12px; 
  height: 16px; 
  background-color: #FDFDFE; 
  border: 1px #B9BAD4 solid;
}

#stageassistent .sa_variant_chooser input {
  float: left; 
  width: 40px;
  margin: 0; 
  color: #0E0F6D; 
  font-size: 12px; 
  height: 18px; 
  margin-left: 5px; 
  background-color: #FDFDFE; 
  border: 1px #B9BAD4 solid;
}

#stageassistent #sa_ec {
  padding-bottom: 5px;
}

#stageassistent #sa_ec .buttons,
#stageassistent #sa_ec .tools {
  text-align: center;
}

#stageassistent #sa_ec .tools {
  margin: 5px 0;
  font-size: 11px;
}

#stageassistent #sa_ec .tools a {
  margin-right: 5px;
}

#stageassistent #sa_show_ec {
  margin: 0;
  padding: 0;
}

#stageassistent #sa_hide_ec {
  margin: 0;
  padding: 0;
}

#stageassistent a#sa_close,
#stageassistent_min a#sa_close_min {
  position: absolute; 
  right: 10px; 
  top: 6px; 
}

#stageassistent a#sa_minimize,
#stageassistent_min a#sa_open {
  position: absolute; 
  right: 30px; 
  top: 6px; 
}

#stageassistent .info {
  color: #000065;
  font-size: 11px;
  text-align: left;
  padding: 3px 10px 0 10px;
}

#stageassistent .info img.icon {
  float: right; 
  margin-right: 90px;
}
#stageassistent .info strong.warning {
 color: #A30000;
}
#stageassistent .info .speciallinks {
  float: right;
}

#stageassistent .notes {
  font-size: 11px; 
  margin: 5px 5px 0 5px; 
  border: 1px #BFC2A8 solid; 
  background-color: #E0E3C5; 
  padding: 4px;
}

#stageassistent .notes  a {
  color: #0E0F6D; 
}

#stageassistent .notes input,
#stageassistent .notes select {
  padding: 0;
  font-size: 10px;
  color: #0E0F6D; 
  background-color: #FDFDFE; 
  border: 1px #B9BAD4 solid;
}

#stageassistent .errortool {
  font-size: 11px; 
  margin: 5px 5px 0 5px; 
  border: 1px #C2A8A8 solid; 
  background-color: #E3C5C5; 
  padding: 4px;
}

#stageassistent .errortool a {
  color: #0E0F6D; 
}

#stageassistent .bottom {
  font-size: 1px;
  background: url(bottom.gif) no-repeat;
  width: 213px;
  height: 6px;
  position: relative;
  bottom: -2px;
}

#stageassistent .visible {
  display: block;
}

#stageassistent .hidden {
  display: none;
}

