@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto&display=swap');
.default_Menu{
	
	font-family     : 'Nunito', 'Roboto', 'Arial';
	font-size       : 12px;
	font-weight     : normal;
	cursor 			: hand;
	padding         : 10px;
}

.default_MenuBar{
	border 			: solid 1px #93A9C0;
	background 		: #EEEEEE;
	font-family     : 'Nunito', 'Roboto', 'Arial';
	font-size       : 12px;
	font-weight     : normal;
	cursor : hand;
}

.default_MenuItem{
	background 		:  #EEEEEE;
	font-family     : 'Nunito', 'Roboto', 'Arial';
	font-size       : 12px;
	font-weight     : normal;
	cursor 			: pointer;
	cursor : hand;
	padding : 5px;
	white-space    : nowrap;
}

.default_MenuItemTR{
	background 		:  #FF0000;
	font-family     : 'Nunito', 'Roboto', 'Arial';
	font-size       : 12px;
	font-weight     : normal;
	cursor 			: pointer;
	cursor : hand;
}

.default_MenuItem-selected{ 
	background 		: #BDBDBD;
	font-family     : 'Nunito', 'Roboto', 'Arial';
	font-size       : 12px;
	font-weight     : normal;
	cursor 			: pointer;
	cursor 			: hand;
	padding 		: 5px;
	white-space    : nowrap;
}

.default_MenuPopup {
	background : #EEEEEE url('bin/popupEffect.png') repeat-x;
	font-family     : 'Nunito', 'Roboto', 'Arial';
	font-size       : 12px;
	font-weight     : normal;
	cursor 			: pointer;
	cursor 			: hand;
}

.default_MenuExpandSymbol {
	background : #EEEEEE url('bin/menuItemExpandSymbol.png') no-repeat;
	float : right;
	cursor : pointer;
	cursor : hand;
	height : 22px;
	width   : 5px;
}

.default_MenuExpandSymbol-selected {
	background:  #BDBDBD url('bin/menuItemExpandSymbol.png') no-repeat;
	float : right;
	cursor : pointer;
	cursor : hand;
	height : 22px;
	width   : 5px;
}

.default_MenuExpandSymbolHor {
	background:  #EEEEEE url('bin/menuItemExpandSymbolHorizontal.png') no-repeat;
	float : right;
	cursor : pointer;
	cursor : hand;
	height : 22px;
	width   : 7px;
}

.default_MenuExpandSymbolHor-selected {
	background:  #BDBDBD url('bin/menuItemExpandSymbolHorizontal.png') no-repeat;
	float 			: right;
	cursor 			: pointer;
	cursor 			: hand;
	height 			: 22px;
	width   		: 7px;
}
