.eventpopup {
  background-color: white;
  color: black;
  border: 2px solid #666;
  padding: 5px;
  width: 155px;  
  text-transform: none;
}

.eventpopup .title, 
.eventpopup .title-with-entry {
  font-size: 13px;
}

.eventpopup .title-with-entry {
  background-image: url(/pictures/link_icon_internal.gif);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 16px;
  margin-right: 2px;  
}

.eventpopup .location, .eventpopup .location-with-coverage {
  color: #666;  
}

.eventpopup .location-with-coverage {
  background-image: url(/pictures/icon_ticket.gif);  
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 16px;
}

.eventpopup .fulldate {
  color: #666;
  font-size: 10px;  
}

.eventpopup .description {
  font-size : 10px;
  border-top: 1px solid #666;
  margin-top : 4px;
  padding-top : 4px;
}

.eventpopup .coverage {
  border-top: 1px solid #666;
  margin-top : 4px;
  padding-top : 4px;
}