.defaultTreeTable
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.containerTableStyle
{
    font-size: 12px;
    overflow: auto;
    position: relative;
    top: 0;
}
.containerTableStyleRTL span
{
    direction: rtl;
    unicode-bidi: bidi-override;
}
.containerTableStyleRTL
{
    direction: rtl;
    font-size: 12px;
    overflow: auto;
    position: relative;
    top: 0;
}
.standartTreeRow
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    moz-user-select: none;
    white-space: normal;
}
.selectedTreeRow
{
    background-color: #e2e7ed;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    moz-user-select: none;
    white-space: normal;
}
.dragAndDropRow
{
    background-color: navy;
    color: white;
    white-space: normal;
}
.standartTreeRow_lor
{
    background-color: #FFFFF0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    moz-user-select: none;
    text-decoration: underline;
    white-space: normal;
}
.selectedTreeRow_lor
{
    background-color: navy;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    moz-user-select: none;
    text-decoration: underline;
    white-space: normal;
}
.standartTreeImage
{
    border: 0;
    font-size: 1px;
    height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 18px;
}
.hiddenRow
{
    overflow: hidden;
    width: 1px;
}
.dragSpanDiv,.dragSpanDiv td
{
    background-color: white;
    font-size: 12px;
}
.selectionBox
{
    background-color: #FFFFCC;
}
.selectionBar
{
    background-color: Black;
    height: 2px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 11;
}
.intreeeditRow
{
    border: 1px solid silver;
    font-size: 8pt;
    height: 16px;
    margin: 0;
    moz-user-select: text;
    padding: 0;
    width: 100%;
}
.dhx_tree_textSign
{
    color: black;
    cursor: pointer;
    font-family: monospace;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 21px;
}
.dhx_tree_opacity
{
    filter: alpha(opacity=0);
    moz-opacity: 0;
    opacity: 0;
}
.dhx_bg_img_fix
{
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}
.dhxtree_dhx_black
{
    background: white;
    color: black;
}