.tablabel { background-color:silver; color: whitesmoke; font-size: 12pt; border: outset 2px silver; margin: 0px 5px 0px 0px; padding-right: 10px; } .tablabelhover { background-color:silver; color: black; font-size: 12pt; border-top: outset 2px silver; border-left: outset 2px silver; border-right: outset 2px silver; border-bottom: solid 2px silver; margin: 0px 5px 0px 0px; padding-right: 10px; cursor: hand; } .tablabelselected { background-color:white; color: red; font-size: 12pt; border-top: outset 2px silver; border-left: outset 2px silver; border-right: outset 2px silver; border-bottom: solid 2px silver; margin: 0px 5px 0px 0px; padding-right: 10px; } .tab { border: outset 3px silver; } .tabcontainer { border: outset 3px silver; background-color: Silver; width: 500px; height: 200px; }