table.dateGrid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #20201D;
	table-layout: fixed;
	width: 100%;
}
table.dateGrid tr td.mo {
	background-color: #E0E0E0;
	border-top: 1px solid #E0E0E0;
}
table.dateGrid tr td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	width: 40px;
	height: 15px;
	text-align: center;
}
table.dateGrid tr td:first-child {
	border-left: 1px solid #E0E0E0;
}


.dateBlock {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	font-size: 75%;
	border-radius: 3px;
	/*overflow: hidden;*/
}
