/* Header and Footer styles */
div.menu
{
	position: absolute;
	width: 190px;
	left: 3px;
	margin-left: 10px;
	margin-top: 50px;
	color: #000000;
	padding: 3px;
	padding-right: +3px;
}
div.menu > p
{
	margin-right: 5px;
	text-align: center;
}
div.menu a:link img, div.menu a:visited img, a:link img, a:visited img
{
	border-style: none;
}
div.menu ul
{
	margin-top: 0px;
}
div.footer
{
	right: auto;
	margin-left: 200px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 10px;
	
	color: #000000;
	background-color: #f0f0f0;
	border: 2px solid #000000;
	
	overflow: visible;
	overflow: hidden;
	
	text-align: center;
	
	font-size: xx-small;
}


/* DBUGGING div container */
div.DEBUG
{
	right: auto;
	margin-left: 200px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 10px;
	
	color: #000000;
	background-color: #f0f0f0;
	border: 2px solid #000000;
	
	overflow: visible;
	white-space: pre;
}



/* Primary content area default styles */
div.content
{
	right: auto;
	margin-left: 200px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 10px;
	
	color: #000000;
	background-color: #f0f0f0;
	border: 2px solid #000000;
	
	overflow: visible;
	overflow: hidden;
}
div.content ul
{
	margin-top: 0px;
}

/* Miscellaneous/useful styles */
.Success
{
	color: green;
	font-weight: bold;
}
.Warning
{
	color: blue;
}
.Failure
{
	color: red;
	font-weight: bold;
}

div.list p
{
	margin-bottom: 0px;
}
div.list
{
	border-bottom: 0px;
}

/* Hide and show styles for use with javascript */
*.hidden
{
	display: none;
}
table.show
{
	display: table;
}

ul.show
{
	display: list-item;
}

span.show
{
	display: inline;
	overflow: visible;
}

.disclaimer
{
	font-size: xx-small;
}
