.CalNav{
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
}
.CalNav a, .CalNav a:active,.CalNav a:visited{
	color:#0033FF;
	text-decoration:none;
}
.CalNav a:hover{
	text-decoration:underline;
}
	.CalNav .next{
		float:right;
		clear:right;
	}
	.CalNav .pre{
		float:left;
		clear:left;
	}
#MonthName{
	color:#4EA3D7;
	margin-top:0px;
}

div.Genitore{
	width: 545px;
}

h2.EventTitle{
	font-size: 18px;
	margin-bottom: 10px;
}

h3.EventDate{
	color: #1A94D6;
	font-size: 14px;
}

h4.EventTime,
h4.EventLocation{
	color: #1A94D6;
}

h4.EventLocation{
	border-bottom: 1px solid;
	margin-bottom: 10px;
}

#Calendar{
	list-style:none;
	list-style-type:none;
	margin:0px;
}
	#Calendar li{
		border-bottom:1px dotted #CCCCCC;
	}	
	.Day{
		color:#333;
		display:inline;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:3em;
		width:89px;
		height:65px;
		padding-top:20px;
		float:left;
		margin-right:5px;
		text-align:center;
		border-right:#ccc dotted 1px;
	}
	.Event{
		border-top: 1px dotted #CCC;
		border-bottom: 1px dotted #CCC;
		display:inline;
		float:left;

	}	
		.Event ul{
			list-style:none;
			list-style-type:none;
			margin:0px !important;
		}
			.Event ul li{
				border-bottom:none !important;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				width:380px !important;
			}
	
			.Event .Title{
				font-size:13px;
				font-weight:600;
				color:#44A1D0;
				margin-bottom:0px !important;
			}

			.Event .EventType{
				font-size:10px;
			}

			.Event .Duration{
				margin:0px !important;
				font-size:11px;
				color:#44A1D0;
				float:left;
			}
			.Event .ActionLink{
				margin:0px !important;
				font-size:11px;
				color:#BF350D;
				text-align:right;
			}
			
	#Calendar .more{
		font-size:11px;
		padding-top:20px;
	}	
.clearday{
	clear:both;
	line-height:0px;
	font-size:0px;
}
#RssEvents{
	text-align:right;
}
#RssEvents a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:600;
	height:20px;
	background:url(../images/feed-icon.png) right no-repeat;
	padding-right:20px;
}
#datepickerform input{
	font-size:11px;
}