#calendar {
	border-spacing:0 !important;
	border-collapse:collapse !important;
}

table#calendar td.month a{
	color: #FF0000;
	font-weight: bold;
}

table#calendar tr {
	text-align: center;
}

table#calendar tr.daynames td {
	width: 50px;
	background: #5F5F5F;
	color: #fff;
}

table#calendar tr.week td {
	height: 20px;
	line-height: 20px;
}

table#calendar td.today {
	color: #F1D323;
	font-weight: bold;
	background: #000000;
}

table#calendar td.event {
	color: white;
	border: 1px solid #999;
	background-color:#e7e7e7;
}

table#calendar td.event a {
	display:block;
	width:100%;
	height:100%;
	color:#000;
}
table#calendar td.today a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}

a.monthnav {
	color: #666;
	text-decoration: none;
}

a.monthnav:hover {
	color: #000000;
	text-decoration: underline;
}

#calendar_wrapper {
	display:block;
	height:190px;
	margin-top:10px;
}

table#calendar td a:hover {
	text-decoration:none;
}

/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	margin-top:-50px;
	margin-left:45px;
	z-index: 100000;
	text-align: left;
	width: 300px;
	overflow:hidden;
}
	.tooltip .xtop, .tooltip .xbottom { display: block; font-size: 1px; margin: 0px; }
	.tooltip .xbottom { margin-top: -2px; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #e7e7e7; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #e7e7e7; }
	.tooltip .xb1 { margin: 0 5px; background: #e7e7e7; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }

	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #000000 !important;
		/* word-wrap:break-word; */
		background-color: #e7e7e7 !important;
		line-height:1.4em;
		z-index: 999;
		 -moz-border-radius: 5px; 
		 -webkit-border-radius: 5px; 
		 border: 1px solid #e7e7e7 !important;
	}
	
.tooltip h2 {
	font-family: Georgia, Arial, Helvetica; font-size: 17px; font-weight: normal; font-style: italic; color: #000000; margin-bottom: 2px; 
}