
#calendar .calendar_panel {
	float: left;
	width: 315px;
	border:#666666 1px solid;
		
}
	
#calendar .week {
	float: left;
	width: 315px;
}
	
#calendar .day {
	float: left;
	width: 39px;
	height: 39px;
	border:#CCCCCC 1px solid;
	padding:1px;
	margin:1px;
}
	
#calendar .day_heading {
	float: left;
	width: 39px;
	border:#CCCCCC 1px solid;
	padding:1px;
	margin:1px;
	text-align:center; 
	height:14px
}

#calendar .events {
	position: relative;
}
#calendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../image/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
#calendar .events li {
	padding-bottom: 5px;
}
#calendar .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#calendar .events li span.title {
	font-weight: bold;
	color: #222;
}

#calendar .date_has_event {
	color: #FFFFFF;
	background-color:#0281CA;
}
#calendar .date_has_event:hover {
	color: #FFFFFF;
	background-color:#046CA8;
}

