table.guestbook {
	border-collapse: collapse;
}

table.guestbook td {
	border: 1px solid lightgrey;
	padding: 2px;
}

table.guestbook td p {
	padding: 0px;
	margin: 0px;
}

table.guestbook tr.buttons td {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid lightgrey;
	background-color: #093064;
	color: white;
}

table.guestbook tr.buttons a {
	text-decoration: none;
	border: 1px solid white;
	color: white;
	padding: 0px 5px;
}

table.guestbook tr.buttons a:hover {
	color: #093064;
	background-color: lightgrey;
}

table.guestbook tr.buttons a.current {
	color: #093064;
	background-color: lightgrey;
}

table.guestbook tr.header td {
	background-color: #093064;
	color: white;
}

table.guestbook tr.item td.left {
	background-color: #146CE4;
	color: white;
	padding: 2px 10px;
}

table.guestbook tr.item td.right {
	background-color: #76ABF3;
	color: white;
}

table.guestbook tr.footer td {
	background-color: #093064;
	color: white;
}

table.guestbook td.left {
	border-right-style: none;
	width: 150px;
}

table.guestbook td.right {
	border-left-style: none;
	width: 450px;
}

table.guestbook td.blank {
	border-style: none;
}

table.guestbook .ort {
	font-style: italic;
	font-size: 8pt;
}