/* jquery UI overrides */

.ui-widget .ui-widget { font-size: 1.1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-size: 1.1em}

.ui-widget-overlay {
    opacity: .60 !important;
}

.ui-dialog {
    -moz-box-shadow: 0 0 15px #000000;
    -webkit-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
}

.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-autocomplete .ui-menu-item {
    background: #e6f2ff
}

.ui-autocomplete {
    background: #6ecfff;
    z-index:120 !important;
}

.ui-autocomplete-input {
    background-color: #cbe3ff;
}

/* these are really only required for IE, but don't break other browsers */
button.ui-button {
    background-color: #3B5998 !important;
    border: #9C9C9C !important;
}

button.ui-button:hover {
    background-color: #7E98CD !important;
}

button.ui-button.ui-state-focus {
    background-color: #0d980d !important;
    background-image: none;
    -moz-box-shadow: 0 0 5px #3B5998;
    -webkit-box-shadow: 0 0 5px #3B5998;
    -ms-box-shadow: 0 0 5px #3B5998;
    box-shadow: 0 0 5px #3B5998;
    border-width: 2px;
}

.ui-datepicker .ui-widget-content, .ui-datepicker .ui-datepicker-calendar {
    background-color: white;
}

.ui-datepicker {
    -moz-box-shadow: 0 0 15px #000000;
    -webkit-box-shadow: 0 0 15px #000000;
    -ms-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
}