html, body {
	margin:0 !important;
	padding:0 !important;
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
  line-height: 18px;

  background-image: none;
  background-color: #FFFFFF;
  border: none;
	float: none;
	color:#666;
	overflow: visible;
  width: auto;
}

div#MapView div#mapcontrols, div#MapView div#zoomcontrol {
    display: none;
}

#PrintHeader {  
  position: relative;
}

body #Container a.print-button-hidden {
  display: none;
}

a#print-button,
a#print-button:link,
a#print-button:active,
a#print-button:visited,
a#print-button:hover {
  display: block;
  
  width: 30px;
  height: 19px;
  overflow: hidden;

  position: absolute;
  top: 18px;
  left: 658px;
  
  text-decoration: none;
  padding: 8px 8px 8px 33px;

  /* highlight */
  border-top: 1px solid #C2D2E6;
  border-left: 1px solid #C2D2E6;

  /* shadow */
  border-bottom: 1px solid #5A7B9F;
  border-right: 1px solid #5A7B9F;

  cursor: pointer;
  
  outline: none;

  background: #9EBDE6 url(/images/link-print.gif) 8px center no-repeat;

  font-size: 12px;
  font-weight: bold;
  color: #006cbb;
}