div.mini-calendar {
  float:right;
  width:140px;
  border-right:1px solid #b5bcc9;
  border-top:1px solid #b5bcc9;
}

div.mini-calendar div.day, div.mini-calendar div.event, div.mini-calendar div.today, div.mini-calendar div.blank {
  border-left:1px solid #b5bcc9;
  border-bottom:1px solid #b5bcc9;
  background:#f3f5f8;
  height:19px;
  width:19px;
  color:black;
  text-align:center;
  line-height:20px;
  font-size:9px;
  font-family:arial;
  float:left;
}

div.mini-calendar div.event {
  background:#b5bcc9;
  color:white;
}

div.mini-calendar div.today {
  text-decoration:underline;
}

div.mini-calendar div.blank {
  background:white;
}

div.mini-calendar div.weekdays div {
  font-size:9px;
  color:white;
  font-family:arial;
  text-align:center;
  width:20px;
  background:#b5bcc9;
  float:left;
}

div.mini-calendar div.title {
  border-left:1px solid #b5bcc9;
  background:#b5bcc9;
  text-align:center;
  padding-bottom:2px;
  font-size:14px;
  font-weight:bold;
  font-family:arial;
}