#calendar {
	position: absolute;
	bottom: 40px;
	left: 10px;
	width: 146px;
	height: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: BurlyWood;
}

#calendarTitle { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-color: BurlyWood;
	padding-left: 0px;
	margin: 0px;
}

#calendarBody { 
	position: absolute;
	top: 15px;
	left: 0px;
	width: 145px;
	height: 135px;
	padding: 0px;
	background-color: White;
}

#calLeft {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 15px;
	padding: 0px;
	margin: 0px;
}
#calRight {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 15px;
	padding: 0px;
	margin: 0px;
}
.calBtn {
	background-color: Chocolate;
	color: White;
	width: 16px;
	height: 16px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	cursor: pointer;
}
.calBtn:hover {
	background-color: SandyBrown;
}

#calTitle {
	position: absolute;
	top: 2px;
	left: 22px;
	right: 22px;
	height: 15px;
	border-style: none;
	text-align: center;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
}
#calMonth {
	position: absolute;
	top: 18px;
	left: 2px;
	right: 2px;
	height: 100%;
}
.calMark {
	width: 12px;
	height: 2px;
}
.CalfieldText {
	font-family: verdana, arial;
	font-size: 8pt;
	border-top: none;
	border-right: none;
	border-bottom: dotted 1px #808080;
	border-left: none;
	background-color: #F0F0F0;
	width: 120px;
}
.calDayTitle {
	font-family: verdana;
	font-size: 7pt;
	text-align: center;
}
.calWeek {
	font-family: arial;
	font-size: 7pt;
	text-align: center;
	line-height: 10px;
	background-color: #E8E8E8;
	border: solid 1px #E0E0E0;
	width: 12.5%;
}
.calDay {
	font-family: arial;
	font-size: 7pt;
	text-align: center;
	line-height: 10px;
	background-color: #F8F8F8;
	border: solid 1px #E0E0E0;
	width: 12.5%;
}
.calSun {
	font-family: arial;
	font-size: 7pt;
	text-align: center;
	line-height: 10px;
	color: #FF0000;
	background-color: #F8F8F8;
	border: solid 1px #E0E0E0;
	width: 12.5%;
}
.calThisDay {
	font-family: arial;
	font-size: 7pt;
	text-align: center;
	line-height: 10px;
	background-color: BurlyWood;
	border: solid 1px #E0E0E0;
	width: 12.5%;
}
