
@media (min-width: 621px)
{

  /* -------- Map interface: -------- */

  .map_Controls {
    height: 32px;
    padding: 6px;
    border: 1px solid #666666;
    background-color: #F6F6F6;
  }

  .map_Button {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 12px;
    border: 1px solid #F6F6F6;
    cursor: pointer;
  }
  .map_Button:hover {
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
  }
  .map_ButtonSelected {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 12px;
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    cursor: pointer;
  }

  .map_GPS {
    background-image: url('../graphics/location_16.png');
    background-repeat: no-repeat;
    background-position: 7px 7px;
  }
  .map_Circle {
    background-image: url('../graphics/circle-icon.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
  }
  .map_Clear {
    background-image: url('../graphics/remove-icon.png');
    background-repeat: no-repeat;
    background-position: 5px 6px;
  }
  
  .map_CopyGeorefToMatches {
    float: left;
    height: 30px;
    margin: 7px 0px 0px 12px;
    white-space: nowrap;
  }
  
  .map_Container {
    display: block;
    position: relative;
    height: 500px;
    margin: 0px 0px 24px 0px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #BCD4D4;
  }

  .map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #B8CFE5;
  }

  .map_LayerToggle {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 70px;
    height: 15px;
    overflow: hidden;
    padding: 4px 4px 4px 22px;
    border: 1px solid #999999;
    line-height: 15px;
    color: #666666;
    cursor: pointer;
    background: #FFFFFF url('../graphics/arrow-down.png') no-repeat 2px 3px;
  }

  .map_LayerDropdown {
    visibility: hidden;
    position: absolute;
    top: 37px;
    right: 12px;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #F6F6F6;
  }

  .map_LayerItem {
    width: 86px;
    height: 15px;
    padding: 4px 0px 4px 10px;
    border-bottom: 1px solid #999999;
    line-height: 15px;
    color: #666666;
    cursor: pointer;
  }

  .map_LayerItem:hover {
    background-color: #D9D9D9;
    color: #666666;
  }

  .map_GPSStatusBox {
    display: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    background-color: #dce9f5;
  }

  .map_GPSTable {
    display: table;
  }

  .map_GPSCell {
    display: table-cell;
    vertical-align: top;
  }

  .map_GPSIcon {
    width: 16px;
    height: 16px;
    margin: 8px 12px 0px 18px;
  }

  .map_GPSStatus {
    margin: 6px 0px 0px 0px;
  }
  
  /* -------- Explore photos on map: -------- */

  .map_ExplorePhotos {
  display: block;
  height: 500px;
  margin: 0px 0px 24px 0px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background-color: #BCD4D4;
  }

  .map_InfoWindowContent {
    width: 300px;
    overflow: hidden;
  }

  .map_InfoWindowHeader {
    height: 20px;
    line-height: 20px;
    padding-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
  }

}

@media (max-width: 620px)
{

  /* -------- Map interface: -------- */

  .map_Controls {
    height: 32px;
    padding: 6px;
    border: 1px solid #666666;
    background-color: #F6F6F6;
  }

  .map_Button {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 12px;
    border: 1px solid #F6F6F6;
    cursor: pointer;
  }
  .map_Button:hover {
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
  }
  .map_ButtonSelected {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 12px;
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    cursor: pointer;
  }

  .map_GPS {
    background-image: url('../graphics/location_16.png');
    background-repeat: no-repeat;
    background-position: 7px 7px;
  }
  .map_Circle {
    background-image: url('../graphics/circle-icon.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
  }
  .map_Clear {
    background-image: url('../graphics/remove-icon.png');
    background-repeat: no-repeat;
    background-position: 5px 6px;
  }

  .map_Container {
    display: block;
    position: relative;
    height: 500px;
    margin: 0px 0px 24px 0px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #BCD4D4;
  }

  .map_ {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #B8CFE5;
  }

  .map_LayerToggle {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 70px;
    height: 15px;
    overflow: hidden;
    padding: 4px 4px 4px 22px;
    border: 1px solid #999999;
    line-height: 15px;
    color: #666666;
    cursor: pointer;
    background: #FFFFFF url('../graphics/arrow-down.png') no-repeat 2px 3px;
  }

  .map_LayerDropdown {
    visibility: hidden;
    position: absolute;
    top: 37px;
    right: 12px;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #F6F6F6;
  }

  .map_LayerItem {
    width: 86px;
    height: 15px;
    padding: 4px 0px 4px 10px;
    border-bottom: 1px solid #999999;
    line-height: 15px;
    color: #666666;
    cursor: pointer;
  }

  .map_LayerItem:hover {
    background-color: #D9D9D9;
    color: #666666;
  }

  .map_GPSStatusBox {
    display: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    background-color: #dce9f5;
  }

  .map_GPSTable {
    display: table;
  }

  .map_GPSCell {
    display: table-cell;
    vertical-align: top;
  }

  .map_GPSIcon {
    width: 16px;
    height: 16px;
    margin: 8px 12px 0px 18px;
  }

  .map_GPSStatus {
    margin: 6px 0px 0px 0px;
  }

  /* -------- Explore photos on map: -------- */

  .map_ExplorePhotos {
    position: relative;
    display: block;
    height: 400px;
    margin: 0px 0px 24px 0px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #BCD4D4;
  }

  .map_InfoWindowContent {
    width: 300px;
    overflow: hidden;
  }

  .map_InfoWindowHeader {
    height: 20px;
    line-height: 20px;
    padding-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
  }

}

/* -------- Horizontally scrolling strip of thumbnail photos: -------- */

.map_ThumbnailStrip {
  overflow-x: scroll;
  overflow-y: hidden;
}

.map_ThumbnailStripTable {
  display: table;
  margin: 0px;
}

.map_ThumbnailStripCell {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

.map_ThumbnailStripImage {
  display: block;
  height: 80px;
  border: 1px solid #FFFFFF;
  margin: 2px;
  cursor: pointer;
}

.map_ThumbnailStripImage:hover {
  border: 1px solid #FF0000;
}