* {
	margin: 0;
	padding: 0;
}

/* General Style Info */
body {
	background: #ededed;
	color: #000;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 75%;
	margin: 0;
}
a:link {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #800000;
	font-weight: bold;
}
a img {
	border: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-left: 55px;
}
h1 {
	color: #003d4c;
	font-size: 190%;
	font-weight: bold;
	color: #800000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h2 {
	color: #003d4c;
	font-size: 170%;
	font-weight: bold;
	color: #800000;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
}
h3 {
	color: #800000;
	font-size: 150%;
	padding-top: 0.5em;
}
h4 {
	color: #000;
	font-weight: normal;
	padding-top: 0.5em;
}
p {
	margin: 0 20px;
}
p.note {
	padding: 10px 0 5px 0;
	font-size: 85%;
	color: #555;
}
ul{
	margin: 6px 12px;
}
li {
	margin: 3px 20px;
}

/* Layout */
#container {
	text-align: left;
}
#header{
	padding: 10px 20px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	background: #ededed;
	clear: both;
	margin: 10px auto;
	width: 96%;
}
th {
	font-weight: bold;
	color: #fff;
	background: #333;
	text-align: center;
	padding: 3px;
}
th a:link {
	color: #fff;
	display: block;
	padding: 2px 4px;
	text-decoration: underline;
}
th a:hover {
	text-decoration: none;
}
table tr td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #ccc;
}
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;
}

/* Paging */
div.paging {
	margin: 10px auto 20px auto;
	text-align: center
}
div.paging div.disabled {
	color: #aaa;
	display: inline;
}
div.paging span.current {
	color: #800000;
	font-weight: bold;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #ededed;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
dl.states {
	margin: 2em auto;
	line-height: 1.2em;
	width: 95%;
	clear: both;
}
dd.states {
	width: 23%;
	float: left;
	margin: 0;
}

/* Forms */
form {
	clear: both;
	padding: 10px 0 5px 10px;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset.weight {
	width: 47%;
	float: left;
	margin-right: 5px;
}
fieldset.vweight {
	width: 38%;
	float: right;
}
fieldset legend {
	font-size: 120%;
	font-weight: bold;
	padding: 0 2px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 50px;
}
label {
	display: block;
	font-size: 100%;
	padding-left: 5px;
}
input, textarea {
	display: block;
	font-size: 100%;
	padding: 2px;
	width: 85%;
	border: 1px solid #ccc;
}
select {
	font-size: 100%;
	vertical-align: text-bottom;
	border: 1px solid #ccc;
	width: 85%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float: right;
	margin-right: 75%;
	width: 20px !important;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	background: #fff;
}
input[type=hidden] {
	display: none;
}
input:hover {
	border: 1px solid #000;
	color: #000;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #a11;
	font-size: 140%;
	margin: 2em 1em;
	padding: 0.3em 1em;
	border: 1px solid #900;
	background: #faa;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.error {
	clear: both;
	color: #a11;
	font-size: 140%;
	margin: 2em 1em;
	padding: 0.3em 1em;
	border: 1px solid #a11;
	background: #faa;
}
.notice {
	clear: both;
	color: #cd6700;
	font-size: 140%;
	margin: 2em 1em;
	padding: 0.3em 1em;
	border: 1px solid #cd6700;
	background: #f7bc80;
}
.success {
	clear: both;
	color: #048d16;
	font-size: 140%;
	margin: 2em 1em;
	padding: 0.3em 1em;
	border: 1px solid #048d16;
	background: #a7feb3;
}

/*  Actions  */
div.actions ul {
	margin: 5px 0 0 65px;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	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: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left: 5px;
	display: block;
	margin-left: 10px;
}
div.code-coverage-results div.uncovered span.content {
	background: #ecc;
}
div.code-coverage-results div.covered span.content {
	background: #cec;
}
div.code-coverage-results div.ignored span.content {
	color: #aaa;
}
div.code-coverage-results span.line-num {
	color: #666;
	display: block;
	float: left;
	width: 20px;
	text-align: right;
	margin-right: 5px;
}
div.code-coverage-results span.line-num strong {
	color: #666;
}
div.code-coverage-results div.start {
	border: 1px solid #aaa;
	border-width: 1px 1px 0px 1px;
	margin-top: 30px;
	padding-top: 5px;
}
div.code-coverage-results div.end {
	border: 1px solid #aaa;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
div.code-coverage-results div.realstart {
	margin-top: 0px;
}
div.code-coverage-results p.note {
	color: #bbb;
	padding: 5px;
	margin: 5px 0 10px;
	font-size: 10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* Application specific */
#breadcrumb {
	padding: 5px 0 5px 5px;
}
.footer {
	margin: 40px;
	font-size: 75%;
	text-align: right;
	color: #777;
	clear: both;
}
.autocomplete_entry {
	background: #fff;
	border: 1px solid #000;
}
.mandatory {
	font-size: 80%;
	color: #a00;
}
.optional {
	font-size: 80%;
	color: #f87217;
}
.overview_top {
	float: right;
	padding: 15px 40px 0 0;
	font-size: 120%;
}
.overview_bottom {
	float: right;
	margin: 10px 40px 15px 0;
	font-size: 120%;
}
.lessmore {
	text-align: center;
	margin: 5px auto;
	padding-bottom: 2em;
}
.lessmore a {
	padding: 2px 10px;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.tablespace {
	padding-bottom: 8em;
}
.otherdestination {
	padding-top: 1em;
	padding-bottom: 6em;
}
.morespace {
	padding: 0 0 10px 0;
}

/* CSS popup */
a.tip, a.tipsmall {
	position: relative;
}
a.tip span, a.tipsmall span {
	display: none;
	font-weight: normal;
}
a.tip:hover span {
	position: absolute;
	top: 15px;
	left: -10px;
	width: 177px;
	display: block;
	background: #ededed;
	padding: 3px;
	border: 1px solid #333333;
}
a.tipsmall:hover span {
	position: absolute;
	top: -35px;
	left: -200px;
	width: 180px;
	display: block;
	background: #ededed;
	padding: 3px;
	border: 1px solid #333333;
}
