.month1 {
	width: 230px;
	height: 180px;
	margin-top: 12px;
	position: absolute;
}		

.month2 {
	width: 230px;
	height: 180px;
	margin-top: 12px;
	position: absolute; left: 260px;
}

.month3 {
	width: 230px;
	height: 180px;
	margin-top: 12px;
	position: absolute; top: 200px;		
}		

.month4 {
	width: 230px;
	height: 180px;
	margin-top: 12px;
	position: absolute; left: 260px; top: 200px;
}

.month5 {
	width: 230px;
	height: 180px;
	margin-top: 12px;
	position: absolute; top: 420px;		
}		

.month6 {
	width: 230px;
	height: 180px;
	margin-top: 12px;
	position: absolute; left: 260px; top: 420px;
}

.month7 {
	width: 230px;
	height: 180px;
	margin-top: 12px;
	position: absolute; top: 620px;		
}		

.month8 {
	width: 230px;
	height: 180px;
	margin-top: 12px;
	position: absolute; left: 260px; top: 620px;
}

caption {
	padding: 6px;
	font-weight: bold;
	text-align: center;
	background-color: #666;
	color: #fff;
}	

th {
	padding: 6px;
	width: 40px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #fafafa;
	color: #000;
}	

td {
	width: 40px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px #ccc solid;
}	

.row_border {
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}

.delit {
	background-color: #ccf;
}

.daily {
	background-color: #fcc;
}
