.mswLevel 
{
}

.mswContainer
{
}

.mswPopupContainer 
{
}

.mswPopupContainer #container
{
	background-color: #1A53A0;
	
}


.mswItemSeparator
{
	background-color: #989898;
}

.mswItem 
{
	padding: 1;
	background-color:  white;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItem #border
{
	background-color:  white;
	border-width: 0;
	border-style: solid;
	border-color:  #1A53A0;/*#F7F3F7;*/
}

.mswItem #item
{
	font-family: verdana;
	font-size: 13px;
	color: black;
}

.mswItemDisabled 
{
	border-width: 1;
	border-style: solid;
	border-color: #323232;
	background-color:  #989898;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItemDisabled #border
{
	background-color:  white;/*#F7F3F7;*/
	border-width: 0;
	border-style: solid;
	border-color: #989898;
}

.mswItemDisabled #item
{
	font-family: verdana;
	font-size: 13px;
	color: gray;
}


.mswItemExpanded 
{
	padding: 1;
	background-color:  white;/*#F7F3F7;*/
	cursor: pointer;

}

.mswItemExpanded #border
{
	background-color: white;/*#F7F3F7;*/
	border-width: 0;
	border-style: solid;
	border-color: white;
	cursor: pointer;
}

.mswItemExpanded #item
{
	font-family: verdana;
	font-size: 13px;
	color: #33499F;
	font-weight:normal;
}



.mswItemExpandedNN 
{
	border-width: 1;
	border-style: solid;
	border-color:  none;
	background-color:  none;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItemExpandedNN #border
{
	background-color:  white;/*#CECFCE;*/
	border-width: 0;
	border-style: solid;
	border-color:  white;
}

.mswItemExpandedNN #item
{
	font-family: verdana;
	font-size: 13px;
	color: #33499F;
	font-weight:normal;
	
}



.mswItemActive 
{
	border-width: 1;
	border-style: solid;
	border-color: white;
	background-color:  white;/*#F7F3F7;*/
	cursor: pointer;
}

.mswItemActive #border
{
	background-color: white;/*#CECFCE;*/
	border-width: 0;
	border-style: solid;
	border-color: white;
}

.mswItemActive #item
{
	font-family: verdana;
	font-size: 13px;
	color: #33499F;
	font-weight:normal;

}