@media screen
{
.defaultTreeTable
{
	margin : 0;
	padding : 0;
	border : 0;
}
.containerTableStyle 
{ 
	overflow : hidden; 
	font-size : 12px;
}
.standartTreeRow
{	
	font-family : Tahoma; 	
	font-size : 12px; 
	height: 20px;
	-moz-user-select: none; 
}
.selectedTreeRow
{ 
	background-color : #c6e3f7; 
	color:#292839; 
	height: 20px;
	border: 1px solid #6392bd;
	font-family : Tahoma; 		
	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
{ 	
	font-size : 12px; 	
	height: 20px;
	border: thin solid 1 1 1 1; 
}

}/*/ end @media screen
