#Calendar {
	width:1000px;	
}

#Calendar td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

#Calendar .cMonth {
	font-weight:bold;
	text-align:center;
}

#Calendar .wDays {
	font-weight:bold;
	text-align:center;
	background-color:#0DABBD;
}

#Calendar .mNav {
	font-weight:bold;
	text-align:center;
	background-color:#0DABBD;
}

#Calendar table td a {
	text-decoration:none;
	color:#000;
}

#Calendar table td a:hover {
	text-decoration:underline;
}


#Calendar .withevent {
	text-align:center;
	background-color:#0DABBD;
	color:#000;
	cursor:pointer;
}

#Calendar .noevent {
	text-align:center;
	background-color:#FFF;
	color:#000;
}