.mswLevel 
{
}

.mswContainer
{
}

.mswPopupContainer 
{
}

.mswPopupContainer #container
{
	background-color: #036;
}

.mswItemSeparator
{
	background-color: #036;
}

.mswItem 
{
	border-width: 1;
	border-style: solid;
	border-color: #ddd;
	background-color: #ccc;
	cursor: hand
}

.mswItem #border
{
	background-color: #ddd;
	border-width: 1;
	border-style: solid;
	border-color: #ddd;
}

.mswItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #036;
}

.mswItemDisabled 
{
	border-width: 1;
	border-style: solid;
	border-color: #ddd;
	background-color: #ddd;
	cursor: default;
}

.mswItemDisabled #border
{
	background-color: #ddd;
	border-width: 1;
	border-style: solid;
	border-color: #ddd;
}

.mswItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
}


.mswItemExpanded 
{
	padding: 1;
	background-color: #ddd;
	cursor: hand
}

.mswItemExpanded #border
{
	background-color: #ddd;
	border-width: 1;
	border-style: dashed;
	border-color: #036;
	cursor: default;
}

.mswItemExpanded #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #036;
}

.mswItemExpandedNN 
{
	border-width: 1;
	border-style: solid;
	border-color: #ddd;
	background-color: #ddd;
	cursor: hand
}

.mswItemExpandedNN #border
{
	background-color: #ddd;
	border-width: 1;
	border-style: dashed;
	border-color: #036;
}

.mswItemExpandedNN #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #036;
}

.mswItemActive 
{
	border-width: 1;
	border-style: solid;
	border-color: #ddd;
	background-color: #9CC;
	cursor: hand
}

.mswItemActive #border
{
	background-color: #9CC;
	border-width: 1;
	border-style: solid;
	border-color: #036;
}

.mswItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #036;
}