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


.SideWindow {
	color: #FFFFFF;
	background-color: #000000;
	height: 373px;
	width: 190px;
	position: absolute;
	left: 723px;
	top: 120px;
	z-index: 6;
	padding: 2px;
	border: 2px solid #FFFFFF;
}

.SideWindowTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.SideWindowTitleHoliday {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	text-align: center;
}

.SideWindowText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
