
.ui-tabs  {     /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
position: relative; 
padding: 0.5em; 
zoom: 1; 
} 

.ui-tabs .ui-tabs-nav { 
margin: 0px; 
padding: 2px 2px 0px 2px;
background: #ccccc0 url('paper.jpg');
border:black;
}

.ui-tabs .ui-tabs-nav li {
 list-style: none; 
 float: left; 
 position: relative; 
 top: 1px; 
 margin: 0px 2px; 
 border-bottom: 0 !important; 
 padding: 0px 0px; 
 white-space: nowrap; 
 background:#980019;
 border-radius: 5px 5px 0px 0px;
 font-weight:bold;
 }

.ui-tabs .ui-tabs-nav li a { 
float: left; 
padding:0.6em 0.4em 0.5em 0.4em;  
text-decoration: none; 
color:white;
font-size:90%;
}
 
 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
margin-bottom: 0; 
padding-bottom: 2px;
background: ;
font-size:1em; 
border-bottom : 10px solid #760001;
font-weight: bold;
background:white;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
cursor: text; 
font-weight: bold;
color:#760001;
*border-bottom : 2px solid #760001;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
 cursor: pointer; /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
 } 
.ui-tabs .ui-tabs-panel { 
display: inline-block; 
border-width: 0; 
padding: .5em .5em; 
background: none; 
}

.ui-tabs .ui-tabs-hide { 
display: none !important; 
}

