/* Calendar */
.ui-datepicker-today a
{
    background: none !important;
}

.ui-datepicker-current-day a {
    background: #FBEC88 url("images/ui-bg_flat_55_fbec88_40x100.png") repeat-x scroll 50% 50% !important;
    color: #E17009 !important;
    border: 1px solid #E17009 !important;
}

/* Search form */
select.highlight option, select.highlight optgroup {
    background: white;
}

#searchSubmit {
    padding: 5px 5px;
    background: #5C9CCC;
    color: #FFF;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #4479BA;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    display: inline-block;
}

#searchSubmit:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

#searchSubmit:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.loadAnimation {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
}
