/* Turns off all image files from printing */

img {display: none;}

/* Use this ID to print METRA logo on pages */

#prntImg{display: block; margin:0px; padding:0px}

/* Turns off form and object from being printed */
form{display: none}
object{display:none}

/* Turn off table ID so they don't print */

#navmenu{display:none}
#lblue{display:none; width:0px; height:0px}
#dblue{display:none; width:0px; height:0px}
#shadow{display:none; width:0px; height:0px}
#body{float:none; width:auto}

/* Map printing defaults */

#map{padding-left:0px; padding-right:7px; padding-bottom:10px; display:block}

/* Use this ID to print desired images */

#prnt{display:block}

/* Use this ID to block items from being printed */

#noPrnt{display:none; width:0px}

/* Route table printing defaults */

#route{width:100%}
