#flashMessage {
	border: 1px solid #ffcc00;
	background-color: #ffffcc;
	color: #ff9900; 
	padding: 5px 10px;
	margin: 0 0 -5px 0;
	font-weight: normal;
}

#footer {
	text-align: right;
	font-size: 10px;
}

#footer a, #footer a:visited {
	color: #999;
}

/* form elements */

fieldset {
	border: none;
	font-size: 14px;
	padding: 0;
}

.input {
	padding: 0;
	margin: 2px 0;
	clear: left;
}

.input label {
	width: 180px;
	display: block;
	float: left;
	padding: 2px 4px;
	background-color: #f0f0f0;
	border-right: 3px solid #ddd;
	margin: 0 8px 0 0;
	color: #666;
}

.required label {
	border-right: 3px solid #f99;
}

.input input{
	border: 1px solid #999;
	background-color: #f9f9f9;
	padding: 2px;
	margin-top: 0;
	font-size: 14px;
	width: 300px;
	color: #555;
}

.input select {
	margin: 2px 0 5px 0;
	height: 22px;
	border: 1px solid #999;
	background-color: #f9f9f9;
}

.fakefield div {
	padding-top: 2px;
}

.required input {
	color: #000;
}

.input textarea {
	border: 1px solid #999;
	background-color: #f9f9f9;
	width: 300px;
	height: 50px;
	font-size: 14px;
}

.input .field_info {
	font-size: 12px;
	color: #666;
	padding-left: 200px;
}

.submit {
	background-color: #C4E3B5;
	padding: 6px;
	text-align: right;
	border-top: 2px solid #79c654;
	margin: 20px 0;
}

.submit input {
	border: 1px solid #000;
	background-color: #f9f9f9;
	padding: 2px;
	font-size: 14px;
}

form h3 {
	margin: 8px 0 5px 0;
}

/* form errors */
.error label {
	color: #c00;
	background-color: #fdd;
	border-right: 2px solid transparent;	
}

.error-message {
	color: #c00;
	margin-top: 3px;
}


/* styles need for collapsed sections */

.click_to_open, .click_to_close {
	display: inline;
}

.hidden {
	display: none;
}

.fakelink {
	color: #601c95;
	text-decoration: underline;
	cursor: pointer;
}

.fakelink:hover {
	text-decoration: none;
}

/* cake */

.cake-debug {
	font-size: 12px;
	font-weight: normal;
}

/* 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 {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	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 {
	margin: 0px 6px;
}

.cake-sql-log {
	width: 900px;
	margin-left: 30px;
}

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


#flashMessage .listhead {
	text-decoration: underline;
	list-style: none;
	margin-left: -20px;
	margin-top: 5px;
}

.verysubtle {
	color: #ccc;
}