#map {

}

.infoWindowContent {
  color: #333;
}

#tooltip {
  display:none;
  background:transparent url(/images/tooltip.png);
  font-size:12px;
  height:70px; 
  width:160px;
  padding:25px;
  color:#fff;
}

#events {
  position: absolute;
  top: 30px;
  right: 10px;
}

#events #list {
  background-color: #FDB327;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
}

#show_more, #show_less {
  background-color: #fff;
  float: right;
}

#show_less {
  display: none;
}

.odd {
  background-color: #33C1EE;
}

.even {
  background-color: #E2218A;
}

.event {
  min-height: 45px;
  padding: 2px;
}
