#calenderContainer{
	height: auto;
	padding: 6px;
	background: url('../images/content_07.gif');
	background-repeat: repeat-y;
	text-align:center;
}
.calenderDay{
	border: 1px solid #11729c;
	font-weight: bold;
	height: 22px;
	padding: 1px;
	font-size: 10px;
	color: #fff;
	background-color: #11729c;
}
.calenderCell{
	height: 22px;
	border: 1px solid #11729c;
	background-color: #f5f5f5;
	font-size: 10px;
	padding: 2px;
	}
.calenderNowDay{
	height: 22px;
	border: 1px solid #11729c;
	background-color: #11729c;
	color: #fff;
	font-size: 10px;
}
