.mainTable { height: 100%; width: 100%; vertical-align: top; } .tabbedTable { border-collapse: collapse; height: 100%; width: 98%; margin-left: 5px; } .unselectedTab { font: normal 8pt "Verdana"; color: black; border-top: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid silver; background-color: #ebebeb; border-bottom: 1px solid silver; pointer: hourglass; text-align: center; cursor:default; padding: 4px 8px; } .selectedTab { font: normal 8pt "Verdana"; color: black; border-top: 1px solid silver; border-left: 1px solid silver; border-right: 1px solid silver; background-color: #FFFFFF; border-bottom: 1px solid white; text-align: center; cursor:default; padding: 4px 8px; } .endTab { border-top: 1px transparent; border-left: 1px transparent; border-right: 1px transparent; border-bottom: 1px solid silver; background-color: transparent; width: 90%; border-right-color: black; } .innerEndTab { border-top: 1px solid white; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid #ebebeb; background-color: white; width: 100%; } .spacerTab { width: 1px; border-bottom: 1px solid #c0c0c0; } .tabCellBody { height: 100%; width: 100%; border-left: 1px solid #c0c0c0; background-color: white; vertical-align: top; padding-top: 10px; padding-left: 10px; }