

#bubble {
	background:url(../images/bubble.png) no-repeat; 
	width:260px; 
	height:137px; 
	display:none; 
	padding:20px; 
	position:absolute;	
}

#bubbleContent {
	width:280px; 
	height:117px; 
	overflow: auto;
	font-size: 11px;
}

#bubbleContent li {
	list-style-type:none;
}

table.jCalendar {
	background: transparent;
    border-collapse: separate;
    border-spacing: 2px;
	font-size:12px;
	width:100%;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	text-align:center;
}
table.jCalendar td {
	background: transparent;
	color: #000;
	padding: 4px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}

table.jCalendar td.has-event, table.jCalendar td.has-event:hover {
	background:#B43057;
	color:#fff;
	font-weight:bold;
	cursor: pointer;
}

table.jCalendar td.has-event a {
	color:#fff;
	text-decoration:none;
}

table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

span#eventsCalendarNav {
	width:80%;
	display:block;
	margin:0 auto 5px auto;
	padding-top:5px;
	text-align: center;
}

span#eventsCalendarNav a#prevMonth {
	float:left;
}

span#eventsCalendarNav a#nextMonth {
	float:right;
}