
/*
** Intended for all print page logic
*/

@media print
{
	#search, #topnav, #undernav, #login, 
	.noprint, div.NeedHelp, span.skip, #footer, 
	#header #current, #dvrbreadcrumbs, #subnav,
	#header #accessibility, .NavigationOnly, .UnderConstruction,
	#NeedHelp, #SpellCheck
	{
		display: none;
	}
	div.printonly, .printonly
	{
		display: inline;
	}
	body
	{
		font-size: 100%;
		background-color: transparent;
	}
	html
	{
		background-color: transparent;
	}

	Input.Button, #sidebar
	{
		display: none;
	}

	#content
	{
		width: 100%;
	}

	#main #content h1
	{
		font-size: large;
	}

	textarea
	{
		width: 70%;
		height: auto;
	}

/*  Revisit with IE8 - as IE6 shows down arrows on selects 
	input, select, textarea  
	{   
		border: none;
		height:auto;
		overflow:visible;
	}
*/

}
