﻿body
{
	margin: 0px;
}

td
{
	vertical-align: top; /* border: solid 1px gray;*/
}
#progress
{
	/* background-color: #00FFF6;*/
	bottom: 0px;
	right: 0px;
}
.cssInProgress
{
	background-color: Green;
	visibility:visible;
}
.cssInHide
{
	background-color: Red;
	visibility:hidden;
}

#menu
{
	width: 100%;
	background-color: Olive;
	border: solid 1px darkgray;
	margin: 0px;
}
#menu a:link, #menu a:visited
{
	color: white;
}
#menu a:hover
{
	border-right: silver thin dotted;
	border-top: silver thin dotted;
	border-left: silver thin dotted;
	border-bottom: silver thin dotted;
}

TD.border
{
	border: solid 1px gray;
}
