﻿.foo {
} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.PrettyTree div.AspNet-TreeView
{
	margin-left:2em;
}

.PrettyTree div.AspNet-TreeView ul li
{
	white-space: nowrap;
	padding: 3px 0 2px 0;
	font-size: small;
	font-family: Tahoma;
	text-align:left;
}

.PrettyTree div.AspNet-TreeView ul ul
{
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 10px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
	
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
	margin-left:2.6em;
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	margin-left: 4em;
	list-style-type: circle;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
	width: 15px;
	margin-right: 5px;
	float:left;
	cursor: pointer;
	font-family: Courier;
	font-size: large;
	line-height: 15px;
	background-image: url(../../Images/expand.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
	width: 15px;
	margin-right: 5px;
	float:left;
	cursor: pointer;
	font-family: Courier;
	font-size: large;
	line-height: 15px;
	background-image: url(../../Images/collapse.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active,
.PrettyTree div.AspNet-TreeView a:hover,
.PrettyTree div.AspNet-TreeView a:link
{

	text-decoration: underline;
} 

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #990000 !important;
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
	font-weight: normal !important;
	color: #ffffff !important;

}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a:active
{
	font-weight: normal !important;
	color: #ffffff !important;

}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a:focus
{
	font-weight: normal !important;
	color: #ffffff !important;

}
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a:visited
{
	font-weight: normal !important;
	color: #999999 !important;
}
