.cake-sql-log {
	background: #f4f4f4;
	display:none;
}

/* Tables */
.cake-sql-log table {
	background: #fff;
	color: #333;
	width: 100%;
	margin:10px 0px;
}
.cake-sql-log th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.cake-sql-log th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.cake-sql-log th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
.cake-sql-log table tr td {
	background: #fff;
	padding: 6px 4px;
	vertical-align: top;
}
.cake-sql-log table#ut tr td {
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	cursor:pointer;
}
.cake-sql-log table#ut tr.altrow td {
	background: #F3F8FA;
}
.cake-sql-log table#ut tr.hover td {
	background: #EAF3FA;
}


.cake-sql-log td.actions {
	text-align: center;
	white-space: nowrap;
}
.cake-sql-log td.actions a {
	margin: 0px 6px;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
