table.dateGrid {
	font-size: 10px;
	font-weight: bold;
	color: #20201D;
	table-layout: fixed;
	width: 100%;
}
table.dateGrid.larger {
	font-size: inherit;
}

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;
	position: relative;
}
table.dateGrid tr:not(:first-child) td:not(:last-child) {
	border-right: 1px solid #E0E0E0A8;
}
table.dateGrid.larger tr:first-child td {
	height: 25px;
}
table.dateGrid.larger tr td {
	height: 37px;
}
table.dateGrid tr td:first-child {
	border-left: 1px solid #E0E0E0;
}

table.dateGrid tr:last-child td:first-child {
    border-radius: 0px 0px 0px 4px;
}
table.dateGrid tr:last-child td:last-child {
    border-radius: 0px 0px 4px 0px;
}
table.dateGrid tr:last-child td:first-child:last-child {
    border-radius: 0px 0px 4px 4px;
}

.dateBlock {
	position: absolute;
	border-width: 0px;
	border-style: solid;
	white-space: nowrap;
	font-size: 0.7em;
	border-radius: 1px;
	/*overflow: hidden;*/
	box-sizing: border-box;
	opacity: 0.9;
}

span.date-left {
    font-size: 10px;
    position: absolute;
    top: -4px;
    left: 3px;
}
span.date-right {
    font-size: 10px;
    position: absolute;
    top: -4px;
    right: 3px;
}

div.schedule-period {
	margin: 2px;
	border-width: 0px;
	border-style: solid;
	white-space: nowrap;
	border-radius: 1px;
	box-sizing: border-box;
	opacity: 0.9;
	font-weight: normal;
	position: absolute;
	top: 0;
	z-index: 1;
}

table.dateGrid.larger div.schedule-period {
	height: 35px;
    line-height: 23px;
    padding-top: 7px;
}
