/*
	Print.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2009, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Stampa colonna centrale
------------------------------------------------------------------------------------------------- */
* {
	overflow: visible !important;
}

#menu-container,
#footer-container,
#site-breadcrumbs{
	display: none;	
}

html div#utility {
	display: none;	
}

html div#content {
   width: auto;
   margin: 0;
}

#content .section .section-body {
	border: 0;
	margin: 0;
}

html div#sidebar {
   display: none;
}

div.section-title { display: none; }
/* ---------------------------------------------------------------------------------------------- */
