﻿html,body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	font-size: 9pt;
	width: 100%;
	height: 100%;
}

table {
	white-space: nowrap;
	background-color: white;
	border: 1px solid black;
	border-collapse: collapse;
}

td {
	font-size: 8pt;
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	background-color: white;
	text-align: left;
	vertical-align: middle;
	font-family: arial;
	white-space: nowrap;
	border-style: hidden;
}

th {
	font-size: 8pt;
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	text-align: left;
	vertical-align: top;
	font-family: arial;
	white-space: nowrap;
}

a {
	font-family: arial;
	font-size: 8pt;
	padding: 2px;
}

A:hover {
	background-color: #DCDCDC;
}

li {
	padding-left: 20px;
}

img {
	border-style: none;
}

div.flyout {
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid gray;
}

table.flyout {
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid gray;
}

.menubar {
	font-family: System;
	background-color: ActiveBorder;
	border-bottom: 1px groove gray;
	font-size: 12pt;
	height: 16px;
}

button.hideFlyout {
	cursor: pointer;
	background-image: url(../graphics/exit.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
}
