/**
 * Tokelau map
 * @author Miroslav Kvasnica - niwi, niwiweb.wz.cz, miradrda@volny.cz
 * @date 15.12.2009
 */
#map
{
  position: relative;
  padding: 5px;
  text-align: center;
}

#map table
{
  margin: auto;
  border: none;
}

#map td
{
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid gray;
  background-color: black;
}

#map td div
{
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
}

#map.halfZoom td, #map.halfZoom td div
{
  width: 20px;
  height: 20px;
}

#map img
{
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

#map #topArrow
{
  display: block;
  margin: auto;
  width: 50px;
  height: 20px;
  background-image: url('http://dlouhodobka.cz/images/map/arrows/top_full.png');
}

#map #rightArrow
{
  display: block;
  position: absolute;
  top: 360px;
  right: -20px;
  width: 20px;
  height: 50px;
  background-image: url('http://dlouhodobka.cz/images/map/arrows/right_full.png');
}

#map #bottomArrow
{
  display: block;
  margin: 10px auto;
  width: 50px;
  height: 20px;
  background-image: url('http://dlouhodobka.cz/images/map/arrows/bottom_full.png');
}

#map #leftArrow
{
  display: block;
  position: absolute;
  top: 360px;
  left: -20px;
  width: 20px;
  height: 50px;
  background-image: url('http://dlouhodobka.cz/images/map/arrows/left_full.png');
}

#map .arrow
{
  display: block;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
}

#map #topArrow a
{
  background-image: url('http://dlouhodobka.cz/images/map/arrows/top.png');
}

#map #topArrow a:hover
{
  background-image: none;
}

#map #rightArrow a
{
  background-image: url('http://dlouhodobka.cz/images/map/arrows/right.png');
}

#map #rightArrow a:hover
{
  background-image: none;
}

#map #bottomArrow a
{
  background-image: url('http://dlouhodobka.cz/images/map/arrows/bottom.png');
}

#map #bottomArrow a:hover
{
  background-image: none;
}

#map #leftArrow a
{
  background-image: url('http://dlouhodobka.cz/images/map/arrows/left.png');
}

#map #leftArrow a:hover
{
  background-image: none;
}

#map .objectImg, #map .spot
{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  cursor: help;
}

#map.halfZoom .objectImg, #map.halfZoom .spot
{
  width: 20px;
  height: 20px;
}

#map th
{
  background: none;
  border: none;
  font-size: 0.8em;
}

#map.halfZoom th
{
  padding: 0;
  font-size: 0.9em;
  line-height: 1.2em;
}

td.neighbor .objectImg, td.neighbor .tile
{
  cursor: crosshair;
}

/* ---------------------------------------------------------------- */
/* ------------------------- infobox ------------------------------ */
/* ---------------------------------------------------------------- */
#infobox
{
  position: absolute;
  width: 300px;
  border: 2px solid white;
  background-color: #FFFCBD;
  color: gray;
  padding: 10px;
  z-index: 999;
  line-height: 1em;
}

#infobox h3
{
  margin: 5px;
  padding: 0;
  font-size: 0.8em;
  font-weight: normal;
  text-align: center;
  color: black;
}

#infobox h4
{
  width: 100%;
  margin: 0 0 5px 0;
  background-color: #FFF070;
  padding: 3px 0 5px 0;
  font-size: 1em;
  font-weight: bold;
  color: gray;
}

#infobox .objectBox
{
  margin: 1px 5px 5px 5px;
}

#infobox .boxBorder
{
  border-bottom: 1px solid white;
}

#infobox .objectDescription
{
  float: right;
  width: 100%;
  margin-bottom: 5px;
  background-color: #FFFCBD;
  color: gray;
  font-size: 0.8em;
  text-align: left;
}

#infobox strong
{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: black;
  text-align: right;
}
#infobox img
{
  width: 40px;
}

/* ---------------------------------------------------------------- */
/* ------------------------- mapInfo ------------------------------ */
/* ---------------------------------------------------------------- */
#mapInfo
{
  width: 600px;
  border: 2px solid #F59918;
  background-color: #FFF5DA;
  color: black;
  padding: 10px;
}

#mapInfo img
{
  float: left;
  margin: 5px 10px;
}

#mapInfo em.header
{
  color: black;
  font-size: 0.8em;
}

#mapInfo .typ
{
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
  color: #F59918;
}

#mapInfo h4
{
  margin: 0 5px 5px 5px;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

#mapInfo em
{
  color: #F59918;
}

#mapInfo .mapInfoBox
{
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 1px dotted gray;
}

#mapInfo .boxBorder
{
  border-bottom: 1px solid white;
}

#mapInfo .objDesc
{
  margin-bottom: 5px;
  font-size: 0.8em;
  text-align: left;
}

/* ---------------------------------------------------------------- */
/* ------------------------- blockerBox --------------------------- */
/* ---------------------------------------------------------------- */

#blockerbox h4
{
  margin: 10px 80px 10px 0;
  padding: 0 0 5px 50px;
  border-bottom: 1px dotted gray;
  font-size: 1.2em;
  line-height: 1.2em;
}

#blockerbox img.icon
{
  float: right;
  margin: 5px;
}

#review-map {
  position: relative;
  clear: both;
}
#review-map a.club  {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  margin: 0;
  background-color: #FF1414;
  text-decoration: none;
}

#map td div.gtitlebox {
  position: absolute;
  width: 200px;
  top: 45px;
  left: 10px;
  padding: 5px 15px;
  z-index: 99;
}

#settleBox {
  background-color: #F7FFF2;
  border: 2px solid #D7DFD2;
  padding: 10px;
  line-height: 1.2em;
}
#settleBox p {
  margin: 3px;
  padding: 3px;
}
