.calender_container{
	width:232px;
	height:162px;
	background-color:#528591;
	position:absolute;
	right:0px;
	top:293px;
	
}
.calender_top{
	width:232px;
	height:20px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	text-align:center;
	font-weight:900;
	color:#ffffff;
	padding:2px 0px 0px 0px;
}
.calender_date{
	width:230px
	padding:0px 1px 0px 1px;
}
.calender_week{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-weight:900;
	color:#000000;
	background-color:#f4f3ee;
}
.calender_days{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:900;
	color:#ffffff;
	background-color:#7ec5d3;
}
.calender_days_01{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:900;
	color:#ffffff;
	background-color:#3e98af;
	text-decoration:none;
}
._newPrev
{
	background-image: url(../images/left_arrow.gif);
	background-repeat: no-repeat;
}._newNext
{
	background-image: url(../images/right_arrow.gif);
	background-repeat: no-repeat;
}