#debug { color: #000; font-size: 0.75em; font-family: "Courier New", Courier, Monaco, monospace; background-color: #ffca4e; text-align: left; margin-bottom: 10px; padding: 5px; display: block; white-space: pre; }

/* Tables */
.datatable th { text-align: left; vertical-align: middle; height: 2em; }
.datatable td { text-align: left; vertical-align: middle; height: 2em; }
table { color: #000; font-size: 0.8em; background-color: #fff; text-decoration: none; text-align: left; width: 100%; border: solid 1px #ccc; }
th { color: #fff; font-size: 1em; background-color: #f30; text-align: center; vertical-align: middle; padding: 5px; }
th a { color: #fff; font-size: 1em; background-color: #f30; display: block; }
th a:hover { color: #9c9; font-size: 1em; background-color: #f30; }
td { color: #000; background-color: #dfeadf; text-align: center; vertical-align: middle; height: 2em; padding: 5px; }
tr.altrow td { background-color: #fff; vertical-align: middle; height: 2em; }
td.actions { text-align: center; vertical-align: middle; height: 2em; }
td.actions a {
	color: #000;
	text-decoration: underline;
	vertical-align: middle;
	height: 2em;
	font-size: 1em;
}
td.actions a:hover {
	color: #f30;
	text-decoration: underline;
	vertical-align: middle;
	height: 2em;
	font-size: 1em;
}
.cake-sql-log table { font-size: 0.75em; }
.cake-sql-log td { font-size: 0.75em; background-color: #ffca4e; text-align: left; }
.cake-sql-log th { font-size: 0.75em; background-color: #ff8900; text-align: center; }
.cake-sql-log caption { font-size: 0.75em; text-align: center; margin: 5px; }
/* Paging */
div.paging {
	color: #bebebe;
	font-size: 0.8em;
	overflow: hidden;
	clear: both;
}
div.paging div.disabled { color: #bebebe; font-size: 1em; display: inline; }
div.paging span {  }
div.paging span.current {  }
div.paging span a {
}

/* Scaffold View */
dl {  }
dt.altrow { color: #000; font-size: 0.8em; background-color: #e1f3ff; vertical-align: top; height: 1.6em; padding-top: 0.5em; padding-left: 0.5em; }
dd.altrow { color: #000; font-size: 0.8em; vertical-align: top; height: 1.6em; margin-top: -1.6em; margin-left: 10em; padding-left: 0.5em; }
dt { color: #000; font-size: 0.8em; font-weight: bold; vertical-align: top; height: 1.6em; padding-top: 0.5em; padding-left: 0.5em; }
dd { color: #000; font-size: 0.8em; vertical-align: top; height: 1.6em; margin-top: -1.6em; margin-left: 10em; padding-left: 0.5em; }
/* Forms */
.users {  }
form {  }
fieldset {
}
fieldset legend { color: #f30; font-size: 1.25em; font-weight: normal; }
fieldset div { margin-bottom: 10px; }
form div { vertical-align: text-top; }
form div.input { color: #000; }
form div.required {
	color: #000;
}
form div.submit { text-align: center; clear: both; }
label {
	display: block;
}
input { background-color: #e9e9e9; width: 100%; display: block; clear: both; }
textarea { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #e9e9e9; width: 100%; clear: both; }
select { clear: both; background-color: #e9e9e9; vertical-align: text-bottom; }
option {
	
}
input[type=checkbox] {
	clear: left;
	float: left;
	
}
input[type=submit] { display: inline; }
input[type=hidden] { width: 0; height: 0; visibility: hidden; margin: 0; padding: 0; }
#preview {  }
#uploaded { margin-right: 10px; }
/* Notices and Errors */
div#flashMessage {
	font-size: 1em;
	text-decoration: none;
	margin: 8px;
	padding: 5px;
}
div.message {
	color: #000;
	font-size: 1em;
	background-color: #e9e9e9;
	text-decoration: none;
	margin: 1em 0;
	padding: 5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
div.error-message {
	color: #C00;
	background-color: #f8dbd0;
	border-top: 2px solid #f30;
	border-bottom: 2px solid #f30;
}
div.warning-message {
	color: #06C;
	background-color: #E2EAF3;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #06c;
	border-bottom-color: #06c;
}
div.ok-message {
	color: #090;
	background-color: #E6F3E5;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #090;
	border-bottom-color: #090;
}
p.error { background-color: #e32; color: #fff; font-family: Courier, monospace; font-size: 1.5em; font-weight: bold; text-decoration: none; padding: 0.8em; margin: 1em 0; }
p.error em { color: #000; font-size: 1.5em; font-weight: bold; text-decoration: none; }
.notice { background-color: #ffcc00; color: #000; display: block; font-family: Courier, monospace; font-size: 1.5em; font-weight: bold; text-decoration: none; padding: 0.8em; margin: 1em 0; }
.success { background-color: green; color: #fff; font-size: 1.5em; font-weight: bold; text-decoration: none; margin-top: 1em; margin-bottom: 1em; padding: 0.8px; }

/*  Actions  */
div.view { background-color: #fff; margin-bottom: 10px; padding: 10px; border: solid 1px #ccc; }
div.actions { margin-top: 10px; }
div.actions ul {  }
div.actions li { margin-top: 10px; margin-bottom: 10px; display: inline; }
div.actions li a { color: #fff; font-size: 0.8em; font-weight: bold; line-height: 2.5em; background-color: #090; padding: 5px; }
div.actions li a:hover { color: #fff; font-size: 0.8em; font-weight: bold; line-height: 2.5em; background-color: #f30; padding: 5px; }
/* Related */
div.related { background-color: #fff; clear: both; margin-top: 5px; margin-bottom: 5px; padding: 10px; border-color: #9cf; border-style: solid; border-width: 3px 1px 1px; display: block; }

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: dotted 4px #ffcc00;
	color: #000;
	margin: 0;
	padding: 6px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}
