@media print {
	body {
		background: #fff;
	}

	input {
		display: none;
	}

	#page {
		width: 100%;
		background-color: #fff;
		border-style: none;
		margin: 0;
		padding: 0;
	}

	#header, #footer {
		display: none;
	}

	div.datagrid-lower-buttons {
		display: none;	
	}

	div.datagrid-scroller {
		overflow: visible;
		height: auto;
		padding: 0;
	}

	#content,
	#content-a,
	#content-b {
		background: #fff;
		margin: 0;
		padding: 0;
		
		min-height: 0;
	}

	#content-side {
		display: none;
	}

	#content-center {
		width: 100%;
		padding: 0;
	}
}