legend {
}

.panel {
   clear: both;
   /* padding: 1em; */
}

fieldset {
   /* padding: 1em; */
}

.panel.active-tab-body {
   display: block;
}

#tabs {
   height: 2.8em;
   list-style: none;
}

#tabs li {
   float: left;
}

#tabs a {
   float: left;
   padding: 0.5em 0.8em;
   margin-left: 0.6em;
   text-decoration: none;
   color: #999999;
}

#tabs a.active-tab {
   background-color: #eeeeee;
   color: #999999;
}

#globaltabs {
   margin-bottom: 0.4em;
   height: 2.8em;
   list-style: none;
}

#globaltabs li {
   float: left;
}

#globaltabs a {
   float: left;
   padding: 0.5em 0.8em;
   margin-left: 0.6em;
   text-decoration: none;
   color: #999999;
}

#globaltabs a.active-tab {
   background-color: #eeeeee;
   color: #999999;
}

