#fc-tl {
  height: 700px;
  border: 1px solid #ccc;
  background-color: #efefef;
  overflow: hidden;
  font-family: verdana, sans-serif;
  font-size: 9px;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

#fc-tl-key div.key-site {
  width: 60px;
  float: left;
  color: #fff;
  padding: 2px;
  margin: 0px 2px 2px 0px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

#fc-tl-key div.key-all {
  color: #000;
  border-color: #aaa;
}

#fc-tl-key div.link {
  width: 400px;
  color: #222;
  padding: 2px;
  float: left;
  text-align: left;
  margin: 0px 0px 2px 10px;
  border: none;
}

#fc-tl table, #fc-tl table td, #fc-tl table th {
  border: none;
}

/* Because of our timeline mods we wanted little div icons instead of images.
 */
#fc-tl div.evt-icon {
  border: 1px solid #fff;
  margin-right: 2px;
  float: left;
}
/**/

.timeline-event-bubble-title{
  border: none;
  font-size: 11pt;
  font-family: verdana, sans-serif;
  margin-bottom: 0;
}

.timeline-event-bubble-time{
  color: #666;
  font-size: 9pt;
  font-family: monospace;
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 2px 2px 2px 5px;
  margin: 0px;
}

.timeline-event-bubble-body{
  margin: 0 0 10px 0;
  font-family: verdana, sans-serif;
  font-size: 9pt;
}

.time-label, .summary-time-label{
  padding-left: 5px;
  color: #333;
}

.time-label {
  font-size: 200%;
}

