.mswLevel 
{
}

.mswContainer
{
}

.mswPopupContainer 
{
}

.mswPopupContainer #container
{
	background-color: #520000;
}


.mswItemSeparator
{
	background-color: #A5A6A5;
}

.mswItem 
{
	border-width: 1;
	border-style: solid;
	border-color: #520000;
	background-color: #520000;
	cursor: pointer;
}

.mswItem #border
{
	background-color: #520000;
	border-width: 1;
	border-style: solid;
	border-color: #520000;
}

.mswItem #item
{
	font-family: Verdana, helvetica, Sans-Serif;
	font-size: 13px;
	color: white;
}

.mswItemDisabled 
{
	border-width: 1;
	border-style: solid;
	border-color: #F7F3F7;
	background-color: #F7F3F7;
	cursor: pointer;
}

.mswItemDisabled #border
{
	background-color: #F7F3F7;
	border-width: 1;
	border-style: solid;
	border-color: #F7F3F7;
}

.mswItemDisabled #item
{
	font-family: Verdana, helvetica, Sans-Serif;
	font-size: 13px;
	color: gray;
}


.mswItemExpanded 
{
	padding: 1;
	background-color: #520000;
	cursor: pointer;
}

.mswItemExpanded #border
{
	background-color: #520000;
	border-width: 1;
	border-style: solid;
	border-color: #9C9A9C;
	cursor: pointer;
}

.mswItemExpanded #item
{
	font-family: Verdana, helvetica, Sans-Serif;
	font-size: 13px;
	color: white;
}

.mswItemExpandedNN 
{
	border-width: 1;
	border-style: solid;
	border-color: #F7F3F7;
	background-color: #F7F3F7;
	cursor: pointer;
}

.mswItemExpandedNN #border
{
	background-color: #CECFCE;
	border-width: 1;
	border-style: solid;
	border-color: #9C9A9C;
}

.mswItemExpandedNN #item
{
	font-family: Verdana, helvetica, Sans-Serif;
	font-size: 13px;
	color: white;
}

.mswItemActive 
{
	border-width: 1;
	border-style: solid;
	border-color: #520000;
	background-color: #520000;
	cursor: pointer;
}

.mswItemActive #border
{
	background-color: #520000;
	border-width: 1;
	border-style: solid;
	border-color: #9C9A9C;
}

.mswItemActive #item
{
	font-family: Verdana, helvetica, Sans-Serif;
	font-size: 13px;
	color: white;
}
