#calendar {
  display: none;
  position: absolute;  z-index: 10001;
  background: white;
  border: 1px solid black;
  padding: 2px;
}

#calendarbackground {
  display: none;
  position: absolute;  z-index: 10000;
  background: #000 ;
  opacity: 0;
  width: 100%;
  top: 0px;
}

#datetable {
}

#datetable td {
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  width: 20px;
}

a.aarrow {  font-family: Arial;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

.tdarrow {  width: 25px;
}


#cal_text {
  width: 96px;
  font-family: Arial;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}

#closebtn {	 display: block;
	 position: absolute;
	 right: 0;
	 top: 0;
	 color: red;
	 font-size: 10px;
	 line-height: 10px;
	 font-weight: bold;
	 z-index: 100;
	 cursor: pointer;
/*	 width: 10px; */
}



