.basicTopLevel 
{
}

.basicTopLevelContainer 
{
}

.basicItemSeparator
{
	background-color: white;
}

/* popup */

.basicPopup 
{
}

.basicPopupContainer
{
}

.basicPopupContainer #border
{
	background-color: white;
}

.basicItem
{
	background-color: white;
}

.basicItem #item
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #4FC30A;
}

.basicItemDisabled
{
	background-color: #D6D3CE;
}

.basicItemDisabled #item
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #4FC30A;
}

.basicItemActive
{
	background-color: white;
	cursor: pointer;
}

.basicItemActive #item
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #4FC30A;
	text-decoration:underline | overline;
}

.basicItemExpanded
{
	background-color: white;
	cursor: pointer;
}

.basicItemExpanded #item
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #4FC30A;
	text-decoration:underline | overline;
}

.basicItemSelected
{
	background-color: white;
	cursor: pointer;
}

.basicItemSelected #item
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #4FC30A;
	text-decoration:underline | overline;
}