.date_picker {
  display: none;
  position: absolute;
  background-color: #f7f7f7;
  z-index: 1000;
}

.date_picker table {
  border: 1px solid silver;
  font-family: "trebuchet ms";
}
.date_picker th {
  font-size: 10px;
  color: #333;
  text-align: center;
}

.date_picker .day_labels th {
  color: #005B88;
  font-size: 9px;
  font-weight: normal;
}

.date_picker td {
  width: 18px;
  background-color: white;
  font-size: 9px;
  text-align: right;
}

.date_picker a {
  text-decoration: none;
  color: #333;
  width: 100%;
  display:block;
}

.date_picker tbody td a {
  width: 21px;
  text-align: center;
  border: 1px solid white;
  padding: 1px 0;
}

.date_picker tbody td a:hover   { background-color: #f7f7f7; border: 1px solid red; color: black; }

.date_picker .cancel_butt { float: right; }

.date_picker .cancel_butt a {
  display: block;
  font: normal 10px "Trebuchet MS";
  width: auto;
  height: 19px;
  padding: 3px 4px 0 0;
}
.date_picker .cancel_butt a:hover {
	text-decoration: underline;
}