#calenderContainer{
	background:url(../images/a_11.jpg) repeat-y;
}

.callenderHeader{
	background: url(../images/a_10.jpg) no-repeat bottom #fff;
	padding: 10px 20px 0px 10px;
	text-transform: uppercase;
	color: #AA520A;
	font-size: 1.1em;
	font-weight: bold;
}
.calenderDay{
	border: 1px solid #F3E6B4;
	font-weight: bold;
	height: 22px;
	padding: 2px;
	font-size: 10px;
	color: #333;
	background-color: #FFF8DD;
}
.calenderCell{
	border: 1px solid #F3E6B4;
	height: 22px;
	padding: 2px;
	font-size: 10px;
	color: #333;
	background-color: #FFF8DD
}
.calenderNowDay{
	background-color: #AA520A;
	color: #fff;
}

#calenderContainer table{
	width: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.callenderBottom{
	clear: both;
	background:url(../images/a_14.jpg) no-repeat bottom #fff;
	height: 22px;
}