a img {
	border:none;
}

.contentArea h1 {
	font-family: 'Lucida Grande';
	font-size: 20px;
}

.contentArea h1, .contentArea h2 {
	font-weight: bold;
}

/* Layout */
#container {
	text-align: left;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
.contentArea table.caketable, x-tab-panel table {
	background-color: #222222;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.x-tab-panel{
	font-size:13px;
}

.contentArea .caketable th, .x-tab-panel th{
	font-size:13px;
	background-color: #444444;
	text-align: center;
}

.contentArea .caketable td, .x-tab-panel td{
	font-weight:normal;
	font-size:13px;
}

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

.contentArea .caketable th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

.contentArea table.caketable td, .contentArea table.caketable th, x-tab-panel th, x-tab-panel td{
	border:solid 1px #777777;
}

.contentArea table.caketable tr td {
	background: #111111;
	padding: 3px;
	text-align: center;
	vertical-align: top;
}
.contentArea table.caketable tr.altrow td {
	background: #222222;
}
.contentArea .caketable td.actions {
	text-align: center;
	white-space: nowrap;
}
.contentArea .caketable td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

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

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
}
fieldset {
	border: 1px solid #666;
	float:left;
	width:40%;
	margin:10px;
	padding:3px;
	padding-top:0px;
	min-width:250px;
}
fieldset legend {
	font-size: 140%;
	font-weight: bold;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
form div {
	clear: both;
	padding: .3em;
	vertical-align: text-top;
}
form div.input {
}
form div.required {
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	color: #ccc;
	display: block;
	font-size: 110%;
}
input, textarea {
	vertical-align:middle;
	clear: both;
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	font-size: 100%;
	padding: 1px;
	width: 98%;
}
input[type=image]{
	width:auto;
}
input[type=hidden]
{
	display:none;
}
select {
	vertical-align:middle;
	padding: 0px;
	clear: both;
	height:21px;
	margin-top:5px;
}
select.minwidth{
	min-width:300px;
	max-width:400px;
}
select[multiple=multiple] {
	width: 100%;
	height:100px;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	width:100px;
	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: #e44;
	font-weight: bold;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}
/*  Actions  */
div.index div.actions {
	clear: both;
	margin-top: .4em;
	text-align: left;
}
div.view div.actions {
	clear: both;
	margin-top: .4em;
	text-align: left;
	width: 60%;
}
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

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

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	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;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

table.noborder, table.noborder td{
	background-color:transparent !important;
	cell-spacing:0;
	cell-padding:0;
	border:0;
	border-collapse:collapse;
}

.contentArea table.clickable tr td{
	background:transparent !important;
}
.clickable:hover, td.clickable:hover td{
	background-color:#c20038 !important;
	color:white !important;
}
.clickable:hover td span{
	color:black !important;
}
