@charset "utf-8";
/* CSS Document */


table.bordered-table{ width:900px;}　

td.sunday{
	background:#fff2f2;
}
	.sunday .date{
		color:#ff6666;
	}
td.saturday{
	background:#f2f2ff;
}
	.saturday .date{
		color:#6666ff;
	}

td.weekday{
}
.calender-cell{
	display:block;
	padding:1ex;
}

.bordered-table textarea{
	width:900px;
	font-size:90%;
}




