

body {
	margin: 0;
	padding: 0;
	background-color: #f9f6f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a.active, a:hover {
	text-decoration: underline;
}
#content{
	width: 100%;
}
#header{
	display: none;
}
#footer{
	display: none;
}
div.view h1.title,
div.view h2.title{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #856846;
	margin: 0px;
}
div.view h2.title{
	padding-left: 10px;
}
button{
	display: none;
}
h1{
	display: none;
}
div.reservation table{
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
	border: 1px solid #888;
}
div.reservation table td{
	padding: 2px;
	border: 1px solid #888;
}
div.reservation table td.th{
	text-align: center;
	font-weight: bold;
}
div.reservation table td.num{
	text-align: right;
	font-weight: bold;
}
#messagesOuter{
	display: none !important;
}