@CHARSET "UTF-8";

table.styledCalendar {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #A0D8FD;
  margin: 5px;
  text-align:center;
  font-family: arial;
}

table.styledCalendar th, table.styledCalendar td {
  border: 1px solid #A0D8FD;
  padding: 2px;
  font-size: 14px;
  text-align: center;
}

table.styledCalendar td {
  vertical-align: top;
  background-color: #CEEAFF;
}

table.styledCalendar td div.events {
  line-height: 25px;
  overflow-y: auto; 
  background-color:lightgreen;
}

table.styledCalendar td div.events span {
  display: block;
  margin-bottom: -3px;
}

table.styledCalendar td div.events a {
  display: block;
  margin-bottom: -3px;
  color: #99997a; 
}

table.styledCalendar td div.events a:active, table.styledCalendar td div.events a:focus {
  outline: 0; 
}

table.styledCalendar thead th {
  background-color:#025F9C;
  color: #fff;
  font-size: 24px;
  margin: 5px;
}

table.styledCalendar tbody th {
  color: #3C80AD;
  font-size: 14px;
  margin: 3px;
}

table.styledCalendar tfoot th {
  border: none;
  background-color:#025F9C;
  color: #90CCF9;
}

table.styledCalendar tfoot th a {
  color: #fff;
  text-decoration: none;
  display: block;
}

table.styledCalendar tfoot th a:hover {
  border: 1px solid #90CCF9;
}

table.styledCalendar {
  background-color: #ffffff;
}

table.styledCalendar td.dayBlank {
  background-color: #CEEAFF;
}

table.styledCalendar td.dayToday {
  border: 2px solid #000;
}

table.styledCalendar td div.date {
  text-align: right;
  padding: 0;
  margin: 0;
  color: #006;
  background-color: #CEEAFF;
}

table.styledCalendar td.dayToday div.date {
  color: darkblue !important;
}

table.styledCalendar td.daySpecial div.date {
  color: #e6cdff;
}

table.styledCalendar td.dayHasEvent div.date {
  color: green;
}

table.styledCalendar td.memorialDayWeekend {
  background-color: #e0f8f8;
}
