michael@0: tree { michael@0: display: table; michael@0: background-color: white; michael@0: border: none; michael@0: border-spacing: 0px; michael@0: /*border-collapse: collapse;*/ michael@0: width: 100%; michael@0: table-layout: fixed; michael@0: } michael@0: michael@0: treeitem { michael@0: display: table-row; michael@0: } michael@0: michael@0: treehead { michael@0: display: table-header-group; michael@0: } michael@0: michael@0: treebody { michael@0: display: table-row-group; michael@0: } michael@0: michael@0: treecell { michael@0: display: table-cell; michael@0: color: black; michael@0: font-family: Verdana; michael@0: font-size: 10pt; michael@0: white-space: nowrap; michael@0: } michael@0: michael@0: treecell[selectedcell] { michael@0: background-color: #666699; michael@0: color: white; michael@0: }