.Body {
	font-family		: sans-serif;
}

.TableMenu {
	font-size		: 8pt;
	text-align		: left;
}

.Overview {
	vertical-align 	: middle;
	border-width	: 2px;
	border-color	: darkred;
	border-style	: solid;
}

.Overview-Reset {
	vertical-align 	: middle;
	border-width	: 2px;
	border-color	: gray;
	border-style	: solid;
}

.Menu {
	vertical-align 	: top;
}

.MenuCategories {
	vertical-align 	: top;
	border-width	: 2px;
	border-color	: gray; 
	border-style	: solid;
	
}

.MenuCategory {
	font-weight 	: bold;
	background-color: white;
	text-align      : center;
}

.MenuItemEnable {
	
	border-width	: 2px;
	border-color	: white; 
	border-style	: solid;
	color			: #483D8B;
	font-weight		: normal;
	text-decoration : none;
	cursor			: pointer;
}

.MenuItemDisable {
	color			: darkgray;
	border-width	: 2px;
	border-color	: white; 
	border-style	: solid;
	font-weight		: normal;
	text-decoration : line-through;
	cursor			: normal;
}

.MenuItemClicked {
	background-color: yellow;
	border-width	: 2px;
	border-color	: white;
	border-style	: solid;
	color           : darkred;
	font-weight		: normal;
	text-decoration : none;
	cursor			: pointer;
}

.MenuItemLink {
	color			: #483D8B;
	font-weight		: normal;
	text-decoration : none;
	cursor			: pointer;
}

.Footer {
	font-size		: 7pt;
	font-style		: normal;
}

.TableBody {
	font-size		: 10pt;
}

.Hint {
	font-size		: 12pt;
	font-weight     : bold;
}

.Titles {
	border-bottom-width	: 2px;
	border-bottom-style	: solid;
	border-top-width	: 2px;
	border-top-style	: solid;
	border-color    : darkred;
	font-size       : 12pt;
	font-weight     : bold;

}

