.basicTopLevel 
{
    width: 685px;
}

.basicTopLevelContainer 
{
    padding-top: 2px;
}

.basicItemSeparator
{
	background-color: #333333;
}

/* popup */

.basicPopup 
{
}

.basicPopupContainer
{
}

.basicPopupContainer #border
{
	background-color: gray;
}

.basicItem
{
	background-color: #000000;
}

.basicItem #item
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	font-weight: bold;
}

.basicItemDisabled
{
	background-color: #D6D3CE;
}

.basicItemDisabled #item
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: gray;
	font-weight: bold;
}

.basicItemActive
{
	background-color: gray;
	cursor: default;
}

.basicItemActive #item
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
}

.basicItemExpanded
{
	background-color: gray;
	cursor: default;
}

.basicItemExpanded #item
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: bold;
}

.basicItemSelected
{
	background-color: gray;
	cursor: default;
}

.basicItemSelected #item
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: bold;
}
