@charset "utf-8";
/* CSS Document */

#calendar{
	background-color:#DAFBFE;
	border:1px solid #0B93A6;
}

h2{
	font-family:helvetica; 
	width:182px;
	text-align:center;
	font-size:12px;
	}
	
#calendar ul{
	width:182px;
	list-style:none;
	font-family:georgia;
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#DAFBFE;
	}
	
#calendar ul li{
	background-color:#DAFBFE;
	border:1px solid #0B93A6;
	float:left;
	width:22px;
	height:16px;
	background:#eee;
	margin:2px;
	padding:2px;
	font-family:georgia;
	}
	
#calendar ul li.noSchedule{
	background-color:#DAFBFE;
	border:1px solid #0B93A6;
	width:22px;
	float:left;
	height:16px;
	background:#eee;
	margin:2px;
	padding:2px;
	font-family:georgia;
	}

#calendar ul li.noSchedule_sat{
	background-color:#DAFBFE;
	border:1px solid #0B93A6;
	width:22px;
	float:left;
	height:16px;
	background:#66CCFF;
	margin:2px;
	padding:2px;
	font-family:georgia;
	}

#calendar ul li.noSchedule_sun{
	background-color:#DAFBFE;
	border:1px solid #0B93A6;
	width:22px;
	float:left;
	height:16px;
	background:#FFCCCC;
	margin:2px;
	padding:2px;
	font-family:georgia;
	}

#calendar ul li.hvSchedule{
	background-color:#DAFBFE;
	border:1px solid #0B93A6;
	width:22px;
	float:left;
	height:16px;
	background:#999;
	margin:2px;
	padding:2px;
	font-family:georgia;
	}
#calendar ul li.hvSchedule a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
#calendar ul li.hvSchedule a:hover{
	color:#FFCC99;
	text-decoration:none;
	font-weight:bold;
	}

#calendar ul li.hdSchedule{
	background-color:#DAFBFE;
	border:1px solid #FF6600;
	width:22px;
	float:left;
	height:16px;
	background:#ddd;
	margin:2px;
	padding:2px;
	font-family:georgia;
	}


#calendar ul li.day{
	margin:2px;
	margin-top:5px;
	padding:2px;
	border:1px solid #CCC;
	font-variant:small-caps;
	font-size:13px;
	background:#fff;
	height:16px;
	font-family:helvetica,arial;
	text-align:center;
	}

#calendar ul li.sunday{
	margin:2px;
	margin-top:5px;
	padding:2px;
	border:1px solid #CCC;
	font-variant:small-caps;
	font-size:13px;
	background:#FFCCCC;
	height:16px;
	font-family:helvetica,arial;
	text-align:center;
	}
#calendar ul li.saturday{
	margin:2px;
	margin-top:5px;
	padding:2px;
	border:1px solid #CCC;
	font-variant:small-caps;
	font-size:13px;
	background:#66CCFF;
	height:16px;
	font-family:helvetica,arial;
	text-align:center;
	}

	
#calendar ul li span{
	font-size:11px;
	dispay:block;
	color:#666;
	}

.day{display:block;}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color:#FFFFCC;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}