/** CSS FOR DOING TABS. DO NOT MODIFY OR YOU WILL JACK EVERYTHING UP */ table.tab { padding-top: 10px; padding-bottom: 10px; border-left: solid 1px #BBBBBB; border-right: solid 1px #BBBBBB; border-bottom: solid 1px #BBBBBB; } table.tab-row { border: 0px; background-color: #FFFFFF; } td.undertab-sel { background-color: #FFFFFF; height: 2px; } td.tab-extend { border-bottom: solid 1px #BBBBBB; } td.undertab-blur { background-color: #BBBBBB; height: 1px; } td.tab-sel { background-color: #FFFFFF; font-weight: bold; } td.tab-blur { background-color: #BBBBBB; } a.tab-sel { font-weight: bold; text-decoration: none; } a.tab-blur:link,a.tab-blur:hover,a.tab-blur:visited,a.tab-blur:active { color: #333333; font-weight: normal; text-decoration: none; font-style: italics; } td.tab-body { padding: 3px; border-top: solid 1px #BBBBBB; }