/* Print Styles */
@media print {
	
	/* force landscape mode DOES NOT WORK */
	@page body {size: landscape}
	
	.print-only {
		display: block;
	}	
	
	body { background:white; color: #333; margin:0 }
	.main-nav, aside, .top-right, footer, .grey-box-70-percent, .green-search-box, .pagination, .lightbox { display: none; }
	.left-col { width: 100%; }
	a { color: #333; text-decoration: none; }
	.flt_l { float: left; }
	.page-break { page-break-after:always; }
	
	#site-contain { width: auto; }
	#qf-static { margin-top: 0 }
	#qf { margin-top: 0; }
	
	
	#share-view,
	#popup-view,
	#quicklinks-view,
	.top-bar,
	.expand,
	.remove,
	#table-vertical-scroll,
	#table-horizontal-scroll,
	#chart-vertical-scroll,
	.quicklinks-icon,
	#label,
	#popup-generic,
	#chart-no-data, #map-no-data,
	.qf-header,
	.cell .click-note,
	.skiplinks-wrapper,
	.view-heading,
	.option-select,
	.tigerweb-link,
	#popup-generic-wrapper,
	a.with-arrow,
	#map-view-default  { display: none !important; }
	
	.active { margin-top: 0; }
	
	.view,
	.view.dashboard {
		float: none;
		width: auto;
		overflow: visible !important;
	}
	
	.view.dashboard {
		overflow: auto;
		
	}

	.views { border: 0; }

	/* Table */
	
	.table {
		display: none !important;
	}
	
	.table.print-only.active-view-table,
	.table.print-only.active-view-dashboard {
		display: block !important;		
		overflow-y: visible;		
	}
	.table.print-only.active-view-dashboard {
		page-break-after: always;
	}
	
	.table.print-only,
	.chart-data {
		overflow-y: visible;
	}
	#table-view .wrapper .hidden { display: none; }

	/* span.source-flag-print {
		display: inline;
	}
 */
	
	
	/* MAPS */
	
	.ie9 #map-view.dashboard { margin-top: 10px; overflow: hidden; height: 398px; }
	.ie9 .dashboard #map-container { z-index: 99999 !important; }
	.ie9 #map-view h2#header-primary-fact-map { position: relative; z-index: 99999 !important; }

	.ie9 #map-alaska,
	.ie9 #map-hawaii,
	.ie9 #map-puerto-rico { display: none !important; }
	
	.ie9 .greybox.margin { margin-top: 270px !important; }

	.ie9 #map-main.circles div div div div div div { overflow: hidden; }
	.ie9 .dashboard #map-main.polygones div div div div div div div div canvas { z-index: 99999; }
	.ie9 .dashboard #map-main { height: 300px !important; width: 100% !important; }
	.ie9 #map-main,
	.ie9 #map-container { overflow: hidden !important; }

	#map-view.dashboard { width: 100% !important; page-break-after: always; } 
	#map-view.active {  page-break-after: always !important; }
	
	.dashboard #map-container { width: 100% !important; overflow: hidden; }
	.active #map-container { width: 100% !important; margin: 0 auto; overflow: hidden; height: 500px; }

	
	
	#map-alaska a, #map-hawaii a, #map-puerto-rico a { display: none !important; }
	#map-alaska .gmnoprint a, #map-alaska .gmnoprint span,
	#map-hawaii .gmnoprint a, #map-hawaii .gmnoprint span,
	#map-puerto-rico .gmnoprint a, #map-puerto-rico .gmnoprint span,
	#map-hawaii .gmnoprint, #map-puerto-rico .gmnoprint, #map-alaska .gmnoprint {
	    display:none !important;
	}
	#map-alaska .gmnoprint div,
	#map-hawaii .gmnoprint div,
	#map-puerto-rico .gmnoprint div {
	    background:none !important;
	    display: none !important;
	}
	
	#map-puerto-rico div div a,
	#map-hawaii div div a,
	#map-alaska div div a {
	    display:none !important;
	    background:none !important;
	}

	.gmnoprint a, .gmnoprint span {
	    display:none !important;
	}
	.gmnoprint div {
	    background:none !important;
	}
	#GMapsID div div a div img{
	    display:none !important;
	}
	.olLayerGoogleCopyright {
	     top:-1000px !important;
	     display: none !important;
	} 
	
	
	#map-alaska a, #map-hawaii a, #map-puerto-rico a { display: none !important; } /*#map-dc a*/
	#map-alaska .gmnoprint a, #map-alaska .gmnoprint span,
	#map-hawaii .gmnoprint a, #map-hawaii .gmnoprint span
	#map-puerto-rico .gmnoprint a, #map-puerto-rico .gmnoprint span,
	#map-hawaii .gmnoprint, #map-puerto-rico .gmnoprint, #map-alaska .gmnoprint { /*#map-dc .gmnoprint a, #map-dc .gmnoprint span, #map-dc .gmnoprint*/
	    display:none !important;
	}
	#map-alaska .gmnoprint div,
	#map-hawaii .gmnoprint div,
	#map-puerto-rico .gmnoprint div { /*#map-dc .gmnoprint div*/
	    background:none !important;
	}
	
	#map-legend .color {
		opacity: 1;
	}
	
	.gmnoprint, .gmnoscreen {
		display: none !important;
	}

	#map-puerto-rico div div a,
	#map-hawaii div div a,
	#map-alaska div div a { /*#map-dc div div a*/
	    display:none !important;
	}

	/* Chart */
	#chart-view { width: 100% !important; }
	#chart-view.dashboard { clear: left; width: 700px !important; }	
	.dashboard #chart-view-table { width: 100% !important; }
	.chart-data, .dashboard .chart-data { height: auto !important; max-height: 100%;}
	.dashboard .chart-data { margin: 0 0 0 5px; }
	#chart-view.active { height: auto; }
}


