@import 'icons.css';

#controls {
	overflow: hidden;
	height: 38px;
	margin-bottom: 10px;
}

.monada-controls {
	position: absolute;
	padding: 2px;
	z-index: 1000;
}

.monada-controls * {
	color: #777;
	font-family: Tahoma;
	font-size: 10pt;
}

.monada-controls a:hover {
	color: black;
}

.monada-controls-button {
	position: relative;
	z-index: 2000;
}

.monada-controls-button a {
	font-size: 14pt;
}

.action-node {
	width: 200px;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	padding: 2px 2px 0 2px;
	margin: 0;
	background-color: #ddd;
	border: 1px solid #bbb;
	border-top: 40px solid #bbb;
	list-style-type: none;
	-moz-border-radius: 15px;
}

.action-leaf {
	overflow: hidden;
	margin-bottom: 2px;
}

.action-link {
	display: block;
	border: 1px solid #ddd;
	-moz-border-radius: 15px;
}

a.action-link:hover {
	background-color: #ccf;
	border: 1px solid #99f;
}

.action-active .action-link {
	color: black;
	background-color: #eee;
	border: 1px solid #ccc;
}

.nav-nonav .nav-link {
	color: #393 !important;
}

.nav-hidden .nav-link {
	color: #000 !important;
	text-decoration: line-through !important;
}
