body {
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

a, a:visited {
	color: #336699;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 700px;
	margin: 10px auto;
	background-color: #fff;
	border: 1px solid #ccc;
}
#content {
	padding: 20px 40px;
}

#container h1 {
	font-weight: normal;
	font-size: 24px;
}

#container h3 {
	color: #3399ff;
	margin: 20px 0 5px 0;
}

#header {
	background-color: #f0f0f0;
	padding: 20px 10px;
}

#header h1 {
	margin: 0;
	font-size: 30px;
}

#header h1 a {
	color: #888;
	text-decoration: none;
}

#header h1 a:hover {
	color: #666;
	text-decoration: underline;
}

#footer {
	text-align: center;
	width: 700px;
	margin: 15px auto;
	font-size: 14px;
	color: #777;
}

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

#footer a.subtle, #footer a.subtle:visited {
	color: #fff;
}

#container h3.event_when {
	margin-top: -5px; 
	margin-bottom: 25px;
	font-weight: normal;
}

/* 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;
}

.verysubtle {
	color: #ccc;
}
