

#map{
width:100%; 
height:100%;
}    html, body, #map {
      width:  100%;
      height: 100%;
    }
    html {
      overflow: hidden;  /* hide scrollbars */
    }
    body {
      margin: 0px; 0px; 0px; 0px;
      margin: 0px; 0px; 0px; 0px;
    }

#basepanel { 
background-color: transparent;
/*opacity: 0.5;
filter:alpha(opacity=50); */
}

#menupanel {
  border-bottom-width:2px; 
  border-bottom-style:solid;
  height: 30px;
  overflow: hidden;
}

#menupanel a img {
display:block;  
text-decoration:none;
border: 0px;
}

#photopanel { /* contains thumbnails that link to points on the map. scrollbar appears if the content is too long */
		background-color: transparent;
		overflow: auto;
		overflow-x: hidden;
		height:100px;
		text-align: center;
}
#photopanel img { /* adds spacing around thumbnails in the sidebar */
		margin: 1px 0 0 0; 
		border: 2px solid black;
		opacity: 0.5;
        filter:alpha(opacity=50);
}
	 
#photopanel a:hover img { /* highlights hovered thumbnails in the sidebar */
		border: 2px solid silver;
		opacity: 1.0;
		filter:alpha(opcity=100);
}
	 
#photopanel a:hover { /* hand cursor shows when hovered over thumbnails in the sidebar */
		cursor: pointer;
}
#minimizedpanel {
background-color: transparent
		position: absolute;
		left: 60px;
		width: 280px;
}

#infowindowclass h3{
font-size: 12px;
}

#infowindowclass a{
text-decoration:none;
}

#minimizedpanel a img {
display:block;  
text-decoration:none;
border: 0px;
}

div.LabeledMarker_markerLabel_1  {
  color: blue;
  font-family: times;
  width: 16px;
  font-size: 8px;
  text-align: center;
}

div.LabeledMarker_markerLabel_2  {
  color: blue;
  font-family: times;
  width: 24px;
  font-size: 8px;
  text-align: center;
}
div.LabeledMarker_markerLabel_3  {
  color: blue;
  font-family: times;
  width: 32px;
  font-size: 8px;
  text-align: center;
}

#commondialog {
 background-color: white;
 border: 0px;
 text-align: left;
}

#commondialog_content{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#commondialog form {
    padding: 0px;
    text-align: center;
}

#commondialog h2 {
 background-color: blue;
 font-size: 16px;
 color: white;
 border: 0px;
 margin: 0px;
}

#dropSheet {
background-color/**/: #000000;
background-image: url(../images/dots.gif);
background-image/**/: none;
opacity: 0.35;
filter: alpha(opacity=35);
}
#dropSheet iframe{
 display:none;
 display:block;
 position:absolute;
 top:0;
 left:0;
 z-index:-1;
 filter:mask();
 width:3000px;
 height:3000px;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.popmenuclass {
  visibility: hidden;
  position:absolute;
  border:1px solid black;
  border-bottom-width: 0;
  background-color: #CCCCCC;
  width: 120px;
}

.popmenuclass a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.popmenuclass a:hover{
background-color: black;
color: white;
}

