.jetsTopLevel 
{
}

.jetsTopLevelContainer 
{
}

.jetsItemSeparator
{
	background-color: #A5A6A5;
}

/* popup */

.jetsPopup 
{
}

.jetsPopupContainer
{
}

.jetsPopupContainer #border
{
	background-color: a201c1;
}

.jetsItem
{
	border-right: white 1px solid;
}

.jetsItem #item
{
	font-size: 11px;
	color: white;
	font-family: tahoma, helvetica;
}

.jetsItemDisabled
{
	background-color: #D6D3CE;
}

.jetsItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: gray;
}

.jetsItemActive
{
	border-right: white 1px solid;
	cursor: default;
	background-color: #710086;
}

.jetsItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

.jetsItemExpanded
{
	background-color: #b80000;
	cursor: default;
}

.jetsItemExpanded #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}

.jetsItemSelected
{
	border-right: white 1px solid;
	cursor: default;
	background-color: #b80000;
}

.jetsItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	color: white;
}
