
.tabpanel {
   border: 2px outset #abc2e7;
   background-color: #abc2e7;
   padding: 5px;
   display: none;
   clear: left;
}

#tabs {
   padding: 14px 0 0 5px;
   font-weight: bold;
}

/* A .tab osztaly arra az esetre van, ha fuggetlenul is hasznalni akarnank */
.tab, .tab_inactive, .tab_active {
   border: 2px outset #abc2e7;
   border-bottom: 2px none;
   padding: 2px 4px 0px 4px;
   margin: 0px 0px 0px 0px;
   cursor: pointer;
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-topright: 4px;
}

.tab_active {
   background-color: #abc2e7;
   border-bottom: 2px solid #abc2e7;
}

.tab_inactive {
   background-color: #cbe2f7;
   color: #444;
   border-bottom: 2px none;
}

