#navbar
{

	float: right;
	width: 120px;
	height: 600px;
	
}

DIV.main
{

	position:relative;
	
}

TD.menuItem
{	
	font-family: verdana;
	font-size: .7em;
	
	padding-right: .5em;
	padding-left: .5em;
	
	border-width: 1;
	border-style: solid;
	border-color: black;
	
	cursor: default;
	
	white-space: nowrap;	
}

TD.menuLine
{	
	padding: 1;
	
	border-width: 0;
	border-style: none;

	background-color: gray;	
}

TD.selectedMenuItem
{
	
	font-family: verdana;
	font-size: .7em;

	padding-right: .5em;
	padding-left: .5em;
	
	border-width: 1;
	border-style: solid;
	border-color: white;
	
	white-space: nowrap;	
	
	text-decoration: underline;
	color: red;
}

DIV.floatingMenuBox
{
	
	width: 1%;
	height: 1%;
	
	margin: 0;
	
	border-width: 2px;
	border-style: none;
	
	background-color: white;
	
	position:absolute;
	
	top 1;
	left 1;
	
	visibility: hidden;	
}

.menu
{
	width: 1%;
	height: 1%;
	
	
	padding-right: .5em;
	padding-left: .5em;
	
	border-width: 2px;
	border-style: solid;
	border-color: gray;
	
	background-color: black;
}

BODY
{
	font-family: Arial;
	background-color: black;
	color: white;
}

A.menuItem
{
	color: white;
	text-decoration: none;
}

A.menuItem:visited 
{
	color: white;
	text-decoration: none;
}

A.menuItem:hover
{
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

A:link
{
	color: white;
}

A:visited
{
	color: white;
}

TD.showLine
{
	font-family: arial;
	font-size: .10em;
}

TR.topline
{
	background-color: gray;
	height: 2px;
	line-height: 0;
	font-size: 0;
}

TR.subline
{
	background-color: white;
	height: 2px;
	line-height: 0;
	font-size: 0;
}

TR.emptyline
{
   height: 2px;
   line-height: 0;
   font-size: 0;
}

TABLE.statistics
{
	border-collapse: collapse;
}

TABLE.statistics td
{
   font-size: small;
   text-align: center;
}

TABLE.statistics td.name
{
   font-size: small;
   text-align: right;
}

TABLE.roster_admin td
{
   font-size: small;
}

TABLE.schedule_year td
{
   font-size: large;
}

TABLE.roster td
{
   font-size: small;
}

TABLE.calendar_entry td
{
   font-size: small;
}

TABLE.index
{
   border-collapse: collapse;
}

TABLE.index td
{
	font-size: smaller;
	text-align: center;
}

TEXTAREA
{
	background-color: black;
	color: white;
}

INPUT
{
  font-size: x-small;
  background-color: black;
  color: white;
}

SELECT
{
  font-size: x-small;
  background-color: black;
  color: white;
}

.date{
  font-size:75%;
  padding: 0em 0em 0em 0.8em;
}
