.msowLevel 
{
}

.msowContainer #padding
{
	background-color: white;
}

.msowPopupContainer 
{
}

.msowPopupContainer #container
{
	background-color: #669900;
}

.msowPopupContainer #padding
{
	background-color: #669900;
}

.msowItemSeparator
{
	background-color: #669900;
}

.msowItem 
{
	
	background-color: #669900;
	cursor: default;
}


.msowItem #border
{
	background-color: #669900;
	border-width: 0;
	border-style: solid;
	border-color:  #669900;
}

.msowItem #item
{
	font-family: Calibri;
	font-size: 13px;
	color: white;
}

.msowItemNN
{
	background-color: white;
}

.msowItemNN #item
{
	font-family: Calibri;
	font-size: 13px;
	color: #e6f1d1;
}


.msowItemDisabled 
{
	
	background-color: white;
	cursor: default;
}


.msowItemDisabled #border
{
	background-color: #CEDFFF;
	border-width: 0;
	border-style: solid;
	border-color: #e6f1d1;
}

.msowItemDisabled #item
{
	font-family: Calibri;
	font-size: 13px;
	color: gray;
}

.msowItemDisabledNN
{
	background-color: white;
}

.msowItemDisabledNN #item
{
	font-family: Calibri;
	font-size: 13px;
	color: gray;
}


.msowItemExpanded 
{
	
	background-color: #e6f1d1;
	cursor: default;
}

.msowItemExpanded #border
{
	background-color: #669900;
	border-width: 0;
	border-style: solid;
	border-color: #e6f1d1;
}

.msowItemExpanded #item
{
	font-family: Calibri;
	font-size: 13px;
	color: white;
}

.msowItemActive 
{
	
	background-color: white;
	cursor: default;
}

.msowItemActive #border
{
	background-color: #e6f1d1;
	border-width: 0;
	border-style: solid;
	border-color: #e6f1d1;
}

.msowItemActive #item
{
	font-family: Calibri;
	font-size: 13px;
	color: #669900;
	
}


.msowItemActiveNN
{
	background-color: #e6f1d1;
}

.msowItemActiveNN #item
{
	font-family: Calibri;
	font-size: 13px;
	color: #e6f1d1;
	text-decoration: underline;
}


/* selected */

.msowItemSelected 
{
	
	background-color: #e6f1d1;
}

.msowItemSelected #border
{
	background-image: url(bkgnd.gif);
	border-width: 1;
	border-style: solid;
	border-color: #e6f1d1;
	cursor: default;
}

.msowItemSelected #item
{
	font-weight: bold;
	font-family: Calibri;
	font-size: 13px;
	color: #e6f1d1;
}



.msowItemSelectedNN 
{
	background-color: #e6f1d1;
}

.msowItemSelectedNN #item
{
	font-weight: bold;
	font-family: Calibri;
	font-size: 13px;
	color: #e6f1d1;
}