.defaultTreeTable{
  margin : 0px;
  padding : 0px;
  border : 0px;
}

.containerTableStyle {
   overflow : auto; position:relative;
   top:0; font-size : small;
}

.containerTableStyleRTL span {
  direction: rtl; unicode-bidi: bidi-override;
  }

.containerTableStyleRTL {
  direction: rtl;
  overflow : auto;
  position:relative;
  top:0;
  font-size : small;
}

.standartTreeRow{
  font-size : small;
}

.selectedTreeRow{
  background-color : navy;
  color:white;
  font-size : small;
}

.standartTreeRow_lor{
  text-decoration:underline;
  background-color : #ffffe1;
  font-size : 100%;
}

.selectedTreeRow_lor{
  text-decoration:underline;
  background-color : navy;
  color:white;
  font-size : small;
}


.standartTreeImage{
  width : 15px;
  height : 15px;
  overflow:hidden;
  border:0;
  padding:0;
  margin:0;
}

.hiddenRow {
  width:1px;
  overflow:hidden;
}

.dragSpanDiv{
  font-size : 85%;
  border: 1px #000000 solid;
  background-color:ffffe1;
  padding : 1px;
  z-index : 1000;
}

.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;
}

.dragAndDropRow {
  color: white;
  background-color: red;
}
