.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;
}
#Calendar{
	list-style:none;
	list-style-type:none;
	margin:0px;
}
	#Calendar li{
		border-bottom:1px dotted #CCCCCC;
		width:465px;
	}	
	.Day{
		color:#333;
		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{
		float:right;
		width:370px;
	}	
		.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 .Duration{
				margin:0px !important;
				font-size:11px;
				color:#44A1D0;
				border-bottom:1px solid #000000;
				float:left;
				width:90%;
			}
			.Event .ActionLink{
				margin:0px !important;
				font-size:11px;
				color:#BF350D;
				text-align:right;
			}
			
	#Calendar .more{
		font-size:11px;
		padding-top:5px;
	}	
.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;
}
