
.mapInfoWindow {
  min-height: 40px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.mapInfoWindowTitle, .mapInfoWindowTitle a { 
  background-color: #ffffff; 
  color: #000000; 
  width: 230px;
  text-align: left;
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 90%; 
  font-weight: bold;
  text-decoration: none;
}

.mapInfoWindowImage {
  display: block;
  text-align: center;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.mapInfoWindowText { 
  background-color: #ffffff; 
  color: #333333; 
  text-align: left;
  width: 230px;
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 75%; 
  font-weight: normal;
}

.mapInfoWindowText a { 
  color: #0000cc;
  text-decoration: none;
}

.mapSidebar {
  overflow-y: auto; 
  text-decoration: none; 
  color: #000000; 
  font-size: 8pt; 
  padding-left: 5px; 
  margin-left: 5px; 
}

.mapSidebar td {
  background-color: #FFFF99; 
}

.mapSidebar tr:hover td {
  background-color: #FFCC99;
}

.mapSidebar td a {
  display: block; 
  height:100%; width:100%;
}

.sidebarItem, .sidebarItem a {
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 100%; 
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 4pt;
}

#jsOnlyMaterial {
  font-size: 80%;
	color: #0000ff;
}