/*	print-friendly styles for MyPortal pages	*/

/*	print main content tables at 100% page width	*/
table.pageWidth, table.mainWidth
{	width: 100%;	}
/*	don't show menu, "crumb-trail", etc.	*/
.templateTopBarLinks, .screenOnly, .Margin, .locationBar
{	display: none;	}
