/* ==================================================================================================== */
/* 14. JQUERY UI Widgets "Skin" */
/* ==================================================================================================== */

/* --- 14.1. Resets for the "built-in" colors for JQuery UI widgets -------------------------------- */

/* **** Component containers **** */
/*
.ui-widget-content {border: none; background: none; color: inherit;}
.ui-widget-content a {color: inherit;}
.ui-widget-header {border: none; background: none; color: inherit;}
.ui-widget-header a {color: inherit;}
*/

/* **** Interaction states **** */
/*
.ui-state-default, .ui-widget-content .ui-state-default {border: none; background: none; color: inherit;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: inherit;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {border: none; background: none; color: inherit;}
.ui-state-hover a, .ui-state-hover a:hover {color: inherit;}
.ui-state-active, .ui-widget-content .ui-state-active {border: none; background: none; color: inherit;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: inherit;}
*/

/* **** Interaction Cues **** */
/*
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: none; background: none; color: inherit;}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {color: inherit;}
.ui-state-error, .ui-widget-content .ui-state-error {border: none; background: none; color: inherit;}
.ui-state-error a, .ui-widget-content .ui-state-error a {color: inherit;}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {color: inherit;}
*/

/* **** Overlays **** */
/*.ui-widget-overlay {background: none;}
.ui-widget-shadow {background: none;}
*/

/* --- 14.2. JQuery UI colors and backgrounds ------------------------------------------------- */

