#Calendar {
	width:100%;	
}

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

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

#Calendar .wDays {
	 border: 1px solid;
    color: #222222;
    font-weight: bold;
    height: 28px;
    text-align: center;

}

#Calendar .mNav {
	border: 0px solid;
    color: #222222;
    font-weight: bold;
    height: 28px;
    text-align: center;
}

#Calendar table td a {
	text-decoration:none;
	color:#222222;
}

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


#Calendar .withevent {
	background-color:#f3b22d;
	border: 1px solid #fff;
    color: #ffffff;
    height: 28px;
    text-align: center;
	 cursor: pointer;
}

#Calendar .noevent {
border: 1px solid #999999;
    color: #222222;
    height: 28px;
    text-align: center;
}


#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;
}