
.checkinFront {
	padding-top: 20%;
}

#fdBlock {
	background-color: #CCC;
	color: black;
}

#checkinControls {
	padding: 0.50em;
/*	visibility: hidden; */
	background-color: black;
	color: white;
}

#checkinMessageArea {
	padding: 0.2em 2.0em;
	text-align: center;
}

.customerMessageArea {
	padding: 0.40em 1.00em 1.20em 1.00em;
	text-align: left;
	border: 1px solid #444;
	border-radius: 6px;
}

.fdMessage {
	white-space: pre-wrap;
}

#fdExtraInfo {
	margin-top: 1.0em;
	font-style: italic;
}

.fdCurrentOccasions {
	margin-top: 1.0em;
	text-align: center;
	/* border: 1px solid red; */
	padding: 1em 0 0 0;
}

.cwOccasionsTable {
	font-size: 110%;
}

#checkinLogTable {
	padding: 0.40em 1.00em 1.20em 1.00em;
	width: 100%;
	border: 1px solid #9090A0;
	background-color: #DDD;
}

.customerMessageArea,
.customerMessageArea h3,
#checkinLogTable,
#checkinLogTable h3,
#checkinLogTable a {
	color: black;
}

#checkinLogTable TR {
	border-bottom: 1px dotted #9090A0;
}

#checkinLogTable TH,
#checkinLogTable TD {
	padding-top: 0.16em;
	padding-bottom: 0.16em;
	height: 2.10em;
}

.cwAddAttendance,
.cwCancelAttendance {
	padding: 0.75em 1.75em;
	border-radius: 8px;
	min-width: 10em;
	text-align: center;
	font-weight: bold;
}
.cwAddAttendance {
	background-color: #6F6;
}
.cwCancelAttendance {	
	background-color: #FA6;
}
