
@media print {

  .noprint { display:none; }

  #body { width:auto; background:none; }
  #wrap { width:auto; background:none; margin:0 auto 0 0; }
  #wrapLeft { width:auto; background:none; }
  #wrapRight { width:auto; background:none; }
  #wrapCenter { width:auto; background:none; }
  #wrapBottom { display:none; }
  #pageInfo { display:none; }

  #areaBanner { display:none; }
  #areaHead { display:none; }
  #areaNav { display:none; }
  #areaTools { display:none; }
  #areaLeft { width:0; display:none; }
  #areaCenter { width:auto; overflow-x:hidden; float:none; }
  #areaRight { width:0; display:none; }
  #areaFoot { display:none; }

  #printITLBar { display:block; background:none; }

  #colLeft {  }
  #colCenter {  }
  #colRight {  }

  BODY { background:none; }

  #path { display:none; }

  IMG.banner { width:100% }
  
  DIV.cmd { display:none; }

  DIV.page { width:auto; padding-top:2mm; font-size:10pt; }
  DIV.section-head { font-size:11pt; }
  DIV.section-body { font-size:10pt; }
  
  DIV.tabs { -webkit-print-color-adjust:exact; }
  DIV.tabs A.tab { visibility:hidden; }
  DIV.tabs A.tab.selected {  }

  TABLE.planning { border-top:2px solid #666666; font-size:0.8em; }
  TABLE.planning TD { color:#AAAAAA; }
  TABLE.planning TD.active { background:none; color:#1B4F81; font-weight:bold; }
  TABLE.planning TD.cancel { background:none; color:#D31E27; font-weight:bold; text-decoration:line-through; }

  TABLE.grid { -webkit-print-color-adjust:exact; }

  FIELDSET.editor { display:none; }

}