.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;
}
ul#Calendar {
	list-style:none;
	list-style-type:none;
	margin:0px;
}
	#Calendar li{
		border-bottom:1px solid #999999;
		background: url(../images/bg.gif) repeat-y;

	}	
	.Day{
		background:#646A4B;
		color:#CCCCCC;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:3em;
		width:90px;
		height:85px;
		float:left;
		margin-right:5px;
		text-align:center;
	}
	.Event{
		/* float:right;*/
		display:inline;
		float:left;
		width:575px;
	}	
	.Event li {
		background: none !important;
	}
		#managed .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;
			}	
			.Event .Title{
				font-size:13px;
				font-weight:600;
				margin-bottom:0px !important;
			}
			.Event .Duration{
				margin:0px !important;
				font-size:11px;
				color:#646A4B;
				border-bottom:1px solid #000000;
				float:left;
				width:90%;
			}
			.Event .ActionLink{
				margin:0px !important;
				font-size:11px;
				color:#646A4B;
				float:right;
			}
			
	#Calendar .more{
		font-size:11px;
	}	
.clearday{
	clear:both;
	line-height:0px;
	font-size:0px;
}
#Content{
	float:left !important;
}
