html { overflow: hidden; }



html, body {
     margin: 0;
     padding: 0;
     height: 100%;
}



#result-content {
     margin-top: 0px;   
     position: relative;

}



#map {
     position: absolute;
     top: 0px;
     left: 0px;
	 border: 0px dotted silver;
     width: 100%;
     height: 100%;
}



#map-wrapper {
     position: relative;
     height: 100%;
}



#sidebar {
     position: absolute;
     left: 0;
     top: 0;
     width: 0px;
     height: 100%;
     overflow: auto;
}



/* The default is the sidebar to show as per these styles
for map-wrapper, the sidebar, and the show/hide links */

#map-wrapper { margin-right: 0px; }

#sidebar {
  right: 0;
  display:block;
}



#toolbar {
     background: white;
     position: relative;
}

/* holly hack for IE to get position:bottom right

   see: http://www.positioniseverything.net/abs_relbugs.html

\*/

* html #toolbar { height: 1px; }

/* */


}

