body
{
	font-family: arial;
	font-size: .8em;
	background-color: black;
	color: green;
}

h1, h2, h3, h4, b
{
	color: #0099FF;
}

.right {text-alignment: right;}

ul li
{
	list-style-type: box;
}

/* Style for any special messages we'd like to set apart from text by putting it in a box */
.boxMessage
{
   background-color: black;
   color: blue;
   text-align: justify;
   padding: 1em 1em 1em 2em;
   border: solid .1em green;
   margin-bottom: 1em;
}

/* This is the logo at the top */
#omegaheader
{
   color: black;
   /* background: #FFFFFF url("pics/bground/bg209.jpg"); */
   position: absolute;
   top: 0em;
   left: 0em;
   right: 0;
   height: 15em;
   width: 10em;
   /* border: 1em solid; */
   text-align: center;
   z-index: 3;
}

/* This weird definition makes it so a border does not appear around the logo link. */
#omegaheader a img
{
	border-style: none;
}

ul.linkmenu
{ 
	position: absolute;
	top: 10em;
	color: #ffffff; 
	background: black; 
	border: .2em solid blue; 
	padding: 1em; 
	margin: 0em 0em 0em 0em;
	list-style-type: none;
	z-index: 3;
} 

ul.linkmenu ul
{
	display: none;
	margin-left: 0em;
	list-style-type: none;
}

ul.linkmenu li:hover > ul
{
	display: block;
	list-style-type: none;
}

ul.linkmenu li a:link
{ 
	display: block;
	color: #9999FF; 
	background: transparent; 
	text-decoration: none; 
	margin-left: 0em;
	padding: 0em 1em 0em 0em;
	border: .1em red outset;
	list-style-type: none;
} 

ul.linkmenu li a:visited
{ 
	display: block;
	color: #9999FF; 
	background: transparent; 
	text-decoration: none; 
	margin-left: 0em;
	padding: 0em 1em 0em 0em;
	border: .1em red outset;
	list-style-type: none;
} 

ul.linkmenu li a:hover
{ 
	display: block;
	color: #9999FF; 
	background-color: red; 
	text-decoration: none; 
	margin-left: 0em;
	padding: 0em 1em 0em 0em;
	border: .1em red outset;
	list-style-type: none;
}

/* main area for content */
#omegaviewpane
{
   display: block;
   background-color: black;
   color: green;
   position: absolute;
   top: 5.5em;
   left: 9em;
   right: 8em;
   height: 50em;
   z-index: 1;
   border: red solid .1em;
   padding: 2em 2em 1em 4em;
   margin-bottom: 10em;
}

/* area for footer */
#omegafooter
{
	position: absolute;
	bottom: 0em;
	text-align: center;
	font-size: .8em;
	color: #005500;
}

/* Here are the properties for all tables */
table
{
	border: 2em outset;
	height: 3em;
	width: 5em;
	text-align: left;
	empty-cells: show; /* this line works in most browsers except IE. use &nbsp inside cells to get the same effect in IE. */
}

th
{
	border: 2em outset;
	height: 2em;
	text-align: center;
}

th h1
{
	background: #FFFFFF url("pics/bground/bg209.jpg") repeat;
	text-align: center;
}

td
{
	border: 1em solid;
	margin: 0em;
	height: 5em;
	width: 7em;
}

/* .dateNum is the class that defines how the date number appears on the table */
.dateNum
{
	text-align: center;
	color: white;
	background-color: black;
	/*border: solid black 1em;*/
	font-size: .75em;
	/*height: 10em;*/
	width: 2em;*/
}

/* Here is a line I will eventually use so that the sidebar doesn't print up
 @media pring #omegabar {display:none;}
*/