/* For printing */

#userMessage {
    display: none;
}

#printHeader {
    font-weight: bold;
    visibility: visible;
}

#tdUpload {
    display: none;
  font-size: .1em;
    width: 0px;
}

#tdExport {
    display: none;
  font-size: .1em;
    width: 0px;
}

#tdHelp {
    display: none;
  font-size: .1em;
    width: 0px;
}

#mainTable {
    width: auto;
    height: auto;
}

#allControlsCell {
    display: none;
  font-size: .1em;
}
COL#allControlsCol { 
    width: 0px;    
}

COL#entireMapCol {
    width: 700px;
}

#tblControls {
 width: 0px;
}

#tblFirstControlRow {
 width: 0px;
}

#pointsFrame {
 width: 0px;
 height: 0px;
    display: none;
}

#tblRouteInfo {
 width: 0px;
 height: 0px;
    display: none;
}

#selRouteColor {
  font-size: .1em;
    display: none;
}

#infoPointsZoom {
visibility: hidden;
    display: none;
}

#colPointsFrame {
 width:0px;
    display: none;
}

#colOuterPointsButtons {
 width:0px;
    display: none;
}

#trRouteColor {
    display: none;
}

#trRouteZoom {
    display: none;
}

#trAutoSort {
    display: none;
}


#tblPointsButtons {
 width:0px;
    display: none;
}

@page {
 size: landscape;
}
