/* CSS Document */
table {
}
td {
	min-width:20px;
	height:20px;
	text-align:center;
	border:none;
}
thead td {
	border:none;
	padding:0px;
	margin:0px;
}
tbody td{
	border:1px solid #ffffff;
	background:#ddddbb;
}
.blank {
	background:none;
	border:none;
}
.week {
	background:#ddcc77;
	border:none;
}
.day {
	background:#ddcc77;
	border:none;
}
.month {
	border:none;
	font-weight:bold;
	background:none;
}
.blankTop {
	background:none;
	border:none;
	vertical-align:top;
	min-width:20%;
}
.hasEvent {
	background:#ddcc77;
}
.detail td{
	background:none;
	text-align:left;
}
