﻿@media print
{
	body
	{
	}

	.Header
	{
		height:70px !important;
		margin-bottom:20px;
		background-color:red;
	}

	#nonFooter
	{
		border-right: none !important;
		border-left: none !important;
		padding:0px !important;
		margin:0px !important;
	}

	.UserLinks
	{
		display:none !important;
	}

	.droplinebar
	{
		display:none !important;
	}

	.BreadCrumb
	{
		display:none !important;
	}

	.UserInformation, .premaincontent {
		display:none;
	}
	
	.West
	{
		display:none !important;
	}

	.Center
	{
		border-left:none !important;
		margin-left:0px !important;
	}

	#footer
	{
	}

	.nav, .MessageSearch
	{
		display:none;
	}

	#chromeframe, #ConfigContainer
	{
		display:none;
	}

	.Portal .left, .Portal .right
	{
		width:100% !important;
		clear:both;
		margin:0px !important;
		padding:0px !important;
	}
	
	th.MessageProcessing
	{
	    display:none;
	}
	
	.SQMLogins table tfoot
	{
	    display:none;
	}
}