.popup {
    position: relative;
}

.popup a span {
	display: none;
}

.popup a:hover span {
    display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 320px;
	margin: 0px;
	padding: 10px;
	color: #000;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
    z-index: 9;
}

table.main th,
table.main td {
  padding: 3px 5px;
  font-family: tahoma, sans serif;
  border-right: 1px dotted #aaaaaa;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #bbbbbb;
}

table.main th {
  color: #eeeeee;
  font-size: 9pt;
  font-weight: 500;
  background-color: #808080;
}

table.main td {
  font-size: 10pt;
  background-color: #f8f8f8;
}

table.main tr.blue td {
  background-color: #bbeeff;
}

table.main tr.red td {
  background-color: #ffbbbb;
}

table.main tr:hover td {
  background-color: #ffffbb;
}

table.main tr:hover.blue td {
  background-color: #bbffbb;
}

table.main a {
  text-decoration: underline solid #000099;
}

table.main span.red {
  color: #bb0000;
  background-color: #ffe3e3;
}

table.main input {
  margin: 3px 0 0 0;
  display: none;
}

table.main input {
  font-size: 9pt;
  border-width: 1px;
}

table.main div.changed input {
  display: block;
}

