/* Styles definition here */

#fbuilder .ui-datepicker-inline { max-width:none !important; }
.pbSubmit:hover { background-color: #95a12e; color: white; }
#fbuilder .ui-datepicker-header { background:#95a12e ; color:#fff; text-shadow:none; }
#fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default{background:#d6dc9f;color:#830000;}
.ui-datepicker td a {text-shadow: none;}
.ui-datepicker-calendar .ui-state-active {
    background: #ccc;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .3);
    text-shadow: none;
    border: 1px solid #830000;
	position: relative;}