table.Tree
{
width: 100%;
height: 100%;
table-layout: fixed;
}

td.Tree
{
behavior: url(/Public/Htc/tree.htc);
vertical-align: top;
}
div.TreeContainer
{
overflow: auto;
padding: 3px;
height: 100%;
width:100%;
}
div.ScrollingTreeContainer
{
overflow: auto;
padding: 3px;
height: auto;
behavior: url(/Public/Htc/rowsbeforescrolling.htc);
}

INPUT.radio.hiddenRadio
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
z-index:-1;
border:none;
hidefocus=true;
}