/* Styles definition here */
/*Avaiable Dates*/
.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default{background:#ffa500;color:#fff;}
.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover{color:#fff; background:#e7c27d;}

/*Current Date*/
.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {color: #FFF; background: #955301;}

/*Inactive or Unavailable Dates*/
.ahb_m2 #fbuilder .ui-datepicker-unselectable .ui-state-default{background:#ddd;color:#000;}