#dateBox {
   position: relative;
   display: inline;
   padding: 0px;
   margin: 0px;
}
#dateBox a {
   text-decoration: none;
   color: black;
}
#dateview {
   padding-left: 20px;
   background: white url(images/cal.png) no-repeat center left;
   border: 1px solid #7588dc;
   width: 7em;
   text-align: center;
   cursor: pointer;
}
table.datePicker {
   border-collapse: collapse;
   border: 2px solid black;
}
table.datePicker td {
   border: 1px solid black;
   text-align: center;
   padding: 2px;
   font: 9pt Arial;
}
tr.dayNames td {
   background: black;
   color: white;
}
tr.yearMonth td {
   background: black;
}
td.day {
   background: white;
   cursor: pointer;
}
td.daySelected {
   background: blue;
   color: white;
   cursor: pointer;
}
td.emptyDate {
   background: gray;
}
img {
   border: 0px;
}
