.mswLevel 
{
}

.mswContainer
{
}

.mswPopupContainer 
{
}

.mswPopupContainer #container
{
	/*background-color: white;*//*#9C9A9C;*/
}


.mswItemSeparator
{
	background-color: #99CDFF;
}

.mswItem 
{
	border-width: 1;
	border-style: solid;
	border-color:  white;/*#F7F3F7;*/
	background-color:  none;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItem #border
{
	/*background-color:  white;*//*#F7F3F7;*/
	border-width: 1;
	border-style: solid;
	border-color:  #323232;/*#F7F3F7;*/
}

.mswItem #item
{
	font-family: verdana;
	font-size: 13px;
	color: black;
}

.mswItemDisabled 
{
	border-width: 1;
	border-style: solid;
	border-color: #323232;
	background-color:  white;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItemDisabled #border
{
	background-color:  white;/*#F7F3F7;*/
	border-width: 1;
	border-style: solid;
	border-color: #323232;
}

.mswItemDisabled #item
{
	font-family: verdana;
	font-size: 13px;
	color: gray;
}


.mswItemExpanded 
{
	padding: 1;
	background-color:  #323232;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItemExpanded #border
{
	background-color: #323232;/*#F7F3F7;*/
	border-width: 1;
	border-style: solid;
	border-color: white;
	cursor: pointer;
}

.mswItemExpanded #item
{
	font-family: verdana;
	font-size: 13px;
	color: white;
}

.mswItemExpandedNN 
{
	border-width: 1;
	border-style: solid;
	border-color:  #323232;
	background-color:  #323232;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItemExpandedNN #border
{
	background-color:  #323232;/*#CECFCE;*/
	border-width: 1;
	border-style: solid;
	border-color:  white;
}

.mswItemExpandedNN #item
{
	font-family: verdana;
	font-size: 13px;
	color: white;
}

.mswItemActive 
{
	border-width: 1;
	border-style: solid;
	border-color: #323232;
	background-color:  #323232;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItemActive #border
{
	background-color: #323232;/*#CECFCE;*/
	border-width: 1;
	border-style: solid;
	border-color: white;
}

.mswItemActive #item
{
	font-family: verdana;
	font-size: 13px;
	color: white;
}