/*
 * Copyright 2008 Savarese Software Research Corporation.  All rights reserved.
 */
body {
  width: 975px;
}

#Description {
  line-height: 1.5em;
}

#MapDisplay {
  float: right;
  margin-left: 1em;
  width: 752px;
}

#MapDisplay div {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

h1 {
  font-size: 14px;
}

#Events {
  height: 48px;
}

#Dates {
  margin-top: 4px;
}

div.special-event {
  text-align: center;
  float: left;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #000016;
  background-color: #a9a9a9;
  color:  #ffffff;
  line-height: normal;
  margin-right: 2px;
}

#Next, #Prev {
  float: right;
  font-size: 14px;
  padding: 4px;
  border: 1px solid #000016;
  background-color: #a9a9a9;
  color:  #ffffff;
  text-align: center;
  z-index: 1;
  opacity: 0.80;
  filter  : alpha(opacity=80);
  position: relative;
  margin-right: 4px;
  margin-top: 4px;
}

#Zoom {
  font-size: 14px;
  padding: 4px;
  border: 1px solid #000016;
  background-color: #a9a9a9;
  color:  #ffffff;
  text-align: center;
  float: left;
  z-index: 1;
  opacity: 0.80;
  filter  : alpha(opacity=80);
  position: absolute;
  margin-left: 4px;
  margin-top: 4px;
}

#Zoom a {
  color:  #ffffff;
  text-decoration: none;
}

#Plus, #Minus {
  border: 1px solid #ffffff;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

#Viewport {
  background: #ffffff;
  border: 1px solid #000016;
  overflow: hidden;
  width: 750px;
  height: 500px;
}

.tile {
  margin: 0px;
  border: 0px none;
  -moz-user-select: none;
}

div.zoom {
  text-align: center;
  cursor: pointer;
}

div.special-event:hover, #Next:hover, #Prev:hover, div.zoom:hover, .control-hover {
  color:  #000000;
  background-color: #ffebcd;
  cursor: pointer;
}
