.calendar_sheet{
	position:relative;
	float:left;
	width:58px;
	height:66px;
	/*border :1px solid #CBCBCB;*/
	border :1px solid #CBCBCB;
	text-align:center;
        box-shadow: 0px 5px 5px #cdcdcd;
        
        /*
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px; 
        -khtml-border-radius: 10px; 
        */
}

.headed_calendar_sheet{
	position:relative;
	float:left;
	width:100%;
	height:61px;
	text-align:center;
}

.calendar_sheet_black_head{
	float:left;
	width:100%;
	height:18px;
	background: url(../images/cal_head_black.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}

.calendar_sheet_yellow_head{
	float:left;
	width:100%;
	height:18px;
	background: url(../images/cal_head_yellow.png) no-repeat bottom;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}

.calendar_sheet_purple_head{
	float:left;
	width:100%;
	height:18px;
	background: url(../images/cal_head_purple.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}

.calendar_sheet_orange_head{
	float:left;
	width:100%;
	height:18px;
	background: url(../images/cal_head_orange.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}

.calendar_sheet_blue_head{
	float:left;
	width:100%;
	height:18px;
	background: url(../images/cal_head_blue.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}
.calendar_sheet_red_head{
	float:left;
	width:100%;
	height:18px;
	background: url(../images/cal_head_red.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}

.calendar_sheet_green_head{
	float:left;
	width:100%;
	height:18px;
	background: url(../images/cal_head_green.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}

.headed_calendar_sheet_body, .calendar_sheet_body{
	float:left;
	width:100%;
	height:44px;
	font-size:28px;
	background: url(../images/sprite.png) repeat-x 0 0;
	padding-top:1px;
}



.day_of_week {
	float:left;
	width:100%;
	font-size:11px;
	margin-top:-2px;
}
