/*--------------------------------------------------|
| |
|---------------------------------------------------|
| |
|--------------------------------------------------*/
.dtree
{
    font-family : Verdana , Geneva , Arial , Helvetica , sans-serif;
    font-size : 10px;
    margin-top:0px;
}
/* Hides from IE-mac \*/
* html .dtree {margin-top:0px;}
/* End hide from IE-mac */
.dtree img
{
    border : 0px;
    vertical-align : middle;
}
.dtree a
{
    color : black;
    text-decoration : none;
}
.dtree a.node, .dtree a.nodeSel
{
    white-space : nowrap;
    padding : 2px 2px 1px 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover
{
    color : black;
    text-decoration : underline;
}
.dtree a.nodeSel
{
    color : black;
	text-decoration : underline;
}
.dtree .clip
{
    overflow : hidden;
}
