@charset "utf-8";

html,body {
	width: auto;
	height: auto;
	background: white !important;
}

.contentArea,.dialogArea {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	position: inherit;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	z-index: auto;
	overflow: visible;
}

/**
 * Elementy, ktore nebudu tlacene.
 */
.noPrint {
	display: none;
}