@page
{
	margin: 1cm;
	font-size: 12pt;
}

@media print
{
	.Top
	{
		display: none;
	}
	#google-map
	{
		
		margin-left: 0;
		margin-right: 0;
		
	}
	#map_canvas
	{
		float:none!important;
		width:auto;
		position:static;
	}
	#directions
	{
		float:none!important;
		width:80%!important; /*ie is ok with auto, but firefox is not*/
		position:static;
		height:auto!important;
		page-break-inside:auto;
		margin-right:20%!important;

	}
	.footer
	{
		display: none;
	}
	body
	{
		background: none;
	}
	table.Main
	{
		background: none;
		width: 100%;
		margin-left: 0cm;
		text-align: left;
	}
}
