/*
$Id: main.popup.css,v 1.1.2.96 2009/02/27 12:55:00 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
  popup window
*/
html,body {
  min-width: 100%;
}
body,
  #page-container
{
  background: transparent none;
}
#center-main {
  margin: 0px 10px;
  overflow: visible;
}
#content-container {
  background: none;
/*  overflow: visible;*/
  padding-bottom: 26px;
  margin-top: 27px;
}
#content-container2 {
  background: none;
}
#header {
  background-color: #ffffff;
  height: 17px;
  border-bottom: 1px solid #d0ddeb;
  vertical-align: top;
}
#header div {
  background-color: #d0ddeb;
  height: 16px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #ffffff;
}
#footer {
  background: transparent url(images/custom/head_gap_mid.gif) repeat-x scroll left bottom !important;
  height: 36px;
  text-align: right;
  vertical-align: top;
  left: 0px;
  padding: 0px;
  bottom: 10px;
  width: 100%;
  position: absolute;
}
#footer div {
  background: none;
  border: medium none;
  margin: 0px 15px 20px;
}
.dialog {
  margin-bottom: 0px;
}

.popup-in-layer #content-container {
  padding-bottom: 10px;
  margin-top: 10px;
}
.popup-in-layer #header,
  .popup-in-layer #footer
{
  display: none;
}


