@charset "utf-8";

table.list {
	width: 760px;
	border: 1px #dedbde solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
}

table.list th {
	padding: 3px 3px 3px 5px;
	border: 1px #dedbde solid;
	border-width: 0 0 1px 1px;
	background-color: #636563;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

table.list tr.altrow {
	background-color: #eff3ff
}

table.list tr.edited {
	background-color: #ffeeee;
}

table.list td {
	padding: 3px 3px 3px 5px;
	border: 1px #dedbde solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

table.edit {
	width: 760px;
	border: 1px #dedbde solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
}

table.edit th {
	padding: 3px 3px 3px 5px;
	border: 1px #dedbde solid;
	border-width: 0 0 1px 1px;
	background-color: #eee;
	font-weight: bold;
	text-align: left;
	color: #000;
	width: 150px;
	font-weight: normal;
}

table.edit th.required {
	font-weight: bold;
}

table.edit th.title {
	background-color: #636563;
	color: #fff;
	font-weight: bold;
}

table.edit td {
	padding: 3px 3px 3px 5px;
	border: 1px #dedbde solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

/* sql */
table.cake-sql-log {
	margin-top: 20px;
}
table.cake-sql-log caption {
	background-color: #666;
	color: #fff;
}
table.cake-sql-log td,
table.cake-sql-log th {
	background-color: #fff;
	border-bottom: 1px dotted #888;
	padding: 2px;
}