.blackTopLevel 
{
}

.blackTopLevelContainer 
{
}

.blackItemSeparator
{
	background-color: #A5A6A5;
}

/* popup */

.blackPopup 
{
}

.blackPopupContainer
{
}

.blackPopupContainer #border
{
	background-color: gray;
}

.blackItem
{
	border-right: white 1px solid;
	background-color: black;
}

.blackItem #item
{
	font-size: 11px;
	color: white;
	font-family: tahoma, helvetica;
}

.blackItemDisabled
{
	background-color: #D6D3CE;
}

.blackItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: gray;
}

.blackItemActive
{
	border-right: white 1px solid;
	cursor: default;
	background-color: #808080;
}

.blackItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

.blackItemExpanded
{
	background-color: #404040;
	cursor: default;
}

.blackItemExpanded #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

.blackItemSelected
{
	border-right: white 1px solid;
	cursor: default;
	background-color: #404040;
}

.blackItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}