.basicTopLevel 
{
}

.basicTopLevelContainer 
{
}

.basicItemSeparator
{
	background-color: #F39D1D;/*#A5A6A5;*/
}

/* popup */

.basicPopup 
{
}

.basicPopupContainer
{
}

.basicPopupContainer #border
{
	background-color: #F39D1D;/*gray;*/
}

.basicItem
{
	background-color: #F39D1D;/*#D6D3CE;*/
}

.basicItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
	font-weight: bolder;
}

.basicItemDisabled
{
	background-color: #D6D3CE;
}

.basicItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: gray;
}

.basicItemActive
{
	background-color: #617C34;/*gray;*/
	cursor: default;
	color: white;
	font-weight: bolder;
}

.basicItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
	font-weight: bolder;
}

.basicItemExpanded
{
	background-color: silver;
	cursor: default;
}

.basicItemExpanded #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

.basicItemSelected
{
	background-color: #F1B965;/*silver;*/
	cursor: default;
	font-weight: bolder;
}

.basicItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
	font-weight: bolder;
}