.calendar1 {
   width: 160px;
   font-size:14px;
   font-family: Helvetica;
}
.calendar1 div {
   float: left;
   height: 21px;
   width: 21px;
  }
.calendar1 .monheader {
   font-weight: bold;
   color: #9D0000;
   text-align: center;
   height: 19px;
   width: 157.5px;
   line-height:19px;
}
.calendar1 .dayheader {
   font-weight: bold;
   color: #9d0000;
   text-align: center;
   height: 19px;
   background-color: #fff;
   line-height:19px;
}
.calendar1 .day {
   background-image: url(../images/calendar2.jpg);
   background-repeat:no-repeat;
   width:19px;
   height: 19px;
   line-height:19px;
   color:#FFFFFF;
   margin:1px;
}
.calendar1 .today {
   background-image: url(../images/calendar1.jpg);
   background-repeat:no-repeat;
   width:19px;
   height: 19px;
   line-height:19px;
   color:#000000;
   margin:1px;
 }
.calendar1 .withEv {
   background-image: url(../images/calendar3.jpg);
   background-repeat:no-repeat;
   width:19px;
   height: 19px;
   line-height:19px;
   color:#FFFFFF;
   margin:1px;
 }
.calendar1 .inactive {
   background-color: #fff;
  
}

