.treecomboedit
{
	border: 1px solid #808080/*0a0a0*/;
	height: 17px;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	background-color: white;
	font-family: Verdana;
}
.treecombobody
{
	border: 1px solid #808080/*0a0a0*/;
	background-color: white;
	position: absolute;
	padding: 2px;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#a0a0a0,strength=3);
}
.P5TreeView
{
	cursor: default;
	font-size: 11px;
	font-family: Verdana;
}
.P5TreeView .LoadingMessage
{
	padding: 0 2px;
	border: 1px solid silver;
	color: gray;
}
.P5TreeView .Node
{
	cursor: default;
	padding: 0px 0;
	white-space: nowrap;
	height: 20px;
}

.P5TreeView .Node img
{
	height: 20px;
	width: 20px;
}
.P5TreeView .Node img.IconImage
{
	height: 20px;
	width: 20px;
}
.P5TreeView .Node .Text
{
	font-family: Verdana, Arial;
	position: relative;
	font-size: 11px;
	top: -6px;
	cursor: pointer;
	padding: 2px;
}

.P5TreeView .Node .Selected
{
	color: highlighttext;
	background-color: highlight;
}
.P5TreeView .Node .Focused
{
	text-decoration: underline;
}

.P5TreeView .Node .MoreText
{
	color: white;
	background-color: Gray;
	border: 1px solid silver;
}

.P5TreeView .Node .ChildSelected
{
	border: 1px solid black;
}
.P5TreeView .Node .Unselectable
{
	font-weight: bold;
}
.P5TreeView .Children
{
}
.StyleSetupRowsDiv
{
	position: relative;
}
#footerLabel
{
	font-family:Verdana;
	font-size:7pt;
	font-weight:normal;
	color:#555555;
}