      
#eventCalendar {  background-color: #ffffff;
                  background-image: none;
                  position: absolute;
                  left: 50px;
                  top: 380px;
  }

TABLE.calendar { border-style: solid;
                 border-width: 1px;
                 border-color: #333333;
                 padding: 4px;
                 background-color: transparent;
                 background-image: none;
               }

TR.calendarHeading { background-color: #ffffff;
                     font-family: Georgia, "Times New Roman", serif;
                     font-size: 8pt;
                     color: #000000;
                     align: center;
                     height: 8;
                   }

TD.calendarDays {width: 12;
                 height: 8;
                 font-family: verdana, sans-serif;
                 font-size: 7pt;
                 color: #000000;
                 text-align: center;
                }

TD.calendarElement { width: 12;
                     height: 8;
                     font-family: verdana, sans-serif;
                     font-size: 7pt;
                     color: #333333;
                     text-align: right;
                   }
TD.eventElement { width: 12;
                  height: 8;
                  font-family: verdana, sans-serif;
                  font-size: 7pt;
                  color: #333333;
                  text-align: right;
                  background-color: #EEEEEE;
                   }

TD.homeElement { width: 12;
                 height: 8;
                 font-family: verdana, sans-serif;
                 font-size: 7pt;
                 color: #333333;
                 text-align: right;
                 background-color: #EEEEEE;
                 border: solid 1px #333333;
               }


A.calendarEvent { font-family: verdana, sans-serif;
                  text-decoration: none;
                  font-size: 7pt;
                  color: #AA0000;
                   }

A.calendarEvent:hover { font-family: verdana, sans-serif;
                        text-decoration: none;
                        color: #FF0000;
                        font-size: 7pt;
                       }


A.calendarEvent:visited { font-family: verdana, sans-serif;
                  text-decoration: none;
                  font-size: 7pt;
                  color: #AA0000;
                   }

