
.tabpanel {
   border: 2px outset #ece5dd;
   background-color: #ece5dd;
   padding: 3px;
   display: none;
   clear: left;
   width: 490px;
}

.tabpanelAdmin {
   border: 2px outset #ece5dd;
   background-color: #ece5dd;
   padding: 3px;
   display: none;
   clear: left;
   width: 560px;
}

.pubtabpanel {
   border: 2px outset #ece5dd;
   background-color: #ece5dd;
   padding: 3px;
   clear: left;
   width: 490px;
}

.printtabpanel {
   border: 2px;
   clear: left;
   width: 515px;
}

#tabs {
   padding: 14px 0 0 3px;
   font-weight: bold;
   font-size: 14px !important;
}

#tabs a {
   font-size: 14px !important;
   font-family: serif !important;
   text-decoration: none;
}

/* A .tab osztaly arra az esetre van, ha fuggetlenul is hasznalni akarnank */
.tab, .tab_inactive, .tab_active {
   border: 2px outset #ece5dd;
   border-bottom: 2px none;
   padding: 2px 0px 0px 5px;
   margin: 0px 0px 0px 0px;
   cursor: pointer;
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-topright: 4px;
}

.tab_active {
   background-color: #ece5dd;
   border-bottom: 2px solid #ece5dd;
}

.tab_inactive {
   background-color: #ece5dd;
   color: #444;
   border-bottom: 2px none;
}
