#CalendarContainer{
	width:400px;
	min-height:100px;
	height:auto!important;
	height:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:19px;
}
	#CalendarContainer a{
		text-decoration:none;
	}
	#CalendarContainer a:hover{
		text-decoration:underline;
	}
	#CalendarContainer .EventEntry{
		padding-bottom:15px;
	}
		#CalendarContainer .EventEntry p{
			margin:0px 0px 5px 0px;
		}
	#dateSelect{
		width:400px;
		height:54px;
		margin:20px 0px 5px 0px;
	}
		#dateSelect #MonthCol{
			width:223px;
		}
		#dateSelect #YearCol{
			width:137px;
		}
			#CalendarMonth_LeftArrow, #CalendarMonth_RightArrow, #CalendarYear_LeftArrow, #CalendarYear_RightArrow{
				cursor:pointer;
			}
				.MonthArrowCol{
					margin-top:11px;
				}
				.YearArrowCol{
					margin-top:12px;
				}
			#Calendar_MonthContainer{
				width:152px;
				height:54px;
				background:url(/graphics/Calendar/Calendar_MonthContainer.png) 0px 2px no-repeat;
			}
			#Calendar_YearContainer{
				width:85px;
				height:46px;
				background:url(/graphics/Calendar/Calendar_YearContainer.png) 0px 5px no-repeat;
				position:relative;
			}
				#Calendar_YearContainer #YearHolder{
					width:70px;
					height:21px;
					position:absolute;
					left:16px;
					top:13px;
				}
				#Calendar_YearContainer #YearHolder IMG{
					float:left;
					margin-right:1px;
				}
