body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#336666;
	color:#FFFFFF;
	margin : 0px;
	padding : 0px;
	border : 0px;
}

.defaultTreeTable{
	margin : 0px;
	padding : 0px;
	border : 0px;
}
.containerTableStyle { 
	overflow : auto; 
	position:relative; 
	top:0; 
}
.containerTableStyleRTL span { 
	direction: rtl; 
	unicode-bidi: 
	bidi-override;  
}
.containerTableStyleRTL { 
	direction: rtl; 
	overflow : auto; 
	position:relative; 
	top:0; 
}
.standartTreeRow{	
	-moz-user-select: none;  
}
.selectedTreeRow{ 
	background-color : none; 
	color:white; 		
	-moz-user-select: none; 
}
.dragAndDropRow{ 
	background-color : navy; 
	color:white; 
}
.standartTreeRow_lor{	
	text-decoration:underline; 
	background-color : #FFFFF0; 	
	-moz-user-select: none; 
}
.selectedTreeRow_lor{   
	text-decoration:underline; 
	background-color : navy; 
	color:white; 		 
	-moz-user-select: none; 
}
.standartTreeImage{ 
	width18px; 
	height:18px;  
	overflow:hidden; 
	border:0; 
	padding:0; 
	margin:0; 
}
.hiddenRow { 
	width:0px;   
	overflow:hidden;  
}
.dragSpanDiv,.dragSpanDiv td{ 		
	background-color:white; 
}

.selectionBox{
	background-color: #FFFFCC;
}
.selectionBar {
	top:0;
	background-color: Black;
	position:absolute;
	overflow:hidden;
	height: 2px;
	z-index : 11;
}

.intreeeditRow{
	width:100%; 
	height:16px; 
	border:1px solid silver; 
	padding:0; 
	margin:0;
	-moz-user-select:  text;   
}
.dhx_tree_textSign{
   font-family:monospace;
   width:8px;
   color:white;
   padding:0px;
   margin:0px;
   cursor:pointer;
   text-align: center;
}


