#Calendar {
	width:100%;	
}

#Calendar td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

#Calendar .cMonth {
	font-weight:bold;
	text-align:center;
}

#Calendar .wDays {
	font-weight:bold;
	text-align:center;
	height:50px;
	background-color:#FB0C1A;
}

#Calendar .mNav {
	font-weight:bold;
	text-align:center;
}

#Calendar table td a {
	text-decoration:none;
	color:#000;
	font-size:24px;
}

#Calendar table td a:hover {
	text-decoration:underline;
}


#Calendar .withevent {
	text-align:center;
	/*background-color:#FFF;*/
	background-image:url('images/teacherIcon.png');
	background-repeat:no-repeat;
	background-position: center center; 
}

#Calendar .noevent {
	text-align:center;
	/*background-color:#FFF;*/
	color:#000;
	height:90px;
}


#Events {
	width:300px;	
}

#Events h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}

#Events span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}