
#window p {
	margin: 1em 0em;
}

#window header {
	display: block;
	margin-bottom: 2em;
	border-bottom: 1px solid #000;
}

#window hgroup * {
	margin: 0em !important;
}

#window hgroup h2 a {
	color: #04a;
	text-decoration: none;
}

#window hgroup h2 a:hover {
	color: #FA58F4;
}

#window h1 {
	font-weight: bold;
	font-size: 1.6em;
}

#window h2 {
	font-weight: bold;
	font-size: 1.2em;
}

#window h3 {
	font-weight: bold;
	font-size: 1.0em;
}

article {
	width: 40em;
	margin-top: 0em;
	margin-right: 3em;
	display: block;
	float: left;
	padding: 0px;
	top: 0px;
}

aside {
	display: block;
}

section {
	position: relative;
	display: block;
}

section + section {
	margin-top: 1em;
}

table.hotelinfo {
	border-collapse: collapse;
}

table.hotelinfo td {
	padding: 0.1em;
}

form span.content {
	position: absolute;
	left: 18em;
}

form span.content a {
	text-decoration: none;
}

#errors {
	color: red;
	display: none;
}

div.row {
	position: relative;
	padding: 0.3em;
}

table.hotelinfo tbody td {
	padding: 0.2em 2em 0.0em 0em;
	white-space: pre;
	vertical-align: top;
}

table#acceptance {

}

table#acceptance thead {
	border-bottom: 1px solid black;
	font-size: 1.2em;
}

table#acceptance thead td {
	padding: 0.2em 2em 0.0em 0em;
}

table#acceptance tbody td {
	padding: 0.2em 2em 0.0em 0em;
}

table#acceptance td input[type=submit] {
	margin-top: 1em;
	float: right;
}

p.address {
	white-space: pre;
}

div.top {
	position: relative;
	height: 1em;
}

div.top a {
	position: absolute;
	right: 0px;
}

#showacceptance, #showlog {
	width: 100%;
}

#showacceptance thead, #showlog thead {
	font-weight: bold;
	border-bottom: 1px solid black;
}

#showacceptance tbody tr:hover, #showlog tbody tr:hover {
	background-color: #EEEEEE;
}

#showlog tbody tr.WARNING td {
	background-color: yellow;
}

#showlog tbody tr.ERROR td, #showlog tbody tr.CRITICAL td{
	background-color: red;
	font-weight: bold;
}

#showlog tbody tr.DEBUG td {
	font-style: italic;
}

.timeTable h2.time {
	font-style: italic;
	color: #888;
}

#guests td {
	padding: 0.1em 1em;
}

#guests thead td {
	font-weight: bold;
	border-bottom: 1px solid black;
}

#guests tbody tr:hover {
	background-color: #EEEEEE;
}