#calendar {
	position: absolute;
	border: 1px solid #ccc;
	background-color: white;
	visibility: hidden;
	width: 10.5em;
}
#calendar input, #calendar select, #calendar button {
	font-size: 12px;
}
#calendar td {
	width: 1.7em;
	text-align: center;
}
#calendar .current {
	background-color: Maroon;
	color: White;
	border: 1px solid black;
	cursor: pointer;
}
#calendar .highlight {
	background-color: Highlight;
	color: HighlightText;
	cursor: default;
}
#calendar input {
	width: 4em;
}
#calendar .week td {
	font-weight: bold;
	font-size: 70%;
	background-color: Menu;
	border-bottom: 1px outset Menu;
}
#calendar .ui td {
	background-color: Menu;
	padding: 2px;
}
#calendar .counter {
	border-width: 1px;
	width: 1em;
}
#monthinput {
	margin-right: 0.5em;
}

#clock {
	position: absolute;
	color: black;
	background-color: white;
	visibility: hidden;
	border: 1px solid #ccc;
	width: 4em;
	height: 10em;
	overflow: auto;
	list-style-type: none;
	padding: 0;
	margin: 0;
	cursor: default;
}

#clock .highlight {
	background-color: Highlight;
	color: HighlightText;
}

