/* Tables */
#content table {
	background: #fff;
	border-collapse: collapse;
	clear: both;
	width: 100%;
}
#content th {
	text-align: left;
	background-color: #88BB42;
	font-size: 115%;
}
#content th a {
	display: block;
	text-decoration: none;
}
#content th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#content table tr td {
	background: #fff;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid black;
}
#content form table tr td {
	border-bottom: 0px;
}
#content table tr.altrow td {
	background: #FEFDE4;
}
#content td.actions {
	text-align: center;
	white-space: nowrap;
}
#content td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Forms */
#content form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
#content fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
#content fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 120%;
	font-weight: bold;
}
#content fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
#content fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
#content fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
#content form div {
	clear: both;
	margin-bottom: 0;
	padding: .25em;
	vertical-align: text-top;
}
#content form div.input {
	color: #444;
}
#content form div.required {
	color: #333;
	font-weight: bold;
}
#content form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
#content label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
#content input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 175px;
}
#content select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
	padding: 2px;
}
#content select[multiple=multiple] {
}
#content option {
	font-size: 100%;
	padding: 0 3px;
}
#content input[type=checkbox] {
	clear: left;
	float: left;
	margin: 5px 6px 7px 2px;
	width: auto;
}
#content input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
#content div.radio label {
	margin: 0 0 6px 20px;
}
#content input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

#content input[type=reset] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

div.categories
{
	float: left;
	width: 445px;
}

