div.calBackground {
	width:1000px;
	border-bottom:1px solid #dee6f1;
	background-color: #809dc9;
	margin: auto;
}
	div.calBackgroundCenter {
		width:838px;
		height:250px;
		padding-top:11px;
		margin: auto;
	}
	div.calBox {
		padding-top:30px;
		width: 600px;
		margin: auto;
	}
	div#datepicker {
		width: 210px;
		height: 221px;
		background-color:#fff;
		float: left;
	}
	div.dateList {
		position:relative;
		width:600px;
		height: 221px;
		overflow: hidden;
		float: left;
		padding-left: 7px;
	}
	div.dateListContent {
		position: absolute;
		top:0px;
		left:7px;
	}
	div.dateList div.dateBar {
		width:586px;
		height: 36px;
		background-color: #fff;
		margin-bottom: 7px;
		padding: 7px;
	}
		div.dateList div.dateBar div.day {
			border-right: 1px solid #000;
			width: 50px;
			height: 35px;
			color: #000;
			font-weight: bold;
			font-size: 28px;
			padding-top: 1px;
			text-align: center;
			float: left;
		}
		div.dateList div.dateBar div.event {
			padding-left:7px;
			float: left;
			width: 528px;
			height: 36px;
		}
		
	div.dateScroll {
		float: left;
		width: 14px;
		height: 221px;
		padding-left: 7px;
	}
	div.dateScroll img {
		cursor: pointer;
	}
	img.downArrow {
		margin-top: 190px;
	}
