.childListDataLog { background-color: #FFBBBB; }

.applicationStatusBox {
	margin-top: 10px;
	margin-left: 10px;
	background-color: #CCFFCC;
	padding: 5px;
}

.applicationStatusBoxInactive {
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
	background-color: #ffBBBB;
}

div.listObjectReportCustom {
	border-color: #CCCCFF;
	border-radius: 25px;
	background-color: #BBBBFF;
	border-top: 5px;
	padding: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.engineMainReport {
	background-color: #DDDDFF;
	width: auto;
	border-color: #000022;
	border-radius: 25px;
	margin: 15px;
	padding: 15px;
}

div.engineMainReport table.generalTable {
	background-color:#DDDDFF;
}

div.engineMain .listLinks {
	white-space: nowrap;
	margin: 2px; 
}

div.listObjectReportCustom H4 {
	margin-top: 5px;
	padding-top: 1px;
	font-size: 140%;
	font-weight: bold;
	color: #000033;
	margin-bottom: 5px;
}
div.listObjectReportCustom ul { margin-bottom: 2.5em; }

div.rosterUnit {
	position: relative;
	top: 0;
	right: 0;
	display: inline-block;
	float: right; 
}

table.buildingRoster td {
	width: 300px;
	height: 300px;
	border: solid black 1px;
}

.residentMoveIn {
	font-size: 120%;
	display: inline-block;
	border: solid 3px black;
	padding: 10px;
	margin: 10px;
}

a.guestLink { color: green; }

div.illnessHealthAlert {
	background-color: #FFDDDD;
	font-style: italic;
	padding: 10px;
	margin: 10px;
	font-size: 120%;

}

table.homePageActionItem {
	background-color: #FFEEEE;
	margin-left: 8px;
	
}


table.lookupListOptions {
    border: solid black 1px;
    background-color: light-red;
    vertical-position: bottom;
    border-inside: none;
}
table.lookupListOptions th {
    text-align: left;
    padding: 5px;
}
table.lookupListOptions td {
    border: none;

}

table.fieldInfo th {
    text-align: left;
}
table.fieldInfo td {
    vertical-align: top;
    text-align: left;
}
table.fieldInfo {
}
