#calendar-top { 
	background: url(../../../../images/rc/calendar-top.gif) no-repeat 0 0;
	height: 6px;
	width: 277px;
}
#calendar-ical {
	background: url(../../../../images/rc/calendar-edges.gif) repeat-y 0 0;
	padding:4px 0 0 12px;
	
}
#calendar-bottom {
	background: url(../../../../images/rc/calendar-bottom.gif) no-repeat 0 0;
	height: 8px;
	width: 277px;
}
#calendar-ical table {
	border-collapse: collapse;
	/*border: none;*/
	margin: 0;
	font-size: 8px;
}
#calendar-ical tbody {
	margin: 0 2px;
}

#calendar-ical table tr.navigation th {
	background: #011901;
	font-size: 10px;
	border: none;
	border-bottom: 1px solid #fff;
	height: 29px;
}
#calendar-ical table tr.navigation th.monthnavigation .previous { float: left; padding: 2px 0 0 4px; }

#calendar-ical table tr.navigation th.monthnavigation .next { float: right; padding: 2px 4px 0 0;}


#calendar-ical td.date_has_event,
#calendar-ical td.monthday,
#calendar-ical th {
	width: 34px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	background: #e0e0e0;
	color: #656565;
	/*position: relative;*/
	border: 2px solid #fff;
}
#calendar-ical td { border: 2px solid #fff; }
#calendar-ical table th {
	height: 18px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #fff;
	background: #c53e3a;
}
#calendar-ical table tr.navigation th a {
	color: #fff;
	text-decoration: none;
	/*border: none;*/
	
}
#calendar-ical td:hover,
#calendar-ical th:hover {
	/*background-position: 0px -81px;*/
	color: #fff;
	cursor: pointer;
}
#calendar-ical td.date_has_event {
	background: #7393aa;
	color: #fff;
}
#calendar-ical td.date_has_event:hover {
	/*background-position: 162px -81px;*/
}
#calendar-ical td {
	background: #fff;
}
#calendar-ical td.today {
	background-position: 81px 0px;
	color: white;
}
#calendar-ical td.today:hover {
	background-position: 81px -81px;
}
#calendar-ical .events {
	position: relative;
}
#calendar-ical .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	background: #e1e1e1;
	color: white;
	border: 4px solid white;
	font-size: 15px;
	width: 230px;
	list-style: none;
	color: #444444;
	/*padding: 10px;*/
	/*border-radius: 5px;*/
	box-shadow: 2px 2px 8px #666;
	-webkit-box-shadow: 2px 2px 8px #666;
	-moz-box-shadow: 2px 2px 8px #666;
}
#calendar-ical .events li {
	padding: 15px;
}
#calendar-ical .events li.evenEventItem {
	background: #efefef;
	
}
#calendar-ical .events li.oddEventItem {
	background: #e1e1e1;
	border-top: 4px solid white;
}
#calendar-ical .events li span {
	display: block;
	font-size: 12px;
	color: #333;
}
#calendar-ical .events li span.title {
	font-weight: bold;
	color: #333;
}

#calendar-ical .events li span.calEmail {
	
}