table#calendar {
   width: 168px;
   margin: 8px 0 0;
   padding: 0;
   font: 10px Georgia, Times, "Times New Roman", serif;
   background: white;
   }

table#calendar tr#title th {
   background: url(../images/headingbg1.gif) no-repeat top;
   color: white;
   font: bold 16px "Trebuchet MS", Arial, sans-serif;
   text-align: center;
   padding: 0.25em;
   }

table#calendar tr#days th {
   color: white;
   background-color: #02367F;
   font-family: Verdana, Arial, Helvectica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   padding: 0.25em 0;
   border-top: 1px solid white;
   }

table#calendar td {
   color: black;
   text-align: right;
   vertical-align: top;
   border: 1px solid gray;
   border-color: gray silver silver gray;
   width: 22px;
   height: 22px;
   }

table#calendar td.sat {
   border-right: 1px solid gray;
   }

table#calendar a {
   text-decoration: none;
   font-weight: bold;
   display: block;
   margin: 0;
   }

table#calendar a:link {
   color: blue;
   }

table#calendar a:visited {
   color: blue;
   }

table#calendar a:hover {
   text-decoration: underline;
   }

table#calendar td.sat,
table#calendar td.sun,
table#calendar td.closed {
   background: #EEE;
   color: gray;
   }

table#calendar td.lst,
table#calendar td.nxt {
   background: silver;
   color: gray;
   }

table#calendar td.lst a,
table#calendar td.nxt a,
table#calendar td.lst a:visited,
table#calendar td.nxt a:visited {
   color: gray;
   }

table#calendar tr#lastweek td {
   border-bottom: 1px solid gray;
   }

table#calendar td.holiday {
   background: gold;
   }

table#calendar td.today {
   background: yellow;
   }