.popupCalendar { position:absolute; font-family: Verdana, arial, helvetica, 
			sans-serif; font-size:10pt; color:white; visibility:hidden; 
			background: black; border-color: white; 
			border-style: ridge; border-width: 2px; padding:  5px; z-index:5; }
.monthRow { font-family: Verdana, arial, helvetica,sans-serif; font-size:10pt; 
			color: white;}
.yearRow { font-family: Verdana, arial, helvetica,sans-serif; font-size:10pt; 
			color: white;}
.dayRow { font-family: Verdana, arial, helvetica,sans-serif; font-size:8pt; 
			color: black; background: lightgrey}
.dateOff { font-family: Verdana, arial, helvetica,sans-serif; font-size:8pt; 
			color: white; background: black; text-align: center}
.dateOn { font-family: Verdana, arial, helvetica,sans-serif; font-size:8pt; 
			color: black; background: lightgrey; cursor: hand; text-align: center}
.calButtonStyleOff  {
  font-family : Verdana;
  font-weight : normal;
  font-style : normal;
  color : white;
  font-size : 10pt;
  text-align : left;
  border-width : 1pt;
  border-color : black;
  border-style : solid;
  width : 100pt;
  text-decoration : none;
  background-color : black;
}

.calButtonStyleOn  {
  font-size : 10pt;
  font-family : Verdana;
  font-weight : normal;
  font-style : normal;
  color : black;
  text-decoration : none;
  text-align : left;
  border-width : 1pt;
  border-color : black;
  border-style : solid;
  width : 100pt;
  cursor : hand;
  background-color : lightgrey;
}
