/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, 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/Theming/API
 */

/* ************************************************************************  
added for override colors for this skin  
div#tabs A:link    { color: #ffffff; text-decoration:none; }
    div#tabs A:active  { color: #ffffff; text-decoration:none; }
    div#tabs A:visited { color: #ffffff; text-decoration:none; }
    div#tabs A:hover   { color: #000000; text-decoration:none; }
    
  */  
    div#tabs .ui-tabs-nav li A:link    { color: #ffffff; text-decoration:none; }
    div#tabs .ui-tabs-nav li A:active  { color: #ffffff; text-decoration:none; }
    div#tabs .ui-tabs-nav li A:visited { color: #ffffff; text-decoration:none; }
    div#tabs .ui-tabs-nav li A:hover   { color: #000000; text-decoration:none; }
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #2198c0; background: #4297d7;  font-weight: normal; color: #ffffff; }
    .ui-widget-header { border: 1px solid #4297d7; background: #1059A4;  color: #eaf5f7; font-weight: bold; }
    /* ************************************************************************ */

    
    /* shelly custom changes need to move once I have things right */
    .ui-widget-header{
        border: none;
    }
    
    