/* tree.css: tree control styles for SWL applications, version 1.4, 09-Oct-2009	*/

table.tree { margin: 0; border: 2px solid #000000; background-color: #ffffff; }
table.tree td { font-size: 11px; }
table.tree td.graphic { vertical-align: middle; text-align: center; padding: 1px 1px 0; }
table.tree td.label { vertical-align: middle; text-align: left; padding: 2px 5px 0 5px; }
span.treesel, span.treedis, span.treelab { padding-right: 5px; }
span.treesel { color: #ffffff; background-color: #000080; }
span.treedis { color: #a0a0a0; }
span.treelab { color: #000000; }
span.treelab a { color: #000000; text-decoration: none; }
span.treelab a:hover { color: #000080; text-decoration: underline; }