.calendarDayWeekday
{
  padding: 3px 5px 2px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
  background-color: #808080;
  background-image: url( '../images/calendarDayWeekday.png' );
  background-size: cover;
  background-repeat: repeat-y;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.calendarDayWeekend
{
  padding: 3px 5px 2px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #c0c0c0;
  background-color: #808080;
  background-image: url( '../images/calendarDayWeekend.png' );
  background-size: cover;
  background-repeat: repeat-y;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.calendarDateWeekday
{
  padding: 3px 5px 2px 5px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  background-color: #949494;
}

.calendarDateWeekend
{
  padding: 3px 5px 2px 5px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  background-color: #949494;
}

.calendarDateOutOfMonthWeekday
{
  padding: 3px 5px 2px 5px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  background-color: #AAAAAA;
}

.calendarDateOutOfMonthWeekend
{
  padding: 3px 5px 2px 5px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  background-color: #AAAAAA;
}

.calendarWeekday
{
  min-height: 89px;
  padding: 3px 5px 2px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url( '../images/calendarWeekday.png' );
  background-size: cover;
  background-repeat: repeat-y;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.calendarWeekend
{
  min-height: 89px;
  padding: 3px 5px 2px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #ff0000;
  background-color: #CCCCCC;
  background-image: url( '../images/calendarWeekend.png' );
  background-size: cover;
  background-repeat: repeat-y;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.calendarOutOfMonthWeekday
{
  min-height: 89px;
  padding: 3px 5px 2px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #404040;
  background-color: #BBBBBB;
  background-image: none;
  background-size: cover;
  background-repeat: repeat-y;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.calendarOutOfMonthWeekend
{
  min-height: 89px;
  padding: 3px 5px 2px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  color: #ff0000;
  background-color: #CCCCCC;
  background-image: none;
  background-size: cover;
  background-repeat: repeat-y;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.calendarEvent
{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 2px 4px 2px 4px;
  margin: 0 0 2px 0;
  border-radius: 5px;
}

.calendarList
{
  /* max-height: 90px;  */
}

.calendarListEvent
{
  min-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 1px 4px 2px 4px;
  margin: 0 0 4px 0;
  border-radius: 5px;
  min-width: 250px;
}

.calendarBody
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

.calendarViewAllLink a:link
{
  color: #ffffff;
  text-decoration: none;
}

.calendarViewAllLink a:visited
{
  color: #ffffff;
}

.calendarViewAllLink a:hover
{
  color: #ffffff;
  text-decoration: underline;
}

.calendarNullLink
{
  cursor: pointer;
}

.calendarMinimumDayHeight
{
  min-height: 82px;
}

/* these are overrides */
.calCourseTitleLinkFont
{
  font-size: 16px;
  line-height: 16px;
}

.calCourseOtherLinkFont
{
  font-size: 16px;
  line-height: 16px;
}

.calDate
{
  position: relative;
  font-size: 25px;
  line-height: 25px;
  color: #222222;
  width: 0px;
  height: 0px;
  left: 5px;
  text-shadow: 0 0 12px #ffffff, 0 0 9px #ffffff, 0 0 6px #ffffff, 0 0 3px #ffffff;
}