/* calendar styles */

table#calendar
{
  border-collapse: collapse;
  empty-cells: show;
}

td.border, td.week, td.today, td.days, table#calendar
{
  border: thin solid black;
}

td.days, td.today, td.week
{
  font-size: 7pt;
  width: 82px;
  height: 82px;
  text-align: right;
}

td.today
{
  background-color: #880;
}

td.week
{
	height: auto;
	text-align: center;
}

td.month
{
  font-size: 18px;
  font-weight: bold;
}

.anniversary { color: #a00; }
.birthday    { color: #a00; }
.holiday     { color: #a00; }

/* calendar links */

a.clink:link, a.clink:visited
{
	text-decoration: none;
	color: #000;
}

a.clink:hover, a.clink:visited:hover
{
	text-decoration: underline;
	color: #000;
}

td.otherMonth
{
	background-color: #ddd;
}
