.osxTopLevel 
{
	background-color: #F7F7F7;
}

.osxTopLevelContainer 
{
}

.osxItemSeparator
{
	background-color: #A5A6A5;
}

.osxTopItem

{
	cursor: hand;
}

.osxTopItem #item
{
	font-family: verdana;
	font-size: 10pt;
	color: black;
		cursor: hand;

}

.osxTopItemDisabled
{
}

.osxTopItemDisabled #item
{
	font-family: verdana;
	font-size: 10pt;
	color: gray;
		cursor:  default;

}

.osxTopItemActive
{
	cursor: hand;
}

.osxTopItemActive #item
{
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}

.osxTopItemActiveNN
{
	background-color: #4271C6;
}

.osxTopItemActiveNN #item
{
	font-family: verdana;
	font-size: 10pt;
	color: white;
}

/* popup */

.osxPopup 
{
	background-color: #f7f7f7;
}

.osxPopupContainer
{
}

.osxPopupContainer #border
{
	background-color: #A5A6A5;
}

.osxPopupContainer #container
{
	background-color: #FFFBF7;
}

.osxItem
{
}

.osxItem #item
{
	font-family: verdana;
	font-size: 10pt;
	color: black;
}

.osxItemDisabled
{
}

.osxItemDisabled #item
{
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}

.osxItemActive
{
	cursor: default;
}

.osxItemActive #item
{
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}

.osxItemActiveNN
{
	background-color: #4271C6;
}

.osxItemActiveNN #item
{
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}
