body.iframe {
  background: transparent;
  background-image: none;
}
#eventInfo {
  /* height: 280px; value is set from javascript based on iframe size, but is around this sort of value typically */
  overflow: auto;
}
td.fc-widget-content div.fc-day-content {
  display: none;
}
td.fc-widget-content.fc-custom-has-event {
  background-color: orange;
  color: white;
}
td.fc-widget-content.fc-custom-has-event:hover {
  background-color: green;
}
td.fc-widget-content.fc-custom-has-event.selected {
  background-color: blue;
}
#calendar div.fc-day-number {
  font-size: 15px;
  text-align: center;
  float: none;
}
div.day-info {
  color: #333;
  display: none;
  border: 1px solid #ccc;
  padding: 5px;
  background:url(/media/images/header-bg.png) #ffffff repeat-x left top;
}}
div.day-info table {
  width: 100%;
}
div.day-info td {
  border-top: 1px solid #ccc;
}
div.day-info form {
  margin: 0;
}
div.day-info td.inv-msg{
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 10px;
}
div.day-info button {
  text-decoration: none;
  display: block;
  padding: 10px 0px;
  text-align: left;
}
div.day-info button:hover {
  text-decoration: underline;
}
div.day-info a {
  display: block;
  padding: 10px 0;
  text-decoration: none;

}
div.day-info a:hover {
  text-decoration: underline;
  color: #333;
}