html {
	height: 100%; max-height: 100%; padding: 0; margin: 0; border: 0; background: #fdfdfd;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body.dialog { background: none; height: 100%; max-height: 100%; overflow: hidden; padding: 0; margin: 0; border: 0; min-width: 0; }

body.dialog .dialog-content { z-index: 3; overflow: auto; position: absolute; top: 47px; bottom: 77px; left: 0; right: 0; padding: 0; background: #fff; line-height: normal; }
body.dialog .dialog-content-no-foot { z-index: 3; overflow: auto; position: absolute; top: 47px; bottom: 0; left: 0; right: 0; padding: 0; background: #fff; line-height: normal; }
body.dialog .dialog-head { z-index: 7; position: absolute; height: 30px; margin: 0; top: 0; left: 0; right:0; display: block; white-space: nowrap; background-color: #f8fbfd; border-bottom: 2px solid #e7f0f8; padding: 8px 20px 7px 20px; overflow: hidden; color: #000; font-weight: normal; font-family: 'DINPro-CondMedium'; font-size: 23px; line-height: 30px; }
body.dialog .dialog-foot { z-index: 5; position: absolute; height: 35px; margin: 0; bottom: 0; left: 0; right:0; display: block; white-space: nowrap; background-color: #f8fbfd; border-top: 2px solid #e7f0f8; padding: 20px 20px; overflow: hidden; }

* html body.dialog .dialog-content { top: 0; left: 0; right: 0; bottom: 0; height: 100%; max-height: 100%; width: 100%; overflow: auto; position: absolute; z-index: 3; border-top: 47px solid #fff; border-bottom: 77px solid #fff; }
* html body.dialog .dialog-content-no-foot { top: 0; left: 0; right: 0; bottom: 0; height: 100%; max-height: 100%; width: 100%; overflow: auto; position: absolute; z-index: 3; border-top: 47px solid #fff; }
* html body.dialog .dialog-head { height: 48px; width: 100%; }
* html body.dialog .dialog-foot { height: 78px; width: 100%; }

body.dialog .dialog-content * { zoom: 1; }

body.dialog .block { margin: 20px 0; padding: 0 20px; }
body.dialog .table-header { padding: 0 20px; }
body.dialog .table-container { padding: 0 20px; }
body.dialog .table-footer { padding: 0 20px; }

.dialog-content .container-padded { padding: 0 20px; }
