html, body {
	height: 100%;
	display: block;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td span {
	display: none;
}
th {
	cursor: pointer;
}
tr {
	border-bottom: 1px solid #CFCFCF;
}
tr:hover {
	background-color: #DBF1EF;
}
div#content table a {
	text-decoration: none;
	width: 100%;
	display: block;
}
#public-content {
	height: 100%;
	background: transparent url(/_img/_trans50white.png) repeat;
	border: 1px dashed #1E78A0;
	color: #333333;
	margin: 3em 1em;
	padding: 1em;
}
#public-content:hover {
	background-color: #FFFFFF;
	border-style: solid;
}
#public-content a {
	color: #000000;
	text-decoration: underline;
}
#public-content a:hover {
	color: #1E78A0;
	text-decoration: none;
}
iframe {
	height: 100%;
	border: none;
	margin: 3em 0;
}
