body {
	font-family: Verdana, Tahoma, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #c0c0c0;
}

img {
	border: 0px;
}

a {
	color: #6495ed;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#page {
	width: 960px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	padding: 1em;
}

div#menu-top {
	border-collapse: collapse;
	border-bottom: 1px solid #c0c0c0;
	display: table;
	width: 100%;
}

div#menu-top dl {
	background-color: #4B0082;
	color: #fff;
	display: table-row;
}

div#menu-top dt {
	border-left: 1px solid #c0c0c0;
	display: table-cell;
	text-align: center;
	white-space: nowrap;
	width: 11%;
}

div#menu-top dt.first-cell {
	border-left: none;
}

div#menu-top dt a {
	color: #fff;
	display: block;
	padding: 0.5em 0.7em;
	text-decoration: none;
}

div#menu-top dt a:hover {
	color: #fff;
	background-color: #6495ed;
}

div#menu-top dt.current span {
	background-color: #9932CC;
	color: #fff;
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-bottom {
	margin-bottom: 1em;
	text-align: center;
}

div#menu-bottom dt {
	display: inline;
}

div#menu-rooms {
	text-align: center;
}

div#menu-rooms dt {
	display: inline;
}

table.calendar td {
	text-align: center;
}

.two-night, .two-night a {
	color: green;
}

.problem {
	font-style: normal !important;
	font-weight: bold !important;
	color: #800 !important;
	text-align: left;
}
.inputprob {
	color: #000 !important;
	background-color: yellow !important;
}

table.checkout { 
	border-collapse: collapse;
	width: 75%;
	margin: auto;
}

table.checkout td { 
	padding-left: 5px;
	padding-right: 5px;
}

