.mswLevel 
{
}

.mswContainer
{
}

.mswPopupContainer 
{
}

.mswPopupContainer #container
{
	background-color: white;
}


.mswItemSeparator
{
	background-color: #A5A6A5;
}

.mswItem 
{
	border-width: 1;
	border-style: none;
	border-color: white;
	background-color: transparent;/*#F7F3F7;*/
	cursor: pointer;
	padding:2px;
}

.mswItem #border
{
	background-color: transparent;/*#F7F3F7;*/
	border-width: 1;
	border-style: none;
	border-color: #F7F3F7;
}

.mswItem #item
{
	font-family: verdana, Sans-Serif;
	font-size: 13px;
	color: #811620;
}

.mswItemDisabled 
{
	border-width: 1;
	border-style: none;
	border-color: #F7F3F7;
	background-color: #F7F3F7;
	cursor: pointer;
	padding:2px;
}

.mswItemDisabled #border
{
	background-color: #F7F3F7;
	border-width: 1;
	border-style: none;
	border-color: #F7F3F7;
}

.mswItemDisabled #item
{
	font-family: verdana, Sans-Serif;
	font-size: 13px;
	color: gray;
}


.mswItemExpanded 
{
	padding:2px;
	background-color: #FCCB02;
	cursor: pointer;
}

.mswItemExpanded #border
{
	background-color: #FCCB02;
	border-width: 1;
	border-style: none;
	border-color: #FCCB02;
	cursor: pointer;
}

.mswItemExpanded #item
{
	font-family: verdana, Sans-Serif;
	font-size: 13px;
	color: #811620;
}

.mswItemExpandedNN 
{
	border-width: 1;
	border-style: none;
	border-color: #FCCB02;
	background-color: #FCCB02;
	cursor: pointer;
	padding:2px;
}

.mswItemExpandedNN #border
{
	background-color: #FCCB02;
	border-width: 1;
	border-style: none;
	border-color: #FCCB02;
}

.mswItemExpandedNN #item
{
	font-family: verdana, Sans-Serif;
	font-size: 13px;
	color: #811620;
}

.mswItemActive 
{
	border-width: 1;
	border-style: none;
	border-color: #FCCB02;
	background-color: #FCCB02;
	cursor: pointer;
	padding:2px;
}

.mswItemActive #border
{
	background-color: #FCCB02;
	border-width: 1;
	border-style: none;
	border-color: #FCCB02;
}

.mswItemActive #item
{
	font-family: verdana, Sans-Serif;
	font-size: 13px;
	color: #811620;
}
