@charset "UTF-8";

div.UDCalendarView {
  margin: 4px;
  padding: 0px;
  width: 20em;
  height: auto;
  font-size: 10px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  border: 2px solid #060c56;
  background-color: #fff;
  color: #060c56;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
div.UDCalendarView div {
  margin: 0px;
  padding: 0px;
}
div.UDCalendarView div.UDCalendarViewTitle {
  font-family: Georgia, Times, serif;
  font-size: 12px;
  padding: 4px;
  background-color: #2d4059;
  color: white;
}
div.UDCalendarView div.UDCalendarViewToolbar {
  width: auto;
  height: 2em;
  padding: 4px;
  background-color: #EBF2FF;
  color: #060c56;
}
div.UDCalendarView div.UDCalendarViewToolbar div.UDCalendarViewButton {
  width: 15%;
  font-size: 12px;
}
div.UDCalendarView div.UDCalendarViewToolbar div.UDCalendarViewButtonToday {
  width: 40%;
  float: left;
}
.UDCalendarViewFlushLeft {
  float: left;
}
.UDCalendarViewFlushRight {
  float: right;
}
div.UDCalendarView div.UDCalendarViewToolbar div.UDCalendarViewButton:hover {
  background-color: #2d4059;
  color: #d0d0df;
}
div.UDCalendarView div.UDCalendarViewColHeaders {
  width: auto;
  height: 2em;
  border-bottom: 1px solid #80808f;
  background-color: #EBF2FF;
  color: #060c56;
}
div.UDCalendarView div.UDCalendarViewColHeaders div {
  width: 14%;
  height: 2em;
  left: -1px;
  line-height: 200%;
  float: left;
}
div.UDCalendarView div.UDCalendarViewWeek {
  width: auto;
  height: 2em;
}
div.UDCalendarView div.UDCalendarViewWeek div {
  width: 14%;
  height: 2em;
  left: -1px;
  line-height: 200%;
  float: left;
}
div.UDCalendarView div.UDCalendarViewWeek div.UDCalendarViewDayPane {
  cursor: pointer;
}
.UDCalendarViewDayPaneToday {
  background-color: #edc35e;
}
div.UDCalendarView div.UDCalendarViewWeek div.UDCalendarViewDayPane:hover {
  background-color: #b0b0bf;
}
div.UDCalendarView a {
  text-decoration: none;
  color: #060c56;
}
