.foo {margin:0;} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

/* div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(expand.gif) 0 -2px no-repeat;
	cursor: hand;
	line-height: 20px;
}
div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    background: url(collapse.gif) 0 -2px no-repeat; 
    width: 15px;
    cursor: hand;
    margin: 0;
	padding: 0;
}		*/
span.AspNet-TreeView-Collapse, span.AspNet-TreeView-Expand 
{
    display: none;
}


.AspNet-TreeView-ClickableNonlink
{	margin: 0;
	padding: 0;
	cursor: hand;
	
}



div.MainTreeView ul
{ 
	list-style: none;
	margin: 0px;
	
	cursor: hand;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Sans-Serif, Verdana, 'Microsoft Sans Serif';
	font-weight: bold;
	letter-spacing: 0.5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	/*border-right: blue thin dotted;
	border-top: blue thin dotted;
	border-left: blue thin dotted;
	border-bottom: blue thin dotted;*/
	text-indent: 10px; }

div.MainTreeView ul li
{
	cursor: hand;
	text-decoration: none;
	color: #00247d;
	border-top: solid 1px #b5bdd6;
	border-bottom: solid 1px #b5bdd6;
	vertical-align: middle;
	line-height: 15px;
	
}
div.MainTreeView ul li a
{
	
	cursor: hand;
	text-decoration: none;
	color: #00247d;
	vertical-align: middle;
	line-height: 20px;
		
}


div.MainTreeView ul ul
{
	background-color: #667cb1;
	text-indent: 25px; 
	
	/*border-bottom: #b5bdd6 2px solid;
	border-right: red thin dotted;
	border-top: red thin dotted;
	border-left: red thin dotted;
	border-bottom: red thin dotted;*/
}
div.MainTreeView ul ul ul
{
	/*background-color: #667cb1;*/
	text-indent: 35px; 
	
}
div.MainTreeView ul ul li, div.MainTreeView ul ul li a
{
	list-style: none;
	line-height: 20px;
	cursor: hand;
	color: white;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;  /* changed from 5px */
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
			
}


div.MainTreeView ul ul ul li, div.MainTreeView ul ul ul li a
{
	list-style: none;
	margin: 0;
	line-height: 20px;
	cursor: hand;
	color: #B2BFD7;
	
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}


ul li a
{
	color: #4d69a3; /* light blue */
	cursor: hand;
	text-decoration: none;
		
}

/*ul, ul a
{
	color: #4d69a3;   
	cursor: hand;
	text-decoration: none;
	
} */
	

