.tab-1 .ui-tabs-hide {
display: none;
}


.tab-1  .tabs-nav{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
margin-bottom:0;
}
.tab-1  .tabs-nav li
{
list-style: none;
margin: 0;
display: inline;
}
.tab-1 .tabs-nav a.head{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
font-size:12px;
}
.tab-1 .tabs-nav a.head:link{ color: #448;}
.tab-1 .tabs-nav a.head:visited{ color: #667;}
.tab-1 .tabs-nav a.head:hover
{
color: #000;
background: #AAE;
border-color: #227;
 border-bottom-color:transparent;
}
.tab-1 .ui-tabs-panel
{
clear:both;
border-bottom: 1px solid #778;
border-left: 1px solid #778;
border-right: 1px solid #778;
background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
width:100% !important;
padding:1px;

}
.tab-1 .ui-tabs-selected a.head
{
background: white;
border-bottom: 1px solid white;
}