/* calendar.css */
#calendar > table {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   width: 100%;
   border: 1px solid #066;
   border-collapse: collapse;
}
tr {
   vertical-align: top;
}
th {
   width: 14.3%;
   background-color: #a6c9c9;
   color: #066;
   border: 1px solid #066;
}
td {
   width: 14.3%;
   height: 100px;
   font-size: 10px;
   background-color: #f2f7f7;
   border: 1px solid #066;
   padding: 2px;
}
td.note {
   text-align: center;
   vertical-align: middle;
}
caption {
   caption-side: top;
   text-align: center;
   color: #600;
   font-weight: normal;
   font-size: 1.5em;
}
.date {
   color: #066;
   font-size: 16px;
   font-weight: bold;
}
.blue {
   font-style: italic;
   color: blue;
}
.red {
   font-style: italic;
   color: red;
}
.green {
   font-style: italic;
   color: #066;
}
#heading tr {
   vertical-align: middle;
}
#heading th {
   width: 90%;
   height: 20px;
   font-size: 24px;
   font-weight: normal;
   background-color: #fff;
   color: #600;
   border: none;
   text-align: center;
}
#heading td {
   width: 5%;
   height: 20px;
   font-size: 24px;
   background-color: #fff;
   font-weight: bold;
   border: none;
   text-align: center;
}
#heading a {
   text-decoration: none;
   color: #008080;
}
