#calendar{
	font-family:arial;
	text-align:center;
	width:100%;
	height:100%;
}
#calendarHeader{
	position: relative;
	font-size:24pt;
	text-align:left;
	width:91%;
}
#calendarControls{
	padding-bottom:15px;
	vertical-align:middle;
}
.day{
	width:14%;
	height:100%;
	text-align:left;
	float:left;
	position:relative;
}
.offMonthDay{
	width:14%;
	height:100%;
	text-align:left;
	float:left;
}
.offMonthDay table tr td{
	width:14%;
	text-align:left;
	float:left;
}
.dayOfWeek{
	width:14%;
	text-align:center;
	margin-bottom:20px;
	float:left;
}
#yearDisplay canvas{
	position: relative;
	z-index: -5;
}
#printButton{
	position:absolute;
}

#scheduleHolder{
	position:absolute;
	z-index:1000;
	display:none;
	padding:50px;
	border:solid 1px #666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#scheduleBg{
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#scheduleContent{
	position:relative;
	top:0;
	left:0;
}

#scheduleContent div{
	white-space:nowrap;
	font-family:Arial;
	font-size:10pt;
	color:#999;
	padding-bottom:10px;
}

#scheduleContent div .scheduleTime{
	font-size:14pt;
	padding-right:15px;
}

#calendarMonthChooser{
	position:absolute;
	z-index:100;
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	display:none;
}

#calendarMonthChooser span{
	position:relative;
	padding:8px 10px 30px 10px;
	z-index:-1;
}
