.basicTopLevel 
{
}

.basicTopLevelContainer 
{
}

.basicItemSeparator
{
	background-color: #E7E7E7;
}

/* popup */

.basicPopup 
{
}

.basicPopupContainer
{
}

.basicPopupContainer #border
{
	background-color: white;
}

.basicItem
{
	background-color: white;
}

.basicItem #item
{
	font-family: Arial;
	font-size: 8pt;
	color: #ABABA9;
}

.basicItemDisabled
{
	background-color: #D6D3CE;
}

.basicItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: gray;
}

.basicItemActive
{
	background-color: white;
	cursor: default;
}

.basicItemActive #item
{
	font-family: Arial;
	font-size: 8pt;
	color: #676343;
}

.basicItemExpanded
{
	background-color: silver;
	cursor: default;
}

.basicItemExpanded #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

.basicItemSelected
{
	background-color: silver;
	cursor: default;
}

.basicItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: black;
}