/*

RadTreeView skin

* For notes on the CSS class names, please check RadTreeView common skin file *

*/
/* First level nodes: */
.RadTreeView_Treeview .rtUL div a{ 
	padding-left: 0px;
	color:#66aa1e;
	font-size:1.2em;
	font-weight:bold;
}
.RadTreeView_Treeview .rtMid{ 
	Margin-top:12px;
}
.RadTreeView_Treeview .rtBot{ 
	Margin-top:12px;
}
.RadTreeView_Treeview .rtUL li{ 
	list-style-type: none;
}
/* Second level nodes: */

.RadTreeView_Treeview .rtUL .rtUL div a{ color:#79147a;
	font-size:.9em;
	
	}
	
.RadTreeView_Treeview .rtUL div { 
	border-bottom: solid 1px #cccccc;
	height:1.3em;
}
.RadTreeView_Treeview .rtUL .rtUL div 
{
	Margin-top:3px;
	height:1.2em;

	}

