﻿/*http://keith-wood.name/uitabs.html*/
.tabs-min { 
    background: transparent; 
    border: none; 
} 
.tabs-min .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.tabs-min .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
.tabs-min .ui-tabs-nav .ui-state-active { 
    background: transparent url(../Images/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
.tabs-min .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
.tabs-min .ui-tabs-nav .ui-state-active a { 
    color: #459e00; 
}

.tabs-min.ui-widget-content
{
  border: none;
}

.ui-tabs-nav li a:focus { outline: none; }