/* !Handle printing for jQuery tabs */
.ui-tabs .ui-tabs-hide {
	display: block !important;
}
.ui-tabs-nav {
	display: none;
}

/* Hide buttons when printing */
.button {
	display: none !important;
}

/* Hide navigation when printing */	
#navigation {
	display: none !important;
}