#calTitle {
	background: #1C5684 url(/images/calendar/cal_sprite.png) repeat-x scroll 0 -48px;
	padding: 6px 0 0 0;
	height: 28px;
	color: #FFF;
	font-size: 15px;
	position: relative;
	text-align: right;
}
#calBack, #calBack:link, #calBack:active, #calBack:visited,
#calForward, #calForward:link, #calForward:active, #calForward:visited {
	position: absolute;
	top:10px;
	right: 17px;
	display: block;
	text-indent: 2000px;
	overflow: hidden;
	font-size: 110%;
	width:6px;
	height:12px;
	background: transparent url(/images/calendar/cal_sprite.png) no-repeat scroll 0 0;
	zoom: 1;
}
#calForward:hover { background-position: 0 -36px; }
#calBack, #calBack:link, #calBack:active, #calBack:visited {
	right: 27px;
	background-position: 0 -12px;
}
#calBack:hover { background-position: 0 -24px; }
#calTitle span { padding-right:42px; }

#calendar {
	border-left:1px solid #ECECED;
	border-bottom:1px solid #ECECED;
	margin:10px 0;
}
#calendar th {
	color: #EFEFEF;
	background-color: #525252;
	margin: 3px;
	padding: 2px 0;
	text-align:center;
	font-size: 12px;
}
#calendar td {
	height:75px;
	width: 100px;
	background-color: #E4E4E4;
	vertical-align:top;
	border:2px solid #FFF;
	padding: 5px 5px 0 5px;
	font-size: 11px;
	line-height: 16px;
}
#calendar td.zebra { background-color:#D8D8D8; }
#calendar td h5 {
	font-weight: normal;
	font-size: 15px;
	color: #888;
	text-align:right;
	padding-left:4px;
}
#calendar td.today h5 {
	color:#888;
	font-weight:bold;
}
#calendar td a, #calendar td a:link, #calendar td a:active, #calendar td a:visited {
	display: block;
	text-decoration: none;
} 
#calendar td.notInMonth {
	font-size: 15px;
	background: #F5F4F4;
	color:#D3D3D3;
	text-align:right;
}
#calendar ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:10px;
	line-height:11px;
}
#calendar ul * {
	font-size:11px;
	line-height:12px;
}
.hoverBubbleWrap { position: relative; }
.hoverBubble {
	display: none;
	width: 163px;
	position: absolute;
	top:5px;
	left:-34px;
}
.hoverTop {
	width: 163px;
	height: 11px;
	background: transparent url(/images/calendar/hover_bubble_top.png) no-repeat scroll 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/calendar/hover_bubble_top.png');
}
.hoverContentWrap {
	width: 139px;
	border-left: solid 2px #525252;
	border-right: solid 2px #525252;
	border-bottom: solid 2px #525252;
	background-color: #F5F4F4;
	padding: 10px;
	font-size: 12px;
	opacity: .95; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=95); /* IE lt 8 */
	-ms-filter: "alpha(opacity=95)"; /* IE 8 */
	-khtml-opacity: .95; /* Safari 1.x */
	-moz-opacity: .95; /* FF lt 1.5, Netscape */
}
.hoverContentWrap h6 {
	color:#00234C;
	font-size:12px;
}