.calendar_sheet{
	position:relative;
	float:left;
	width:52px;
	height:60px;
	border :1px solid #CBCBCB;
	text-align:center;
}

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

/*
.calendar_sheet_black_head_organizer{
	float:left;
	width:100%;
	background: url(../images/head_black.png) repeat-x center;
	color:#FFFFFF;
	font-size:9px;
	padding-top:3px;
	padding-bottom:3px;
}
*/
.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:2px;
}

.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:2px;
}

.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:2px;
}

.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:2px;
}

.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:2px;
}
.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:2px;
}

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

.calendar_sheet_body{
	float:left;
	width:100%;
	height:40px;
	font-size:24px;
        background-color: #d8d8da;
	background: url(../images/sprite.png) repeat-x 0 0;
	padding-top:0px;
}

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


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