.dpDiv {

}
.dpTable {
  border: #aaaaaa 1px solid;
  font-size: 12px;
  color: #505050;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #d3ddf6;
  text-align: center;
}
.dpTR {

}
.dpTitleTR {

}
.dpDayTR {

}
.dpTodayButtonTR {

}
.dpTD {
  cursor: pointer;
}
.dpDayHighlightTD {
  border:: #aaaaaa 1px solid;
  cursor: pointer;
  background-color: #cccccc;
}
.dpTitleTD {

}
.dpButtonTD {

}
.dpTodayButtonTD {

}
.dpDayTD {
  border:: #aaaaaa 1px solid;
  color: white;
  background-color: #cccccc;
}
.dpTitleText {
  font-weight: bold;
  font-size: 12px;
  color: grey;
}
.dpDayHighlight {
  font-weight: bold;
  color: #4060ff
}
.dpButton {
  padding: 0x;
  font-weight: bold;
  font-size: 10px;
  color: orange;
  border:none;
}
.dpTodayButton {
  font-weight: bold;
  font-size: 10px;
  color: orange;
  border:none;
}