.yui-overlay,
.yui-panel-container {
  visibility:hidden;
  position:absolute;
  z-index: 2;
  font-size: 12px;
}

.yui-tt {
  visibility: hidden;
  position: absolute;
  color: #333;
  background-color: #fdffb4;
  font-family: arial,helvetica,verdana,sans-serif;
  padding: 2px;
  border: 1px solid #fcc90d;
  font: 100% sans-serif;
  width: auto;
}

.yui-tt-shadow {
  display: none;
}

* html body.masked select {
  visibility: hidden;
}

* html div.yui-panel-container select {
  visibility: inherit;
}

* html div.drag select {
  visibility: hidden;
}

* html div.hide-select select {
  visibility: hidden;
}

.mask {
  z-index: 1; 
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.4;
  opacity: .40;
  filter: alpha(opacity=40);
  background-color: #000;
}

.hide-scrollbars,
.hide-scrollbars * {
  overflow: hidden;
}

.hide-scrollbars select {
  display: none;
}

.show-scrollbars {
  overflow: auto;
}

.yui-panel-container.show-scrollbars {
  overflow: visible;
}

.yui-panel-container.show-scrollbars .underlay {
  overflow: auto;
}

.yui-panel-container.focused {

}


/* Panel underlay styles */

.yui-panel-container .underlay {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}

.yui-panel-container.matte {
  padding: 3px;
  background-color: #fff;
}

.yui-panel-container.shadow .underlay {
  top: 3px;
  bottom: -3px;
  right: -3px;
  left: 3px;
  background-color: #000;
  opacity: .12;
  filter: alpha(opacity=12);  /* For IE */
}

.yui-panel-container.shadow .underlay.yui-force-redraw {
  padding-bottom: 1px;
}

.yui-effect-fade .underlay {
  display: none;
}

.yui-panel {
  visibility: hidden;
  border-collapse: separate;
  position: relative;
  left: 0;
  top: 0;
  font: 1em arial;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
  padding: 1.5em 1em;
}

.yui-panel .hd {
  color: #000;
  font-size: 100%;
  line-height: 100%;
  padding: 4px;
  white-space: nowrap;
  margin-top: -1.5em;
  margin-bottom: .5em;
}

.yui-panel .bd {
  overflow: auto;
  padding: 0;
}

.yui-panel .bd p {
  margin: 0 0 1em;
}

.yui-panel .container-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 6;
  width: 12px;
  height: 12px;
  margin: 0px;
  padding: 0px;
  background: url('/DE/images/close_btn.gif') no-repeat;
  cursor: pointer;
  visibility: inherit;
  overflow: hidden;
  text-indent: 999px;
}

.yui-panel .ft {
  padding: 4px;
  overflow: hidden;
}

#waitcontainer {
  border: none;
  background: none;
}

#waitcontainer .hd {
  display: none;
}

#va_gmap {
  font-size: 11px;
  font-weight: normal;
  color: #333;
}

#va_gmap h4 {
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px;
}

#va_gmap input {
  font-size: 11px;
  color: #333;
  border: 1px solid #333;
  padding: 1px;
}

#va_gmap a {
  color: #000;
  text-decoration: underline;
}

#va_gmap a:hover {
  text-decoration: none;
}

#w_dates {
  font-size: 13px;
  color: #000;
  overflow: auto;
  width: 250px;
  min-height: 150px;
  max-height: 300px;
  _height: 250px;
}
