.calendar{
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.calendar tr td{
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  width: 80px;
}
.calendar tr th{
  width: 80px;
}
.calendar-month{
  border: 1px solid #BBBBBB;
  margin: 10px auto 0 auto;
  padding: 10px;
  font-weight: bold;
}
.calendar-month a{
  color: #666666;
  font-size: 80%;
  margin: 10px 50px;
  text-decoration: none;
}
.calendar-weekdays{
  font-size: 75%;
  height: 50px;
  }
.calendar-daytitle{
  padding-left:5px;
  background: #ddd;
  line-height: 20px;
  height: 20px;
}
.calendar-daytitle a{
  color: #FF0000;
  text-decoration: underline;
}
.calendar-daytitle-today{
  background: #AAAAAA;
  line-height: 20px;
  height: 20px;
  font-weight:bold;
}
.calendar-today{
  background: #00CED1;
}
.calendar-body{ 
  color: #666666;
  font-size: 80%;
  vertical-align: top;
  text-align: left;
  height: 80px;
}
.calendar-weeknumber{
  line-height: 80px;
  text-align: center;
  border: 0;
}
.calendar-weeknumber a{
  color: #F00;
  text-decoration: underline;
}
.event {
  margin:3px;
  font-size:88%;
}
