.calendar { 
	width: 612px;  
}
.calendar tr td { 
	padding:0px; 
	margin:0px; 
	height:65px; 
}
.calendar-prev a { 
	font-size:12px; 
	font-weight:bold; 
	color:#666666; 
}
.calendar-next a { 
	font-size:12px; 
	font-weight:bold; 
	color:#666666; 
}
.calendar-month, .calendar-days { 
	color: white; 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 17px ;
	border-bottom: 1px dotted black;
	padding-bottom: 2px;
	margin-bottom: 14px;
}
.linked-day { 
	width: 50px; 
	font-weight: normal; 
	font-size:10px; 
	color: #000000; 
	text-align:left; 
	background-color: white;
	cursor: pointer;
}
.default-day { 
	width: 50px; 
	font-size:12px; 
	text-align:left; 
	background-color: #fa73c3;
}

.cel-content {
	width: 85px; 
	position: relative; 
	overflow: hidden; 
	text-align:center;
	padding-top: 5px;
}

.cel-day {
	width: 85px;
	font-size: 25px; 
	position: relative; 
	color: #ec008c; 
	text-align:center;
}
.cel-day2 {
	width: 85px; 
	height: 65px; 
	font-size: 45px; 
	position: relative; 
	color: white; 
	text-align:center;
}
