body{
	background: #F6DD6B;
}

.defaultTreeTable{
	margin : 0px;
	padding : 0px;
	border : 0px;
}
.containerTableStyle { 
	overflow : auto; 
	font-size : 16px;
	background: #F6DD6B;	
}
.standartTreeRow{	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 16px; -moz-user-select: none; 
	font-weight:bold;
}
.selectedTreeRow{ 
	background-color : navy; 
	color:white; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 		
	font-size : 16px;  -moz-user-select: none;  
}
.standartTreeImage{ 
	width:18px; 
	height:18px;  
	overflow:hidden; 
	border:0; 
	padding:0; 
	margin:0;  
}
.hiddenRow { 
	width:1px;  
	overflow:hidden;  
}
.dragSpanDiv{ 	
	font-size : 16px; 	
	border: thin solid 1px; 
}
