/**
 * Default print stylesheet, loaded from liveobjects' default include.top.tpl
 * 
 * @copyright Loft Digital 2007-2008 / www.loftdigital.com
 * @package todo
 */

/* based on the screen stylesheet */

@import "screen.css" ;

body {
	margin: 0 ;
}
#wrapper {
	width: auto ;
}

#navbar, #side, #footer .wrapper, .button, .button2, .button-large{
	display: none!important;
}
div#footer{
	min-height: 12px!important;
}
div#bodyback div#header {
	min-height: 70px!important;
}
.printHr{
	display: block;
}