#calendartable table {
 cellspacing: 0;
 background-color: #ffffff;
 border: 2px solid #000000;
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;

}
#calendartable table a { color: #660000; }
#calendartable table a:hover { color: #660000; }
#calendartable table a:active { color: #660000; }
#calendartable table a:visited { color: #660000; }
#calendartable table a.special { color: #0000ff; }
#calendartable table a.special:hover { color: #0000ff; }
#calendartable table a.special:active { color: #0000ff; }
#calendartable table a.special:visited { color: #0000ff; }
.monthheader {
 text-align: center;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 15px;
 padding-bottom: 15px;
}
.monthtitle {
 text-align: center;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 15px;
 padding-bottom: 15px;
 font-size: 14pt;
}
#calendartable table ul {
 padding: 0;
 margin: 0;
}
#calendartable table li {
 padding-left: 3px;
 padding-top: 4px;
 padding-bottom: 5px;
 list-style-type: none;
 margin: 0;
}
#calendartable table td {
  overflow: hidden;
}
.dayheader {
 background-color: #336633;
 color: #ffffff;
 font-size: 12pt;
 text-align: center;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
 }
.eventtitle {
 font-size: 16pt;
 font-weight: bold;
}
#eventimage {
 float: right;
}

