.error-message {
	font-weight: bold;
	color: red;
}

#flashMessage {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: red;
	margin: 0 20px 10px;
}

.property-alt {
	background-image:  url(http://www.tjnelsoninc.com/images/bg-prop.gif);
}

table.propertyDetails {
	margin: 0;
}

table.propertyDetails tr td {
	font-weight: bold;
	color: #591D01;
	margin: 0;
	padding: 0;
}

table.propertyDetails tr td.left {
	color: #929A28;
	text-align: right;
	padding-right: 3px;
}

.cake-sql-log {
	background-color: #f1f1f1;
}

.cake-sql-log table {
	background: #f4f4f4;
	background-color: #f1f1f1;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
