/*
 * schedule.css: style sheet for large and small schedule modules.
 */

.SmallScheduleEmptyCell {
	background-color: #cccccc;
	height: 12pt;
}

.BigScheduleEmptyCell {
	background-color: #cccccc;
	line-height: 12px; /* must be the same as that for the block */
	height: 72px; /* 6 lines + 1 pixel for each line for underline */
}

.BigScheduleRow, .SmallScheduleRow {
}

.BigScheduleBlock {
	border: 1px #000000 solid;
	font-size: 9pt;
	line-height: 12px; /* must be the same as that for the empty cell */
	font-family: sans-serif;
	white-space: nowrap;
}

.SmallScheduleBlock {
	border: 1px #000000 solid;
	width: 29px;
}

.BigScheduleHeaderCell {
	width: 105px;
}

.SmallScheduleHeaderCell {
	width: 30px;
}

.BigScheduleTimeCell, .SmallScheduleTimeCell {
	text-align: right;
        vertical-align: top;
}

.SmallScheduleTable {
	cursor: pointer;
}