.weekday_label_box  {	
	font-family:Arial;
	text-align:center;
	display:block;
	width:20px;
	height:20px;
	float:left;
	/*border:1px solid #eeeeee;*/	
}

.day_box  {	
	font-family:Arial;
	text-align:center;
	display:block;
	width:20px;
	height:20px;
	float:left;
	/*border:1px solid #eeeeee;*/
	/*cursor:pointer;	*/	
}

a.day_box_a  {	
	font-family:Arial;
	font-size:12px;
	text-align:center;
	display:block;
	width:20px;
	height:20px;
	float:left;	
	cursor:pointer;
	color:#7777ff;
	font-weight:bold;	
}

a.day_box_a:hover  {	
	text-align:center;
	display:block;
	width:20px;
	height:20px;
	float:left;
	/*border:1px solid #eeeeee;*/
	background-color:#dddddd;	
}

.nav_prev {
	font-family:Arial;
	text-align:center;
	display:block;
	width:20px;
	height:20px;
	float:left;
	border:1px solid #eeeeee;	
	cursor:pointer;	
}

.nav_next {
	font-family:Arial;
	float:left;
	text-align:center;
	display:block;
	width:20px;
	height:20px;
	float:left;
	border:1px solid #eeeeee;	
	cursor:pointer;	
}

.year_month_label {
	float:left;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	display:block;
	width:100px;	
	height:20px;
	float:left;
	border:1px solid #eeeeee;		
}

