#jMonthCalendar {
	width: 170px;
	position: relative;
	float: left;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#jMonthCalendar .MonthlyCalendar { 
	border-collapse: collapse;
	float: left;
	width: 100%;
}

#jMonthCalendar .currentDay {
	width: 100%;
	float: left;
	padding-top: 15px;
	text-align: center;
}

#jMonthCalendar .curDay {
	width: 100%;
	color: #c5c5c5;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	display: block;
	font-family: Helvetica, Verdana, sans-serif; 
	float: left;
}

#jMonthCalendar .curDate {
	width: 100%;
	color: #c5c5c5;
	font-size: 130px;
	line-height: 130px;
	letter-spacing: 1px;
	display: block;
	font-family: Helvetica, Verdana, sans-serif;
	float: left;
}
    
#jMonthCalendar .MonthNavigation {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	text-align: center;
 }

#jMonthCalendar .MonthNavNext { 
	width: 14%; 
	float: right; 
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 15px;
	color: #f15a22;
}

#jMonthCalendar .MonthNavPrev { 
	width: 14%;
	float: left;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 15px;
	color: #f15a22;
}

#jMonthCalendar .MonthName { 
	width: 70%; 
	float: left;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	color: #f15a22;
}

#CalendarHead { 
	width: 100%;
}

#CalendarHead .DateHeader {
	width: 14%;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #f15a22;
}

#CalendarHead .Last {
}

 #CalendarBody {
	width: 100%;
 }

#CalendarBody .DateBox {
	width: 14%;
	height: 25px; 
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: #757575;
}

#CalendarBody .Inactive { 
	color: #ccc; 
}

#CalendarBody .Weekend {
}

#CalendarBody .Last {
}

#jMonthCalendar .Today { 
	color: #f15a22;
}

#jMonthCalendar .eventDay {
	background-image: url(/media/background/eventday.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	cursor: pointer;
}

#jMonthCalendar .Event {  
	background-color: #EEECED;
	position: absolute;
	color: #757575;
	top: 0px;
	left: 0px;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	cursor: auto;
}

#jMonthCalendar .EventContent {
	float: left;
	padding: 20px 10px 10px 10px;
}

#jMonthCalendar .Event .close {
	position: absolute;
	right: 0px;
	top: 10px;
	height: 8px;
	width: 8px;
	display: block;
	cursor: pointer;
}