#tabs .ui-widget-header, #tabs-light-bar .ui-widget-header { background: url(../images/toolbox/tab-bar-bg.png); height:29px; border-bottom: 0; border-top:1px solid #aaaaaa; border-left:1px solid #aaaaaa; border-right:1px solid #aaaaaa;  -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
/** Gray Background, gives height to tabbed section, eliminates border on the bottom, adds border to top, left and right, eliminates rounded corners **/


#tabs .ui-corner-top, #tabs-light-bar .ui-corner-top { top:0; margin:0; }
/**Eliminates 1px space between tabs and edge, eliminates 2px space between tabs,**/

#tabs .ui-tabs-panel, #tabs-light-bar .ui-tabs-panel {border-top: none; border-left: 1px solid #AAA; border-right:1px solid #AAA; border-bottom:1px solid #AAA; background-color:#f9fafc; margin-top:0px;}
/** Content area: Top border color matches border in tabs; left/right/bottom match default, background color for the content panel **/

#tabs .ui-state-default, #tabs .ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default, #tabs-light-bar .ui-state-default, #tabs-light-bar .ui-widget-content .ui-state-default, #tabs-light-bar .ui-widget-header .ui-state-default { background:none; border-right: 1px solid #2d2d2d; border-top:0; border-bottom:0; border-left:0; color: #ffffff; font-weight:normal; }
#tabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color:#d3d3d3; }

#tabs .ui-state-hover, #tabs.ui-widget-content .ui-state-hover, #tabs.ui-widget-header .ui-state-hover, #tabs.ui-state-focus, #tabs.ui-widget-content .ui-state-focus, #tabs.ui-widget-header .ui-state-focus, #tabs-light-bar .ui-state-hover, #tabs-light-bar.ui-widget-content .ui-state-hover, #tabs-light-bar.ui-widget-header .ui-state-hover, #tabs-light-bar.ui-state-focus, #tabs-light-bar.ui-widget-content .ui-state-focus, #tabs-light-bar.ui-widget-header .ui-state-focus { background:none; border-right: 1px solid #2d2d2d; }
#tabs .ui-state-hover a, #tabs.ui-state-hover a:hover, #tabs-light-bar .ui-state-hover a, #tabs-light-bar.ui-state-hover a:hover { color: #ffffff; text-decoration: none; }


#tabs .ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs.ui-widget-header .ui-state-active, #tabs-light-bar .ui-state-active, #tabs-light-bar.ui-widget-content .ui-state-active, #tabs-light-bar.ui-widget-header .ui-state-active {  background: #f0f0f0;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#f9fafc));
   background: -webkit-linear-gradient(top, #f0f0f0 0%,#f9fafc 100%);
   background: -moz-linear-gradient(top, #f0f0f0 0%,  #f9fafc 100%);
   background: -ms-linear-gradient(top, #f0f0f0 0%,#f9fafc 100%);
   background: -o-linear-gradient(top, #f0f0f0 0%,#f9fafc 100%);
   background: linear-gradient(to bottom, #f0f0f0 0%,#f9fafc 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f9fafc',GradientType=0 ); /* IE6-9 */ font-weight: normal; color: #212121; }
#tabs .ui-state-active a, #tabs.ui-state-active a:link, .ui-state-active a:visited, #tabs-light-bar .ui-state-active a, #tabs-light-bar.ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }