/*
$Id: main.popup.css,v 1.3 2008/09/17 13:01:49 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
/*
popup window
*/
html,body { min-width: inherit; }
#center-main { margin: 0px 10px; overflow: visible; }
#content-container { padding-bottom: 26px; margin-top: 27px; overflow: visible; }
#header { border-bottom: 1px solid #d0ddeb; background: #ffffff; height: 17px; vertical-align: top; }
#header div { border-bottom: 1px solid #ffffff; background: #d0ddeb; font-weight: bold; font-size: 12px; text-align: center; height: 16px; vertical-align: middle; }
#footer { padding-bottom: 10px; background: transparent none; text-align: right; height: 26px; vertical-align: top; }
#footer div { border-bottom: 1px solid #8e4b00; padding-right: 20px; font-weight: bold; text-align: right; line-height: 26px; height: 26px; vertical-align: top; }
.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; }

