.defaultTreeTable{
			margin : 0px;
			padding : 0px;
			border : 0px;
}
.containerTableStyle { overflow : auto; position:relative; top:0; font-size : 12px;}
.containerTableStyleRTL span { direction: rtl; unicode-bidi: bidi-override;  }
.containerTableStyleRTL { direction: rtl; overflow : auto; position:relative; top:0; font-size : 12px;}
.standartTreeRow{	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color:#ffffff;FONT-WEIGHT: 600;font-size : 13px; -moz-user-select: none;  }
.selectedTreeRow{ background-color : ; color:#764236;FONT-WEIGHT: 600; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 14px;  -moz-user-select: none; }

.dragAndDropRow{ background-color : navy; color:white; }
.standartTreeRow_lor{	text-decoration:underline; background-color : #FFFFF0; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	font-size : 12px; -moz-user-select: none; }
.selectedTreeRow_lor{   text-decoration:underline; background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 		font-size : 12px;  -moz-user-select: none; }

.standartTreeImage{ width:18px; height:18px;  overflow:hidden; border:0; padding:0; margin:0;}
.hiddenRow { width:1px;   overflow:hidden;  }
.dragSpanDiv,.dragSpanDiv td{ 	font-size : 12px; 	background-color:white; }

A.standartArrow:link          { color: #ffffff; text-decoration: none; }
A.standartArrow:visited       { color: #ffffff; text-decoration: none;}
A.standartArrow:active        { color: #ffffff; text-decoration: none ;}
A.standartArrow:hover         { color: #ffffff; text-decoration: underline; position: relative; right: 0px; top: 1px }

A.selectedArrow:link          { color: #764236; text-decoration: none; }
A.selectedArrow:visited       { color: #764236; text-decoration: none;}
A.selectedArrow:active        { color: #764236; text-decoration: none ;}
A.selectedArrow:hover         { color: #764236; text-decoration: underline; position: relative; right: 0px; top: 1px }


.selectionBox{
background-color: #FFFFCC;
}
.selectionBar {
	top:0;
	background-color: Black;
	position:absolute;
	overflow:hidden;
	height: 2px;
	z-index : 11;
}

.intreeeditRow{
  width:100%; font-size:8pt; height:16px; border:1px solid silver; padding:0; margin:0;
  -moz-user-select:  text;   
}
.dhx_tree_textSign{
   font-size:8pt;
   font-family:monospace;
   width:21px;
   color:black;
   padding:0px;
   margin:0px;
   cursor:pointer;
   text-align: center;
}
.dhx_tree_opacity{
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
}
