.calHeading {font-family:arial; font-size:16pt; font-weight:bold; color:#333333 }
.todaysDate {font-family:arial; font-size:12pt; font-weight:bold; }

.monthLink:link {font-family:arial; font-size:10pt; font-weight:bold; text-decoration:none; }
.monthLink:visited {font-family:arial; font-size:10pt; font-weight:bold; text-decoration:none; }
.monthLink:hover {font-family:arial; font-size:10pt; font-weight:bold; color:#336666; text-decoration:none; }

.monthTitle { font-family:arial; font-size:20pt; font-weight:bold; color:#333333; }
.monthOption { font-family:arial; font-size:9pt; font-weight:none; color:#333333; }

.dayLink:link {font-family:arial; font-size:8pt; color:#333399; text-decoration:none; }
.dayLink:visited {font-family:arial; font-size:8pt; color:#333399; text-decoration:none; }
.dayLink:hover {font-family:arial; font-size:8pt; color:#333399; text-decoration:none; }

.copywrite {font-family:times; font-size:8pt; font-weight:bold; color:#90afc7}

td.daynames {
  font-family:arial; font-size:10pt; font-weight:bold; color:#333333;
  width: 90px; background-color:#def0eb;
}
td.days {
  font-family:arial; font-size:8pt; font-weight:none; color:#333399;
  padding-left:2pt; width: 90px; height: 70px; background-color:#ffffee;
}
td.days_over {
  font-family:arial; font-size:8pt; font-weight:none; color:#333399;
  cursor: hand; cursor: pointer;
  padding-left:2pt; width: 90px; height: 70px; background-color:#ef8a44;
//#7aa498;
}
td.today {
  font-family:arial; font-size:8pt; font-weight:none; color:#333399;
  padding-left:2pt; width: 90px; height: 70px; background-color:#def0eb;
}
td.blank {
  width: 90px; height: 70px; background-color:#ffffff;
}

.desc_head {font-family:arial; font-size:16pt; color:#333333}
td.desc_title {
  font-family:arial; font-size:10pt; font-weight:bold; color:#333333;
  width:400px; background-color:#ffffff;
}
td.desc_1 {
  font-family:arial; font-size:10pt; font-weight:none; color:#333333;
  width:400px; background-color:#ffffee;
}
td.desc_2 {
  font-family:arial; font-size:10pt; font-weight:none; color:#333333;
  width:400px; background-color:#def0eb;
}