.calender-captions {
	color: #4A3931;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}

.calender-prevBtn{
	background-image:url(../images/calender-prev.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	width:100%;
	text-decoration:none;
}

.calender-nextBtn{
	background-image:url(../images/calender-next.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	width:100%;
	text-decoration:none;
}

.calender-main {
	position: absolute;
	border:2px solid #8c7869;
	background-color: #fbfbf6;
	width:152px;
	height:148px;
}
.calender-row {
	clear:both;
}
.calender-row div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a08264;
	border-top: 1px solid #d7d7c8;
	border-right: 1px solid #d7d7c8;
	border-lef:0px;
	border-bottom: 0px;
	list-style-type: none;
	width: 20px;
	height: 16px;
	float:left;
}
.calender-row div a {
	font-size:10px;
	color:#4a382a;
	width:100%;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}

.calender-inactive{
	color: #a08264;
}
.calender-row div a:hover {
	font-size:10px;
	color:#ffffff;
	width:100%;
	text-decoration:none;
	display:block;
	width:100%;
	background-color:#4a382a;
}
.calender-container {
	width:148px;
	height:101px;
	border-left: 1px solid #d7d7c8;
	border-bottom: 1px solid #d7d7c8;
	border-top: 0px;
	border-right: 0px;
}

