.calendarTable { cell-spacing: none; border-width:0px; }
.dayHeadTR {}
.dayHeadTD {font-family: verdana; font-weight:bold;font-size: 10pt; 
            cell-spacing: 0px; cell-padding: 0px; border: none white 0px;
            border-bottom: solid black 1px}
.dayTD {font-family: verdana; font-weight:normal; font-size: 10pt; padding: 4px; 
        cursor: pointer; cursor: hand;}
.emptyTD {font-family: verdana; font-weight:normal; font-size: 10pt; padding: 4px;
          cursor: default;}
.calendarDiv {position: absolute; left: -100px; top: -1200px; width: 180px; 
              border: solid black 2px; background-color: white}
.changeMonthTD {background-color: gray; width: 20px; border: solid black 1px;
                cursor: pointer;cursor: hand}
.monthHeadingTD {	font-family: verdana; font-weight:normal; font-size: 11pt; 
                 background-color: gray; width: 140px; color: white;
                 border: solid black 1px; text-align: center; cursor: default;}
.monthHeadingTable { width: 100%; }
.cancelHyperlink {font-family: verdana; font-weight:normal; font-size: 9pt; 
                  position: relative; left: 60px; top: -5px}
