#ical-sidebar h2, #ical-sidebar h2 a, #ical-sidebar h2 a:hover {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:28px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-0.25px;
line-height:30px;
margin:6px 0;
padding:0;
color: #C9113C;
text:decoration:none;
text-align:center;
}

#ical-sidebar table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 4px auto;
	font-size: 12px;
}
#ical-sidebar td, #ical-sidebar th {
	width: 41px;
	height: 41px;
	text-align: center;
	vertical-align: middle;
	background: url(/images/cells.png);
	color: #444;
	/* position: relative;  This made IE6&7 poups hide bbehind page content */
        padding-left: 6px;
        padding-right: 6px;
}
#ical-sidebar th {
	height: 18px;
	font-weight: bold;
	font-size: 11px;
}
#ical-sidebar td:hover, #ical-sidebar th:hover {
	background-position: 0px -81px;
	color: #222;
}
#ical-sidebar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#ical-sidebar td.date_has_event:hover {
	background-position: 162px -81px;
}
#ical-sidebar td.padding {
	background: url(/images/calpad.jpg);
}
#ical-sidebar td.today {
	background-position: 81px 0px;
	color: white;
}
#ical-sidebar td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}

.date_has_event .events {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
filter: alpha(opacity=99);
background-color: #FFF;
z-index: 1000;
}

.events ul {
	text-align: left;
	position: absolute;
	display: none;
        filter: alpha(opacity=99);
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(/images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 12px;
	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;
}

textarea.source-code {
border-color: #000033;
color: #000033;
background-color:  #ccffe6;
}

.events li {
	padding-bottom: 5px;
}

.events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #555;
}

.events li span.title {
	font-weight: bold;
	color: #222;
}
