.past #tabs { 
	width: 100%;
	background: url(assets/img/gray.png) repeat-x left bottom;
	text-transform: uppercase;
 }


.past .ui-tabs-nav {
    list-style: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    display: block;
    outline: 0;
    border-left: 1px solid #dcdcdc;
    }

.past .ui-tabs-nav li {
    margin: 0;
    float: left;
    min-width: 20px; /* be nice to Opera */
    overflow: hidden;
    text-align: center;
    display: block;
    outline: 0;
    font-size: 11px;
    line-height: 16px;
    }


.past .ui-tabs-nav li a {
    padding: 6px 5px;
    background: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-left: none;
    display: block;
	background: url(assets/img/tabs_tile.png) repeat-x left bottom;

    }

.past .ui-tabs-nav li a:hover {
    background: #fff;
    }

.past .ui-tabs-nav .ui-tabs-selected a {
   color: #4C4C4C;
   z-index: 2;
   border-bottom: 1px solid white;
   background: white;
   }



/* Panel */
.past .ui-tabs-panel { clear: both; padding: 5px 15px; }
.ui-tabs-hide {  display: none; }



