.basicTopLevel 
{
	width:100%;
}

.basicTopLevelContainer 
{
	width:100%;
}

.basicItemSeparator
{
	background-color: white; /*#F39D1D;#A5A6A5;*/
}

/* popup */

.basicPopup 
{
}

.basicPopupContainer
{
}

.basicPopupContainer #border
{
	background-color: silver;
}

.basicItem
{
	background-color: silver;
}

.basicItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
	font-weight: bolder;
}

.basicItemDisabled
{
	background-color: silver;
}

.basicItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: gray;
}

.basicItemActive
{
	background-color: #F1B965;
	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: gray;/*silver;*/
	cursor: default;
	font-weight: bolder;
}

.basicItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
	font-weight: bolder;
}