.home_calender{
	float:right;
	height:224px;
	width: 250px;
	margin-top:20px;
	margin-right:5px;
	background:url(bg.png) top center no-repeat;
}



.calender_nav img{float:left; margin-right:5px;}

.current_month{
	float:right; 
	color:white;
	width:170px;
	text-align:center;
	margin-right:40px;
	clear:both;
}

.current_month td{color:white; font-size:17px; font-family:arial;}

.cal{
	float:right;
	/*width:200px;*/
	clear:both;
	margin-right:2px;
	margin-top:20px;
	
}

.cal #days_title td{
	background:url(header_bg.png) top left repeat-x ;
}

.cal td{
	font-size:12px;
	text-align:center;
	/*border-left:1px solid #e6e7e8;*/
	background:white;
	color:#26273b;
	
}

.cal .today{
	border:1px solid #0c115c;
}

.day{
	width:100%;

}


.cal_header{
	width:100%;
	height:22px;
	
	position:relative;
	margin-bottom:-100px;
	z-index:0;
	float:left;
}
