#content-nav {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
#content-nav li {
	display: inline;
	list-style-type: none;
	margin-right: 1em;
}
#content-actions li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#content-edit textarea {
	width: 100%;
	height: 300px;
}

/* Flash Message */
#flashMessage {
	border: 2px solid #999;
	padding: .5em 1em;
	margin: 1em 0;
	color: #777;
	clear: both;
}
#flashMessage ul {
	margin: 0;
}
#flashMessage li {
	padding: 0;
	margin: 0;
	background: none;
}
#flashMessage li.success {
		color: #060;
		list-style-image: url(../img/icons/checkmark.gif);
	}
	#flashMessage li.warning {
		color: #676f1f;
		list-style-image: url(../img/icons/warning.gif);
	}
	#flashMessage li.error {
		color: #900;
		list-style-image: url(../img/icons/error.gif);
	}



/* Tables */
table.tbl {
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	font-size: 10pt;
}
.tbl th {
	background-color: #BC8A4F;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

.tbl th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

.tbl th a:hover {
	background-color: #c99662;
	color: #333;
	text-decoration: none;
}

.tbl tr td {
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
.tbl tr.altrow td {
	background: #D0A773;
}
.tbl td.actions {
	text-align: center;
	white-space: nowrap;
}
.tbl td.actions a {
	display: inline;
	margin: 0px 6px;
}

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