
body { margin: 0px; }
H1{ font-family: Arial, Helvetica; color: white; font-size : 18pt; }
H2{ font-family: Arial, Helvetica; color: white; font-size : 16pt; }
H3{ font-family: Arial, Helvetica; color: white; font-size : 14pt; }
H4{ font-family: Arial, Helvetica; color: white; font-size : 12pt; }
p { font-family: Arial, Helvetica; color: white; font-size : 10pt; }
table { font-family: Arial, Helvetica; color: white; font-size : 10pt; }
li { font-family: Arial, Helvetica; color: white; font-size : 10pt; }

a:link { color : #ffffff; }
a:visited { color : #ffffff; }
a:hover { color : #BECFFB; }
a:active { color : #BECFFB; }

img { border-color : #000000; }





/* CAKE DEFAULTS */


* {
	font-family: Arial, Helvetica;
}

/* General Style Info */
body {
	background-color: #000;
	font-family: Arial, Helvetica;
	font-size:13px;
	margin: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
a img {
	border:none;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#header{
	padding: 0px;
}
#content{
	background-color: #000;
	clear: both;
	color: #FFF;
	padding: 0px;
	overflow: auto;
	background-image: url(../img/index_02.jpg);
	background-repeat: repeat-y;
}
#inner_content{
	width: 95%;
	margin: 0px auto 0px auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
	background-image: url(../img/index_02.jpg);
	background-repeat: repeat-y;
}
#heritage {
	clear: both;
	padding: 6px 10px;
	text-align: center;
	background-image: url(../img/index_02.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	color: #C0C0C0;
}
#heritage a { text-decoration: none; color: #C0C0C0; }
#heritage a:hover { text-decoration: underline; }

/* Tables */
div.index table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
}
div.index th {
	color: #000;
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
div.index th a {
	color: #000;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
div.index th a:hover {
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}
div.index table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
div.index table tr.altrow td {
	background: #f4f4f4;
}
div.index td.actions {
	text-align: center;
	white-space: nowrap;
}
div.index td.actions a {
	color: #000;
	display: inline;
	margin: 0px 6px;
}
div.index td.actions a:hover {
	color: #BECFFB;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ddd;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ccc;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* 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: 20em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #E1965E;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 110%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 5px;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #000;
}
form div.required {
	color: #000;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	color: #FFF;
	display: block;
	padding-right: 20px;
	width: 150px;
	float: left;
}
input, textarea {
	display: block;
	font-family: Arial, Helvetica;
	padding: 2px;
	float: left;
}
select {
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #FFFF00;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #FFFF00;
	font-weight: bold;
	margin: 0px;
}
p.error {
	background-color: #E1965E;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 110%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 110%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: 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;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	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;
	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: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}