@CHARSET "UTF-8";
* {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.center {
  text-align: left;
  margin: 0px;
  clear: both;
}

#container {
  width: 90%;
  margin: 0px;
  clear: both;
}
#container #contentContainer {
  padding: 0;
}

#sidebar, #navigationContainer, .adminMode, .backendMode, .partnerMode, .financeMode, #header, #globalSeperatorLeft, #environmentIcon, #footer, #errorMessages, #statusMesages, #noticeMessages, .errorMessages, .statusMesages, .noticeMessages, .infoIcon, a.ongedoButton {
  display: none;
}

#errorMessages, #statusMesages, #noticeMessages, .errorMessages, .statusMesages, .noticeMessages {
  width: 0;
  height: 0;
  visibility: hidden;
}

#contentContainer, #contentContainer > #contentFullSidebar, #contentContainer > #contentFull, #contentContainer > #contentSmall, #contentContainer > #contentSmallSidebar, #contentContainer > .content {
  width: 100%;
  float: none;
  overflow: visible;
}

#contentContainer, #contentContainer #contentFullSidebar, #contentContainer #contentFull, #contentContainer #contentSmall, #contentContainer #contentSmallSidebar, #contentContainer .content {
  width: 100%;
  float: none;
  overflow: visible;
}

.zend_form dd .container, .zend_form dd .inputContainer {
  width: 60%;
  float: none;
  overflow: visible;
}

.zend_form dd .helperContainer, .zend_form dd .sampleMessageContainer, .zend_form dd .infoIconContainer {
  display: none;
}

.sectionTitle .titleText {
  float: none;
}

.zend_form dt {
  width: 40%;
}

.zend_form dd {
  width: 60%;
}

textarea {
  overflow: visible;
}

dl.zend_form {
  width: 100%;
}

div#left-col, div#right-col {
  float: none;
  display: block;
  width: 100%;
  border: 0px;
}

div.sectionTitle {
  border: 0px;
}

div#googlemap, div#right-col h2 {
  display: none;
}

.no-print {
  display: none;
}

div.clear.height20px {
  height: 0;
  line-height: 0;
  font-size: 0;
}

@media print {
  body {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }
  @page {
    size: A4 portrait;
  }
}

/*# sourceMappingURL=print.css.map */
