
.tabbedMenu{
	
}

.tabbedMenu>.menu{
	background-color: #ff7722;
	border-bottom: 1px solid #aaaaaa;
}

.tabbedMenu.horizontal>.menu{
	border-right: 1px solid #aaaaaa;
	border-bottom: none;
}

.tabbedMenu>.menu>.element{
	text-align: center;
	padding: 5px;
	font-size: 14px;
}

.tabbedMenu>.menu>.element:hover{
	background-color: white;
	cursor:default;
}

.tabbedMenu>.menu>.element.selected{
	background-color: white;
}


.tabbedMenu>.content .dataGrid .element.selectable:hover{
	background-color: #bbbbbb;
}
