@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
}

.bodyHeader {
	font-size: 16pt;
}

.mainMenu {
	display: none;
}

a.mainMenu:link {
	display: none;
}

a.mainMenu:visited {
	display: none;
}

a.mainMenu:hover {
	display: none;
}

.subMenu {
	display: none;
}

a.subMenu:link {
	display: none;
}

a.subMenu:visited {
	display: none;
}

a.subMenu:hover {
	display: none;
}

.subSubMenu {
	display: none;
}

a.subSubMenu:link {
	display: none;
}

a.subSubMenu:visited {
	display: none;
}

a.subSubMenu:hover {
	display: none;
}

.mainBody {
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 20px;
	font-size: 11pt;
	line-height: 24pt;
}

.searchResults {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	white-space: nowrap;
	line-height: 12pt;
}
.searchResultsDescription {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10pt;
	line-height: 12pt;
}
.searchResultsExtended {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10pt;
	line-height: 9pt;
	font-style: italic;
}

.roomParents {
	text-align: center;
}

.roomParents th {
	font-weight: bold;
	background-color: #990000;
	color: #E3D6AF;
	font-size: 9pt;
}

.roomParents td {
	font-size: 10pt;
	color: #990000;
}

.calendar {
	/*margin: auto;*/
	/*color: white;*/
	text-align: center;
	border: 1px solid #111111;
	/*line-height: 12pt;*/
}

.monthName th {
	font-weight: normal;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.7em;
	color: black;
}

.dayName th {
	font-size: 0.7em;
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	background-color: #cccccc;
	color: black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.otherMonth, .day, .specialDay {
	padding: 0.7em 1em;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	width: 100px;
}

.otherMonth {
	color: #999999;
	background-color: #4f4f5b;
}

.day, .specialDay {
	border-bottom: 1px solid #111111;
	background-color: #333333;
	height: 50px;
	color: white;
}
.specialDay {
	background-color: #a8a8a8;
	color: white;
	font-size: 0.9em;
	line-height: 1.1em;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
	color: black;
	text-decoration: none;
	padding: 0.1em;
}
.specialDay a:hover {
	color: black;
	background-color: gray;
}
.specialDescription {
	margin-top: 0em;
	margin-bottom: 1.0em;
	padding: 0.1em;
	font-size: 0.75em;
	line-height: 1.1em;
	color: black;
}
.weekendDay {
	background-color: #787888;
}
.today {
	background-color: #cccccc;
	color: black;
}

.menuDescription {
	font-size: 9pt;
	line-height: 10pt;
}

.bookDescription {
	font-size: 10pt;
	line-height: 12pt;
	font-style: italic;
}

