#calendar-ical table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 0px 0px;
	margin: 10px auto;
	font-size: 10px;
	width: 240px;}

/*header area of calendar*/
#calendar-ical table tr.navigation th {
	background: #ffffff;
	font-size: 11px;
}

/*next month navigation*/
#calendar-ical table tr.navigation th a {
	color: #990000;
	text-decoration: none;
	text-align:center;
}

#calendar-ical td.date_has_event,
#calendar-ical td.monthday,
#calendar-ical th {
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background: url(images/cells.png);
	color: #444;
	position: relative;
}
#calendar-ical table th {
	height: 15px;
	font-size: 10px; font-weight: bold;
	text-align: center;
}
#calendar-ical td:hover,
#calendar-ical th:hover {
	background-position: 0px -81px;
	color: #222;}
	
/*dates with events*/
#calendar-ical td.date_has_event {
	background-position: 162px 0px;
	color: #990000;}
	
#calendar-ical td.date_has_event:hover {
	background-position: 162px -81px;}
	
#calendar-ical td {
	background: url(images/calpad.jpg);
}
#calendar-ical td.today {
	background-position: 81px 0px;
	color: white;
}
#calendar-ical td.today:hover {
	background-position: 20px -20px;
}
#calendar-ical .events {
	position: relative;
}
#calendar-ical .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 4px;
	background: #EBEBEB; /*background color of popup*/
	color: white;
	border: 1px solid #cccccc;
	font-size: 9px;
	width: 180px;
	-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-ical .events li {
	padding-bottom: 5px;
}
#calendar-ical .events li span {
	display: block;
	font-size: 9px;
	text-align: left;
	color: #555;
}
#calendar-ical .events li span.title {
	font-weight: normal;
	color: #222;
}

#calendar-ical .events li span.calEmail {
	font-size: 0px;
	}