
.Calendar {
   border: solid 2px #808080;
}

.dayNamesCell {
   border: solid 1px #404040;
	text-align: center;
   font-weight: bold;
   background: #404040;
   background: #408020;
   color: #ffffff;
}

.calendarRow {
	height: 100px;
}

.otherMonthCell {
   border: solid 1px #808080;
   vertical-align: top;
   background: #d0d0d0;
   font-weight: normal;
}

.currentMonthCell {
   border: solid 1px #808080;
   vertical-align: top;
   font-weight: bold;
   color: #408020;
}

.todayCell {
   color: #FF4020;
   border: solid 2px #FF4040;
}

.calendarEvent, {
   width: 100%;
   color: #000000;
}

.calendarEvent a {
   font-weight: normal;
   font-size: 90%;
   text-decoration: none;
}

.monthlink {
   text-decoration: none;
}

