#jem.jem_calendar{
	background: url(../images/calendar_bg.png) transparent no-repeat scroll 0 0;
	border:none;
	padding-top:0px;
}

#jem .copyright,
#jem.jem_calendar .buttons{
	display:none;
}

#jem .monthday,
#jem .saturday,
#jem .sunday {
	color:inherit;
}

#jem .monthday.saturday,
#jem .monthday.sunday {
	background-color: rgba(188, 187, 187, 0.82);
}

#jem .nomonthday,
#jem .month {
	    background-color: transparent;
}
#jem .monthday{
	background-color: rgba(255, 255, 255, 0.82);
}

#jem .month td {
	height:125px;
}

#jem .month td.monthnavigation,
#jem .month td.monthname,
#jem .month td.dayname {
	height:20px;
}

#jem  .monthnavigation {
	text-align:center !important;
}
#jem  .monthnavigation a{
	color:#455678;
}

.tooltip.fade{
	position:absolute !important;
	background-color:#fff;
	border: solid 1px #666;
	padding:5px;
	border-radius:5px;
}