#Calendar {
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	border-top-color: #999999;
	border-style: outset;
	text-align: center;
	display: block;
	margin: 5px;
	padding: 0;
	width: 176px;
	color: #3B6337;
	height: 203px;
	margin-top: 40px;
	background-color: #F5F5C3;
	/*-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;*/
}
	#Calendar li {
		width: 19px;
		display: block;			
		list-style: none;
		float: left;
		font-size: 12px;
		padding: 3px 0;
		margin: 0;
		background-color: #F8FFF8;
		height: 19px;
		overflow: hidden;
	}
	#Calendar a{
		text-decoration: underline;
		font-size: 11px;
	}
	.CalHead {
		background-color: #FFFF99 !important;
		margin: 0;
		padding: 0;
		height: 46px !important;
		width: 175px !important;
		font-weight: bold;
		/*-moz-border-radius-topright: 20px;
		-moz-border-radius-topleft: 20px;*/
		
	}
		.CalHead td {
			background-color: #FFFF99 !important;
			/*-moz-border-radius-topright: 20px;
			-moz-border-radius-topleft: 20px;*/
		}
		.CalHead a {
			color: #3B6337;
		}
			.LeftArrow {
				width: 30px;
			}
			.MonthName {
				width: 125px !important;
				font-size: 13px;
			}
			.RightArrow {
				left: -3px;
				width: 19px;
			}
		.WeekLetters {
			/*left: -25px;*/
			width: 175px !important;
		}
			.WeekLetter {
				width: 19px !important;
				color: #2D5AC4;
				text-align: center;
			}
			#Sunday {
				color: #EE1010;
			}
		#Calendar .CalLink{
			color: #2D5AC4;
			font-weight: bold;
		}
			#Calendar .CalLink:hover {
				color:#000074;
			}
			#Today, #TodayLI {
				color: #FFFF99;
				background-color: #3B6337 !important;
				font-weight: bold;
			}
		#Calendar .Weekend, #Calendar .WeekendNextMonth, #Calendar .WeekLink {
			background-color: #F5F5C3;
		}
			#Calendar .WeekLink {
				width: 36px;
				
				color: #2D5AC4 !important;
				background-color: #EDED9C;
			}
			#Calendar .NextMonthDay {
				background-color: #FAFAE5;
			}
			#Calendar .NextMonthDay, #Calendar .WeekendNextMonth {
				color: #6E8EC3 !important;
			}
