/* 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 */


body {
	background:	none;
	background:	#FFCC99;
	color:		inherit;
}

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

/* For now I'll leave the color alone, but something more gruesome is required */
body.boneyard  {
	background:	none;
/*	background:	#faebd7; /* */
	background:	#FFCC99; /* */
	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; }
.invisible { display: none; }

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

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

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

h3#FD {text-align: center; background-color: #000000; color: #FFF001; }
a#FD { float: left; margin: 4px; clear: left}

/* */
.blackout {
	background: black;
	color:      white;
	text-align: center;
}

.outer {
	background:  #FDF001;
	color:       black;
	margin-left: -5px;
	margin-right: 0px;
	padding-right: 0px;
	width: 220px;
}

.lt {
	float: left;
	width: 34%;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-left: 4px;
}

.lt2 {
	border: 1px blue solid; /* */
	margin-left: 10px;
}

.rt {
	margin-top: 0;
	padding-top: 0;
/*	margin-bottom: 0px; /* */
	clear: right;
}

.leaderboard {
	clear: both;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
