/* License: You are free to take this CSS. :-) No warranty or guarantees.    */
/* Feel free to credit me, if you like.                                      */
/*                                                                           */
/* Original Author: Maxwell Kanat-Alexander <maxka {at} myrealbox {dot} com> */

/* ********* */
/* Main Menu */
/* ********* */

.MainMenuBar {
	position: fixed;
	right: 0;
	top: 7ex;
	list-style: none;
	margin: .5em .5em 0 0;
	padding: 0;
}

.MainMenuBar li {
	width: 6em;		
	margin: 0;
}

.MainMenuBar li a {
	display: block;
	margin-bottom: -1px;
	padding: .25em;

	border: 1px dashed black;
	background: none;
	background: white;

	text-align: center;
	color: #4682B4; /* steelblue */
	text-decoration: none;
	font-weight: bold;
}

.MainMenuBar li a:visited {
	background: none;
	background: white;
	color: #4682B4; /* steelblue */
}

.MainMenuBar li a:hover {
	background: none;
	background: #eee;
	color: #4682B4; /* steelblue */
}

/* End Main Menu */

/*  Normal Black letters on a beige back ground */
body.lha {
	background:	none;
	background:	#faebd7;
	color:		inherit;
}

/* For now I'll leave the color alone, but something more gruesome is required */
body.boneyard  {
	background:	none;
	background:	#faebd7;
	color:		inherit;
}

.missing {
	background:	 none ;
	font-weight:	 100;
	color:		 #909090;
	text-decoration: none;
}

.umissing {
	background:	 none ;
	font-weight:	 100;
	color:		 #909090;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

p.invisible { display: none; }

.italic { font-style: italic; }
.bold   { font-weight: bold; }

span.red { color:	red; }

/* .backwards {unicode-bidi:bidi-override; direction: rtl; color:#c00;} */

.backwards {
	unicode-bidi:	bidi-override;
	direction:	rtl;
}

