div.calendar
{
  font-size: smaller;
  color: #000;
}
div.calendar table
{
  border: 0px solid #aaa;
  text-align:left;
  border-collapse: collapse;
}

div.calendar td,div.calendar th
{
  padding: 1px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,div.calendar td.button:hover
{
  cursor: pointer;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  color: #000;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #bbb;
}

