div.loading div.calendar {
	background: url(../images/loading.gif) no-repeat center center;
}
div.calendar {
	border: medium none;
	font-size: 0.9em;
	margin-top: 5px;
	width: 270px;
}
div.calendar-header {
	background: none repeat scroll 0 0 #FFFFFF;
	font-weight: lighter;
	padding: 5px 0;
}
div.calendar-header h4 {
	color: #314645;
	float: left;
	font-weight: bolder;
	font-size: 1.1em;
	margin: 3px 0 0 10px;
	text-transform: uppercase;
}
div.calendar-header a {
	cursor: pointer;
	margin-top: 3px;
}
div.calendar-header a.calendar-next {
	background: url("../images/next.png") repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 11px;
	margin-left: 4px;
	width: 10px;
}
div.calendar-header a.calendar-prev {
	background: url("../images/prev.png") repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 11px;
	width: 10px;
}
div.calendar-header a:hover {
	background-position: 0px -11px;
}
div.calendar table {
	width: 100%;
	margin: 0;
}
div.calendar table tr.alt td {
	background-color: #FFFFFF;
	padding: 0px;
}
div.calendar table th {
	background: none repeat scroll 0 0 #8FA29C;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 6px 13px;
}
div.calendar td {
	background-color: #F5F7F6;
	border-bottom: 1px solid #FFFFFF;
	border-right: medium none;
	color: #A7A69D;
	text-align: center;
	padding: 0px;
}
div.calendar td div {
	padding: 4px 0;
}
div.calendar td.last {
	border-right: 0;
}
div.calendar tr.last td {
	border-bottom: 0;
}
div.calendar td.prev-month, div.calendar td.next-month {
	color: #D5D5D1;
}
div.calendar td.today {
	background: none repeat scroll 0 0 #8FA29C !important;
	color: #FFFFFF;
	font-weight: bold !important;
}
div.calendar td.has-events {
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	background-color: #c0cbc7;
}
div.calendar td div.tip {
	display: none;
	z-index: 99999;
	width: 215px;
	padding-left: 15px;
	background: transparent url(../images/calendar-arrow.png) left 46% no-repeat;
}
div.calendar td div.tip div.tip-content {
	padding: 10px 12px 0 12px;
	background-color: #231f20;
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #231f20;
}
div.calendar td div.tip div.tip-content h5 {
	font-size: 9pt;
	margin: 0 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #65615c;
}
div.calendar td div.tip div.tip-content h6 {
	margin: 0;
	font-size: 8pt;
	line-height: 12pt;
	color: #ffffff;
}
div.calendar td div.tip div.tip-content h6 a {
	margin: 0;
	font-size: 8pt;
	line-height: 12pt;
	color: #ffffff;
	text-decoration: none;
}
div.calendar td div.tip div.tip-content p {
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
}
div.calendar td div.tip div.tip-content p a {
	color: #ffffff;
}
div.calendar td div.tip div.tip-content p a:hover {
	text-decoration: none;
}
div.calendar td div.tip div.tip-content hr {
	height: 0;
	margin: 0 0 10px 0;
	border: 0 #65615c dotted;
	border-top-width: 1px;
}
div.calendar td.over div.tip {
	display: block;
}
