/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a:link { background:#f2f2f2; color:#59750f; display: block; padding: 2px 4px; text-decoration: none; }
th a:visited { background:#f2f2f2; color:#59750f; display: block; padding: 2px 4px; text-decoration: none; }
th a:hover { background-color: #59750f; color: #fff; text-decoration: none; }
th a:active { background:#f2f2f2; color:#59750f; display: block; padding: 2px 4px; text-decoration: none; }

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a:link { font-weight:bold; margin: 0px 6px; color:#59750f; text-decoration:none; }
td.actions a:visited { font-weight:bold; margin: 0px 6px; color:#59750f; text-decoration:none; }
td.actions a:hover { font-weight:bold; margin: 0px 6px; color:#59750f; text-decoration:underline; }
td.actions a:active { font-weight:bold; margin: 0px 6px; color:#59750f; text-decoration:none; }

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

/* Paging */
div.paging {
	background:#fff;
	color: #59750f;
	margin-bottom:10px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}


