/*
    FILE CSS PROCESSATO DOPO jquery-ui-***vers***.custom.css
    CLASSI CHE SERVONO PER LE ICONE DELLA RICERCA: SONO INDIPENDENTI DAL TEMA JQUERY SCELTO
*/
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 2px; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 16px; height:16px; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 16px; height:16px; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 16px; height:16px; } 
button.ui-button-icons-only { width: 16px; height:16px; } 
/*
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; }
.ui-button-icon-only { width: 2.2em; } 
button.ui-button-icon-only { width: 2.4em; }
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 
*/
.ui-state-default .searchtype_exact { width: 16px; height: 16px; background-image: url(../proj_images/toolbar/search_exact.gif); }
.ui-state-default .searchtype_and { width: 16px; height: 16px; background-image: url(../proj_images/toolbar/search_and.gif); }
.ui-state-default .searchtype_or { width: 16px; height: 16px; background-image: url(../proj_images/toolbar/search_or.gif); }

/* Interaction states: override by Masseroni
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid transparent; background: transparent; font-weight: bold; color: #1c94c4; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-widget :active { outline: none; }
