#RSRCalendar {
	border-style: solid;
	border-width: medium;
	border-color: white;
	background-color: #000099;
	position: absolute;
	right: 200px;
	visibility: hidden;
}

#monthyear {
	border-style: none;
	background-color: #000099;
	color: white;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
}

.dayhead, .date {
	border-style: none;
	background-color: #000099;
	color: white;
	text-align: center;
	font-size: 10pt;
}
