.calendar {
	font-size: x-small;
	width: 100%;
}
.calendar ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 5px;
}
.navmenu li {
	float: left;
	position: relative;
	text-align: center;
	list-style-type: none;
	height: 17px;
	margin-left: 0px;
}
.calendar ul li a:link {
	font-weight: bold;
	text-decoration: none;
	color: #993300;
}
.calendar ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #993300;
}
.calendar li ul {
	display: none;
	position: absolute;
	background-color: #FFEECC;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FF9933;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #FF9933;
	padding: 5px;
	margin-left: 0px;
	margin-top: 0px;
	width: auto;
}
.calendar li ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444444;
	margin-left: 0px;
	margin-bottom: 3px;
}
.calendar li ul li em {
	margin-left: 5px;
	text-align: right;
	margin-top: 0px;
}
.calendar li > ul {
	top: auto;
	left: auto;
}
.calendar li:hover ul, li.over ul {
	display: block;
}
.days {
	background-color:#EE8D0B;
	width: 16%;
	font-weight:bold;
	text-align: left;
	padding: 2px;
}
.AM {
	background-color: #FFCC66;
	padding: 2px;
	vertical-align: top;
}
.PM1 {
	background-color: #FFB749;
	padding: 2px;
	vertical-align: top;
}
.PM2 {
	background-color: #FFB749;
	padding: 2px;
	vertical-align: top;
}
.other {
	background-color: #FF9933;
	vertical-align: top;
	padding: 2px;
}
.calendar .AM li:hover ul, li.over ul{ display: block; }

.monthCal {
	float: left;
	width: 140px;
	margin-right: 10px;
	border: 1px solid #FFCC99;
}
.calMonthname {
	font-size: x-small;
	text-align: center;
}
.calMonthname a:link {
	text-decoration: none;
	color: #990100;
}
.calMonthname a:visited {
	text-decoration: none;
	color: #990100;
}
.calMonthnameSelect {
	font-size: x-small;
	text-align: center;
	background-color: #FFDDBB;
}
.calMonthnameSelect a:link {
	text-decoration: none;
	color: #990100;
}
.calMonthnameSelect a:visited {
	text-decoration: none;
	color: #990100;
}

.calDayname {
	text-color: #FFFFFF;
	background: #990100;
	font-size: x-small;
	color: #FFFFFF;
	float: left;
	text-align: center;
	width: 20px;
}
.calDate {
	font-size: x-small;
	text-decoration: none;
	width: 20px;
}
.calCellToday {
	border: 1px solid #669ACC;
	float: left;
	text-align: center;
	width: 10%;
	background-color: #FFF2BF;
}
.calCell {
	font-size: x-small;
	float: left;
	text-align: center;
	width: 20px;
	background-color: #FFDDBB;
}
.calCell a:link {
	color: #990100;
	text-decoration: none;
}
.calCell a:visited {
	color: #990100;
	text-decoration: none;
}

.clearBoth {
	clear: both;
}

