.dfvPicker .datepick-nav {
  background-color: #0062B9;
}

.dfvPicker a.datepick-cmd {
  position: absolute;
  top: 5px;
  width: auto;
}

.dfvPicker a.datepick-cmd-prev 
{
  left: 20px;
}

.dfvPicker a.datepick-cmd-next {
  right: 20px;
}

.dfvPicker .datepick-cmd:hover {
  background-color: #0062B9
}

.dfvPicker .datepick-month-header {
  background-color: #0062B9;
  height: 2.5em;
  line-height: 2.5em;
}

.dfvPicker .datepick-ctrl,
.dfvPicker .datepick-nav a.datepick-cmd-today {
  display: none;
}

.dfvPicker .datepick-month,
.dfvPicker .datepick-month td{
  border-color: #0062B9;
}

.dfvPicker .datepick-month thead{
  margin-bottom: 5px;
}

.dfvPicker .datepick-month th {
  border: none;
  background-color: #B3D0EA;
  color: #0062B9;
}

.dfvPicker .datepick-month a,
.dfvPicker .datepick-month td .datepick-weekend{
  background-color: #3381C7;
  color: #fff;
}

.dfvPicker .datepick-month td .datepick-other-month {
  background-color: #0062B9;
}

.dfvPicker .datepick-month td .datepick-today,
.dfvPicker .datepick-month td .datepick-highlight {
  background-color: #B3D0EA;
  color: #0062B9;
}
