﻿.PanelNode, .PanelNodeWithChildren
{
	text-wrap: none;
	display: inline-block;
	width: 100%;
}

.PanelItemSelected
{
	background-color: #666666;
	color: #FFFFFF;
}

.PanelRootContainer, .PanelContainer
{
	margin: 5px;
	padding-left: 5px;
	list-style: none;
	background-color: transparent;
}

.PanelItem
{
	padding: 0 5px 0 0;
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	background-color: #ffffff;
}

.PanelNode, .PanelNodeWithChildren
{
	padding: 3px 0 3px 0;
}

.PanelNodeLevel1
{
	color: #90c7f1;
	background-color: #004d8b;
}

.PanelNode:hover, .PanelNodeWithChildren:hover
{
	background-color: #004d8b;
	color: #000000;
}

.PanelIcon
{
	cursor: pointer;
	margin-right: 2px;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.PanelIconCollapsed
{
	background-image:url("../Content/images/panelclosed.png");
}

.PanelIconExpanded
{
	background-image:url("../Content/images/panelopened.png");
}