body {
	background: White url(../../image/bg.png) repeat-x top;
}
* {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	margin: 10px 0;
	padding: 5px 15px 5px 5px;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	clear: none;
}
h1 a, h1:hover {
	color: #666666 !important;
}
h2 {
	font-size: 15px;
	margin: 10px 0;
	color: #666666;
}
h3 {
	color: #666666;
	font-style: italic;
	margin: 6px 0;
}
p {
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	margin: 10px 0 10px 0;
	padding: 3px 0;
	clear: left;
}
a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: Black;
}
input, textarea, select {
	font-size: 11px;
	margin-bottom: 1px;
}
li {
	margin-left: 20px;
}

#flashMessage {
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #666666;
	background-color: White;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
}
#logo {
	float: left;
	margin-right: 20px;
}
#header {
	height: 150px;
}
#header li {
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
	font-size: 12px;
	font-weight: bold;
}
#welcome_message {
	clear: none;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
#content {
	font-size: 11px;
	min-height: 200px;
	padding-bottom: 10px;
}
#footer {
	border-top: 1px solid #666666;
	padding: 10px 0;
	font-size: 10px;
}
#footer ul {
	float: right;
}
#footer li{
	margin: 0 0 0 40px;
	float: left;
	list-style: none;
}

/* forms */
.required * {
	font-weight: bold;
}
label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	padding-top: 2px;
	font-size: 11px;
}
.submit {
	margin-left: 110px;
}
.error-message {
	margin-left: 110px;
	color: Red;
}
input {
	width: 250px;
}
input[type=submit] {
	width: auto;
}

/* 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 table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
td img {
	margin-right: 5px;
}

/* Paging */
div.paging {
	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 {
}