@import "tabs-position.css";
/* spacing in de tabellen van de editor weghalen. */
#tabcontent1 table {
border-collapse: collapse;
}
#tabcontent1 td, th {
padding: 0px;
}
.tab {
    color: #000000;
	display: inline; 
	text-decoration: none;
	margin-right: 3px;
	font-weight: bold;
         padding: 2px 9px 1px 9px;
         z-index: 100;
         border-bottom-width: 0;
          border-top-width: 1 !important;
          border-bottom-width: 0px !important;
	  background-color: #dddddd;
}

.tabBody {
	width: auto;
         padding: 0px 0px 0px 0px;
         z-index: 500;
     }

div.tabs {
        top: 2px;
        left: 0px;
         white-space: nowrap;
         cursor: default !important;
         z-index: 10000;
}

.tabHover {
         z-index: 1200;
         border-bottom-width: 0;
	background-color: #c4c4c4;
}

.tabActive {
         padding: 3px 9px 3px 9px;
         z-index: 10000;
         background-color: #c4c4c4;
	 top: -2px;
}


