.calendar {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    color: white;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}
.calendar caption {
    font-weight: bold;
    text-align: right;
    padding: 1em 10px;
    color: black;
    letter-spacing: 0.03em;
    margin: auto;
    margin: 0;
}
.calendar caption select, .calendar caption input {
  font-size: 2em;
}
.calendar th {
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  color: white;
  background-color: #303030;
}
.calendar td {
  padding: 0.3em 0.5em;
  border-left: 1px solid white;
  border-right: 1px solid white;
  height: 5em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #bbbbbb;
  margin: 0;
  background-color: #0087CC;
}

.calendar .notmonth {
  background-color: #005684;
  color: #0087CC;
}
.calendar .weekend {

}
.calendar .today {
    background-color: #11ACFF;
}
.calendar td p {
    margin: 0 0 1px 0 !important;
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.calendar div.date {
    float: left;
}
.calendar div.view {
    float: right;
    display: none;
}
.calendar td.hover div.view a {
    text-decoration: none !important;
	font-weight: normal;
}
.calendar td.hover div.view {
    display: block;
}
.calendar tbody td ul.detail {
    display: none;
}
.calendar td p a {
  color: white !important;
  text-decoration: none !important;
  font-weight: normal !important;
  white-space: nowrap;
}
.calendar tbody p a:hover {
  text-decoration: underline !important;
  color: white !important;
}
.calendar td.notmonth p a {
  color: #0087CC !important;
}
.calendar td.notmonth p a:hover {
  color: #0087CC !important;
}
.calendar td.hover {
    background-color: #fec400;
    color: black;
}
.calendar td.hover a {
    color: black !important;
}
.calendar td.hover a:hover {
    color: #382B00 !important;
}
p.otherViews {
	text-align: right;
	padding: 0 !important;
    margin: 0 10px !important;
}
p.downloadEvent {
    text-align: right;
    margin: 0 0 2px 0 !important;
}
li.downloadableEvent {
    background-color: #EAEAEA;
    padding: 5px !important;
    margin-bottom: 10px !important;
}
ul.dayData {
    margin-bottom: 30px !important;
}

