/* Styles definition here */

.ui-datepicker-unselectable .ui-state-default {
    text-decoration:line-through;
    color: red;
	text-shadow: none;
}

a {
  color: #808080;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #cfcfcf;
  text-shadow: none;
  filter: dropshadow(color=#fff, offx=1, offy=1);
  box-shadow: none;
  border: 0px;
}

.ui-datepicker th {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 1px 0px 0px #fff;
}

.ahb_m #fbuilder .ui-datepicker-calendar .ui-state-active {
  box-shadow: none;
  text-shadow: none;
  color: #2271b3;
  border: 0px solid;
  font-size: larger;
}